Searched refs:SBBreakpoint (Results 1 - 23 of 23) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBBreakpoint.h1 //===-- SBBreakpoint.h ------------------------------------------*- C++ -*-===//
17 class SBBreakpoint class in namespace:lldb
26 SBBreakpoint ();
28 SBBreakpoint (const lldb::SBBreakpoint& rhs);
30 ~SBBreakpoint();
32 const lldb::SBBreakpoint &
33 operator = (const lldb::SBBreakpoint& rhs);
38 operator == (const lldb::SBBreakpoint& rhs);
41 operator != (const lldb::SBBreakpoint
[all...]
H A DSBBreakpointLocation.h14 #include "lldb/API/SBBreakpoint.h"
91 SBBreakpoint
97 friend class SBBreakpoint;
H A DSBTarget.h639 lldb::SBBreakpoint
642 lldb::SBBreakpoint
645 lldb::SBBreakpoint
649 lldb::SBBreakpoint
654 lldb::SBBreakpoint
660 lldb::SBBreakpoint
667 lldb::SBBreakpoint
670 lldb::SBBreakpoint
675 lldb::SBBreakpoint
680 lldb::SBBreakpoint
[all...]
H A DSBDefines.h30 class SBBreakpoint;
H A DSBEvent.h74 friend class SBBreakpoint;
H A DSBStream.h62 friend class SBBreakpoint;
H A DSBThread.h199 friend class SBBreakpoint;
H A DSBProcess.h274 friend class SBBreakpoint;
/external/lldb/source/API/
H A DSBBreakpoint.cpp1 //===-- SBBreakpoint.cpp ----------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBBreakpoint.h"
38 SBBreakpoint::BreakpointHitCallback callback;
46 SBBreakpointCallbackBaton (SBBreakpoint::BreakpointHitCallback callback, void *baton) :
67 SBBreakpoint::SBBreakpoint () : function in class:SBBreakpoint
72 SBBreakpoint::SBBreakpoint (const SBBreakpoint& rhs) : function in class:SBBreakpoint
78 SBBreakpoint function in class:SBBreakpoint
[all...]
H A DSBTarget.cpp17 #include "lldb/API/SBBreakpoint.h"
1276 SBBreakpoint
1279 return SBBreakpoint(BreakpointCreateByLocation (SBFileSpec (file, false), line));
1282 SBBreakpoint
1287 SBBreakpoint sb_bp;
1305 log->Printf ("SBTarget(%p)::BreakpointCreateByLocation ( %s:%u ) => SBBreakpoint(%p): %s",
1316 SBBreakpoint
1321 SBBreakpoint sb_bp;
1343 log->Printf ("SBTarget(%p)::BreakpointCreateByName (symbol=\"%s\", module=\"%s\") => SBBreakpoint(%p)",
1350 lldb::SBBreakpoint
[all...]
H A DAndroid.mk15 SBBreakpoint.cpp \
H A DSBBreakpointLocation.cpp296 SBBreakpoint
304 SBBreakpoint sb_bp;
315 log->Printf ("SBBreakpointLocation(%p)::GetBreakpoint () => SBBreakpoint(%p) %s",
/external/lldb/scripts/Python/interface/
H A DSBBreakpoint.i1 //===-- SWIG Interface for SBBreakpoint -------------------------*- C++ -*-===//
67 SBBreakpoint supports breakpoint location iteration, for example,
79 ) SBBreakpoint;
80 class SBBreakpoint
89 SBBreakpoint ();
91 SBBreakpoint (const lldb::SBBreakpoint& rhs);
93 ~SBBreakpoint();
193 operator == (const lldb::SBBreakpoint& rhs);
196 operator != (const lldb::SBBreakpoint
[all...]
H A DSBBreakpointLocation.i19 SBBreakpoint contains SBBreakpointLocation(s). See docstring of SBBreakpoint
20 for retrieval of an SBBreakpointLocation from an SBBreakpoint."
103 SBBreakpoint
H A DSBTarget.i217 SBBreakpoint: id = 1, file ='main.cpp', line = 66, locations = 1
218 SBBreakpoint: id = 2, file ='main.cpp', line = 85, locations = 1
638 lldb::SBBreakpoint
641 lldb::SBBreakpoint
644 lldb::SBBreakpoint
647 lldb::SBBreakpoint
653 lldb::SBBreakpoint
660 lldb::SBBreakpoint
663 lldb::SBBreakpoint
666 lldb::SBBreakpoint
[all...]
/external/lldb/test/api/multithreaded/
H A Dlistener_test.cpp36 SBBreakpoint breakpoint = target.BreakpointCreateByName("next");
H A Dtest_breakpoint_callback.cpp3 // SBBreakpoint.SetCallback() is invoked when a breakpoint is hit.
35 SBBreakpoint breakpoint = target.BreakpointCreateByName("next");
/external/lldb/tools/lldb-perf/lib/
H A DXcode.h23 #include "lldb/API/SBBreakpoint.h"
59 static SBBreakpoint
H A DXcode.cpp161 SBBreakpoint
/external/lldb/examples/functions/
H A Dmain.cpp216 SBBreakpoint bp = target.BreakpointCreateByRegex (".", module_list, comp_unit_list);
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp159 SBBreakpoint m_first_bp;
/external/lldb/tools/driver/
H A DDriver.cpp26 #include "lldb/API/SBBreakpoint.h"
876 const uint32_t event_type = SBBreakpoint::GetBreakpointEventTypeFromEvent (event);
892 uint32_t num_new_locations = SBBreakpoint::GetNumBreakpointLocationsFromEvent(event);
895 SBBreakpoint breakpoint = SBBreakpoint::GetBreakpointFromEvent(event);
1564 else if (SBBreakpoint::EventIsBreakpointEvent (event))
/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py46 obj = lldb.SBBreakpoint()

Completed in 1261 milliseconds