Home
last modified time | relevance | path

Searched refs:IsHardware (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h39 virtual bool IsHardware() const = 0;
H A DBreakpointSite.h186 bool IsHardware() const override { in IsHardware() function
H A DWatchpoint.h75 bool IsHardware() const override;
H A DBreakpoint.h510 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp450 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
597 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
628 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
H A DBreakpointSite.cpp80 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
H A DWatchpoint.cpp96 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
H A DBreakpointLocationList.cpp36 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h140 bool IsHardware() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp57 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp68 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
H A DThreadPlanStepUntil.cpp54 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
H A DThreadPlanStepOut.cpp144 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp355 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
H A DProcess.cpp1812 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp810 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint
811 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsHardware); in IsHardware()
815 return bkpt_sp->IsHardware(); in IsHardware()
1074 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsHardware, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i258 IsHardware ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3374 if (wp->IsHardware()) { in DisableWatchpoint()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8143 result = (bool)(arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()