Home
last modified time | relevance | path

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

12

/freebsd/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.cpp668 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
672 return SBBreakpoint( in BreakpointCreateByLocation()
676 SBBreakpoint
684 SBBreakpoint
693 SBBreakpoint
703 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
708 SBBreakpoint sb_bp; in BreakpointCreateByLocation()
729 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
736 SBBreakpoint sb_bp; in BreakpointCreateByLocation()
757 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()
/freebsd/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);
171 SBBreakpoint(const lldb::BreakpointSP &bp_sp);
186 SBBreakpoint GetBreakpointAtIndex(size_t idx);
[all …]
H A DSBTarget.h613 lldb::SBBreakpoint BreakpointCreateByLocation(const char *file,
616 lldb::SBBreakpoint
619 lldb::SBBreakpoint
623 lldb::SBBreakpoint
627 lldb::SBBreakpoint
632 lldb::SBBreakpoint
638 lldb::SBBreakpoint BreakpointCreateByName(const char *symbol_name,
642 lldb::SBBreakpoint
647 lldb::SBBreakpoint BreakpointCreateByName(
654 lldb::SBBreakpoint BreakpointCreateByName(
[all …]
H A DSBBreakpointLocation.h100 SBBreakpoint GetBreakpoint();
108 friend class SBBreakpoint;
H A DSBStringList.h47 friend class SBBreakpoint; variable
H A DSBEvent.h70 friend class SBBreakpoint; variable
H A DSBBreakpointName.h24 SBBreakpointName(SBBreakpoint &bkpt, const char *name);
H A DSBError.h80 friend class SBBreakpoint;
H A DSBStructuredData.h123 friend class SBBreakpoint; variable
H A DSBAddress.h91 friend class SBBreakpoint; variable
H A DSBThreadPlan.h128 friend class SBBreakpoint;
H A DSBStream.h72 friend class SBBreakpoint; variable
H A DSBThread.h233 friend class SBBreakpoint;
H A DSBDefines.h50 class LLDB_API SBBreakpoint; variable
H A DSBProcess.h586 friend class SBBreakpoint; variable
/freebsd/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 {
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp102 lldb::SBBreakpoint *sb_breakpoint = reinterpret_cast<lldb::SBBreakpoint *>( in ExtractValueFromPythonObject()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3280 SWIGINTERN std::string lldb_SBBreakpoint___repr__(lldb::SBBreakpoint *self){ in lldb_SBBreakpoint___repr__()
7628 lldb::SBBreakpoint *result = 0 ; in _wrap_new_SBBreakpoint__SWIG_0()
7631 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint(); in _wrap_new_SBBreakpoint__SWIG_0()
7645 lldb::SBBreakpoint *arg1 = 0 ; in _wrap_new_SBBreakpoint__SWIG_1()
7646 lldb::SBBreakpoint *result = 0 ; in _wrap_new_SBBreakpoint__SWIG_1()
7655 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint((lldb::SBBreakpoint const &)*arg1); in _wrap_new_SBBreakpoint__SWIG_1()
7702 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ; in _wrap_SBBreakpoint___eq()
7703 lldb::SBBreakpoint *arg2 = 0 ; in _wrap_SBBreakpoint___eq()
7719 result = (bool)(arg1)->operator ==((lldb::SBBreakpoint const &)*arg2); in _wrap_SBBreakpoint___eq()
7733 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ; in _wrap_SBBreakpoint_GetID()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig41 return ToSWIGHelper(new lldb::SBBreakpoint(std::move(breakpoint_sp)),
H A Dpython.swig24 * :py:class:`SBBreakpoint`: Represents a logical breakpoint and its associated settings.
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp80 const lldb::SBBreakpoint &breakpoint) const { in GetOpaqueTypeFromSBBreakpoint()

12