Home
last modified time | relevance | path

Searched refs:BreakpointLocation (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp36 BreakpointLocation::BreakpointLocation in BreakpointLocation() function in BreakpointLocation
69 BreakpointLocation::~BreakpointLocation() in ~BreakpointLocation()
75 BreakpointLocation::GetLoadAddress () const in GetLoadAddress()
81 BreakpointLocation::GetAddress () in GetAddress()
87 BreakpointLocation::GetBreakpoint () in GetBreakpoint()
93 BreakpointLocation::IsEnabled () const in IsEnabled()
104 BreakpointLocation::SetEnabled (bool enabled) in SetEnabled()
119 BreakpointLocation::SetThreadID (lldb::tid_t thread_id) in SetThreadID()
134 BreakpointLocation::GetThreadID () in GetThreadID()
143 BreakpointLocation::SetThreadIndex (uint32_t index) in SetThreadIndex()
[all …]
HDBreakpointIDList.cpp220 BreakpointLocation *bp_loc = breakpoint_sp->GetLocationAtIndex(j).get(); in FindAndReplaceIDRanges()
309 BreakpointLocation * bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
322 BreakpointLocation * bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
HDBreakpointLocationList.cpp49 …BreakpointLocationSP bp_loc_sp (new BreakpointLocation (bp_loc_id, m_owner, addr, LLDB_INVALID_THR… in Create()
306 BreakpointLocation *bp_loc = m_locations[idx].get(); in RemoveInvalidLocations()
HDBreakpoint.cpp636 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/trueos/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h50 class BreakpointLocation :
51 public std::enable_shared_from_this<BreakpointLocation>,
56 ~BreakpointLocation ();
426 BreakpointLocation (lldb::break_id_t bid,
457 DISALLOW_COPY_AND_ASSIGN (BreakpointLocation);
HDBreakpoint.h640 friend class BreakpointLocation; // To call the following two when determining whether to stop. variable
/trueos/lib/clang/liblldbBreakpoint/
HDMakefile12 BreakpointLocation.cpp \
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h36 class BreakpointLocation; variable
284 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
285 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp952BreakpointLocation *location = bp->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1104BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1224BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1726BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()