Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange()
89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
DDNBBreakpoint.cpp35 IsHardware() ? "hardware" : "software", GetHardwareIndex()); in Dump()
41 IsHardware() ? "hardware" : "software", m_watch_read ? "r" : "", in Dump()
DChangeLog726 (DNBBreakpoint::IsHardware()): New accessor.
/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h39 virtual bool IsHardware() const = 0;
DBreakpointSite.h186 bool IsHardware() const override { in IsHardware() function
DWatchpoint.h75 bool IsHardware() const override;
DBreakpoint.h510 bool IsHardware() const { return m_hardware; } in IsHardware() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp449 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
627 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
DBreakpointSite.cpp80 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
DWatchpoint.cpp96 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
DBreakpointLocationList.cpp36 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/
DTestRequireHWBreakpoints.py28 self.assertTrue(breakpoint.IsHardware())
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpoint.h140 bool IsHardware() const;
/external/llvm-project/lldb/source/Target/
DThreadPlanStepThrough.cpp58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
DThreadPlanRunToAddress.cpp68 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
DThreadPlanStepUntil.cpp54 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
DThreadPlanStepRange.cpp356 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
DThreadPlanStepOut.cpp144 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
DProcess.cpp1947 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpoint.i258 IsHardware ();
/external/llvm-project/lldb/source/API/
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()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp563 if (bp != NULL && bp->IsHardware()) { in DisableHardwareBreakpoint()
572 if (wp != NULL && wp->IsHardware()) in DisableHardwareWatchpoint()
DMachProcess.mm1911 if (bp->IsHardware()) {
2046 if (wp->IsHardware()) {
2088 if (bp->IsHardware()) {
2162 if (wp->IsHardware()) {
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp768 if (wp->IsHardware()) { in DisableWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3311 if (wp->IsHardware()) { in DisableWatchpoint()