| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 39 virtual bool IsHardware() const = 0;
|
| H A D | BreakpointSite.h | 186 bool IsHardware() const override { in IsHardware() function
|
| H A D | Watchpoint.h | 75 bool IsHardware() const override;
|
| H A D | Breakpoint.h | 510 bool IsHardware() const { return m_hardware; } in IsHardware() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 450 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 D | BreakpointSite.cpp | 80 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
|
| H A D | Watchpoint.cpp | 96 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
|
| H A D | BreakpointLocationList.cpp | 36 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpoint.h | 140 bool IsHardware() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 57 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
|
| H A D | ThreadPlanRunToAddress.cpp | 68 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
|
| H A D | ThreadPlanStepUntil.cpp | 54 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
|
| H A D | ThreadPlanStepOut.cpp | 144 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
|
| H A D | ThreadPlanStepRange.cpp | 355 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
|
| H A D | Process.cpp | 1812 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 810 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 D | SBBreakpoint.i | 258 IsHardware ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 3374 if (wp->IsHardware()) { in DisableWatchpoint()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 8143 result = (bool)(arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()
|