Searched refs:BreakpointLocationCollection (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp1 //===-- BreakpointLocationCollection.cpp ------------------------*- C++ -*-===//
9 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
19 // BreakpointLocationCollection constructor
20 BreakpointLocationCollection::BreakpointLocationCollection() function in class:BreakpointLocationCollection
24 BreakpointLocationCollection::~BreakpointLocationCollection() {}
26 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) {
34 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id,
61 BreakpointLocationCollection
[all...]
H A DBreakpointSite.cpp56 BreakpointLocationCollection owners_copy;
200 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) {
H A DBreakpoint.cpp13 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
459 ModuleList &module_list, BreakpointLocationCollection &new_locations) {
526 BreakpointLocationCollection locations_with_no_section;
591 BreakpointLocationCollection locations_to_remove;
667 BreakpointLocationCollection old_break_locs;
694 BreakpointLocationCollection new_break_locs;
696 BreakpointLocationCollection locations_to_remove;
697 BreakpointLocationCollection locations_to_announce;
970 BreakpointLocationCollection &loc_coll) {
H A DBreakpointLocationList.cpp81 Module *module, BreakpointLocationCollection &bp_loc_list) {
292 BreakpointLocationCollection &new_locations) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h1 //===-- BreakpointLocationCollection.h --------------------------*- C++ -*-===//
20 class BreakpointLocationCollection { class in namespace:lldb_private
22 BreakpointLocationCollection();
24 ~BreakpointLocationCollection();
26 BreakpointLocationCollection &operator=(const BreakpointLocationCollection &rhs);
149 // Classes that inherit from BreakpointLocationCollection can see and modify
153 // For BreakpointLocationCollection only
H A DBreakpointLocationList.h31 // container for breakpoint locations, use BreakpointLocationCollection.
85 BreakpointLocationCollection &bp_loc_list);
172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
201 BreakpointLocationCollection *m_new_location_recorder;
H A DBreakpointSite.h17 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
134 /// The BreakpointLocationCollection into which to put the owners
139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
214 BreakpointLocationCollection m_owners; ///< This has the BreakpointLocations
H A DBreakpoint.h18 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
113 BreakpointLocationCollection &GetBreakpointLocationCollection() {
138 BreakpointLocationCollection m_locations;
202 BreakpointLocationCollection &new_locations);
472 BreakpointLocationCollection &loc_coll);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp288 BreakpointLocationCollection site_locations;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h35 class BreakpointLocationCollection;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1302 BreakpointLocationCollection loc_coll;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile91 SRCS+= Breakpoint/BreakpointLocationCollection.cpp

Completed in 220 milliseconds