Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp47 SBBreakpoint::SBBreakpoint() { LLDB_INSTRUMENT_VA(this); } in SBBreakpoint() function in SBBreakpoint
49 SBBreakpoint::SBBreakpoint(const SBBreakpoint &rhs) in SBBreakpoint() function in SBBreakpoint
54 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) in SBBreakpoint() function in SBBreakpoint
59 SBBreakpoint::~SBBreakpoint() = default;
61 const SBBreakpoint &SBBreakpoint::operator=(const SBBreakpoint &rhs) { in operator =()
68 bool SBBreakpoint::operator==(const lldb::SBBreakpoint &rhs) { in operator ==()
74 bool SBBreakpoint::operator!=(const lldb::SBBreakpoint &rhs) { in operator !=()
80 SBTarget SBBreakpoint::GetTarget() const { in GetTarget()
90 break_id_t SBBreakpoint::GetID() const { in GetID()
101 bool SBBreakpoint::IsValid() const { in IsValid()
[all …]
H A DSBTarget.cpp678 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
682 return SBBreakpoint( in BreakpointCreateByLocation()
686 SBBreakpoint
694 SBBreakpoint
703 SBBreakpoint
713 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
718 SBBreakpoint sb_bp; in BreakpointCreateByLocation()
740 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
747 SBBreakpoint sb_bp; in BreakpointCreateByLocation()
769 SBBreakpoint SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
[all …]
H A DSBBreakpointLocation.cpp447 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { in GetBreakpoint()
452 SBBreakpoint sb_bp; in GetBreakpoint()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h25 class LLDB_API SBBreakpoint {
28 SBBreakpoint();
30 SBBreakpoint(const lldb::SBBreakpoint &rhs);
32 ~SBBreakpoint();
34 const lldb::SBBreakpoint &operator=(const lldb::SBBreakpoint &rhs);
38 bool operator==(const lldb::SBBreakpoint &rhs);
40 bool operator!=(const lldb::SBBreakpoint &rhs);
140 static lldb::SBBreakpoint GetBreakpointFromEvent(const lldb::SBEvent &event);
166 SBBreakpoint(const lldb::BreakpointSP &bp_sp);
181 SBBreakpoint GetBreakpointAtIndex(size_t idx);
[all …]
H A DSBTarget.h596 lldb::SBBreakpoint BreakpointCreateByLocation(const char *file,
599 lldb::SBBreakpoint
602 lldb::SBBreakpoint
606 lldb::SBBreakpoint
610 lldb::SBBreakpoint
615 lldb::SBBreakpoint
621 lldb::SBBreakpoint BreakpointCreateByName(const char *symbol_name,
625 lldb::SBBreakpoint
630 lldb::SBBreakpoint BreakpointCreateByName(
637 lldb::SBBreakpoint BreakpointCreateByName(
[all …]
H A DSBBreakpointLocation.h100 SBBreakpoint GetBreakpoint();
108 friend class SBBreakpoint;
H A DSBStringList.h47 friend class SBBreakpoint; variable
H A DSBBreakpointName.h28 SBBreakpointName(SBBreakpoint &bkpt, const char *name);
H A DSBEvent.h70 friend class SBBreakpoint; variable
H A DSBError.h75 friend class SBBreakpoint;
H A DSBStructuredData.h119 friend class SBBreakpoint; variable
H A DSBThreadPlan.h125 friend class SBBreakpoint;
H A DSBAddress.h91 friend class SBBreakpoint; variable
H A DSBStream.h72 friend class SBBreakpoint; variable
H A DSBDefines.h50 class LLDB_API SBBreakpoint; variable
H A DSBThread.h233 friend class SBBreakpoint;
H A DSBProcess.h585 friend class SBBreakpoint; variable
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointDocstrings.i68 ) lldb::SBBreakpoint;
72 ) lldb::SBBreakpoint::SetCondition;
76 ) lldb::SBBreakpoint::GetCondition;
80 ) lldb::SBBreakpoint::SetScriptCallbackFunction;
86 ) lldb::SBBreakpoint::SetScriptCallbackFunction;
97 ) lldb::SBBreakpoint::SetScriptCallbackBody;
H A DSBBreakpointExtensions.i1 STRING_EXTENSION_OUTSIDE(SBBreakpoint)
3 %extend lldb::SBBreakpoint {
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp99 lldb::SBBreakpoint *sb_breakpoint = reinterpret_cast<lldb::SBBreakpoint *>( in ExtractValueFromPythonObject()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3346 SWIGINTERN std::string lldb_SBBreakpoint___repr__(lldb::SBBreakpoint *self){ in lldb_SBBreakpoint___repr__()
7694 lldb::SBBreakpoint *result = 0 ; in _wrap_new_SBBreakpoint__SWIG_0()
7697 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint(); in _wrap_new_SBBreakpoint__SWIG_0()
7711 lldb::SBBreakpoint *arg1 = 0 ; in _wrap_new_SBBreakpoint__SWIG_1()
7712 lldb::SBBreakpoint *result = 0 ; in _wrap_new_SBBreakpoint__SWIG_1()
7721 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint((lldb::SBBreakpoint const &)*arg1); in _wrap_new_SBBreakpoint__SWIG_1()
7768 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ; in _wrap_SBBreakpoint___eq()
7769 lldb::SBBreakpoint *arg2 = 0 ; in _wrap_SBBreakpoint___eq()
7785 result = (bool)(arg1)->operator ==((lldb::SBBreakpoint const &)*arg2); in _wrap_SBBreakpoint___eq()
7799 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ; in _wrap_SBBreakpoint_GetID()
[all …]
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig32 return ToSWIGHelper(new lldb::SBBreakpoint(std::move(breakpoint_sp)),
H A Dpython.swig24 * :py:class:`SBBreakpoint`: Represents a logical breakpoint and its associated settings.
/src/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig15 #include "lldb/API/SBBreakpoint.h"
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp81 const lldb::SBBreakpoint &breakpoint) const { in GetOpaqueTypeFromSBBreakpoint()

12