Home
last modified time | relevance | path

Searched refs:BreakpointLocations (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp94 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in GetSuggestedStackFrameIndex()
171 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in BumpHitCounts()
221 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in CopyConstituentsList()
H A DBreakpoint.cpp262 for (BreakpointLocationSP location_sp : m_locations.BreakpointLocations()) { in SetIsHardware()
556 m_locations.BreakpointLocations()) { in ModulesChanged()
693 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
843 locations_to_remove.BreakpointLocations()) { in ModuleReplaced()
857 locations_to_announce.BreakpointLocations()) in ModuleReplaced()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h30 BreakpointLocations GetBreakpointLocations(Status &status) override;
45 BreakpointLocations HandleAtomicSequence(lldb::addr_t pc, Status &error);
H A DEmulateInstructionRISCV.cpp1781 BreakpointLocations
1836 BreakpointLocations
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h170 BreakpointLocationCollectionIterable BreakpointLocations() { in BreakpointLocations() function
H A DBreakpointLocationList.h210 BreakpointLocationIterable BreakpointLocations() { in BreakpointLocations() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp619 BreakpointLocations
624 return BreakpointLocations{next_pc}; in GetBreakpointLocations()
637 return BreakpointLocations{next_pc}; in GetBreakpointLocations()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h39 using BreakpointLocations = std::vector<lldb::addr_t>; variable
47 virtual BreakpointLocations GetBreakpointLocations(Status &status);