Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp35 SBBreakpointLocation::SBBreakpointLocation() { LLDB_INSTRUMENT_VA(this); } in SBBreakpointLocation() function in SBBreakpointLocation
37 SBBreakpointLocation::SBBreakpointLocation( in SBBreakpointLocation() function in SBBreakpointLocation
43 SBBreakpointLocation::SBBreakpointLocation(const SBBreakpointLocation &rhs) in SBBreakpointLocation() function in SBBreakpointLocation
48 const SBBreakpointLocation &SBBreakpointLocation::
49 operator=(const SBBreakpointLocation &rhs) { in operator =()
56 SBBreakpointLocation::~SBBreakpointLocation() = default;
58 BreakpointLocationSP SBBreakpointLocation::GetSP() const { in GetSP()
62 bool SBBreakpointLocation::IsValid() const { in IsValid()
66 SBBreakpointLocation::operator bool() const { in operator bool()
72 SBAddress SBBreakpointLocation::GetAddress() { in GetAddress()
[all …]
H A DSBBreakpoint.cpp128 SBBreakpointLocation SBBreakpoint::FindLocationByAddress(addr_t vm_addr) { in FindLocationByAddress()
131 SBBreakpointLocation sb_bp_location; in FindLocationByAddress()
169 SBBreakpointLocation SBBreakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
172 SBBreakpointLocation sb_bp_location; in FindLocationByID()
184 SBBreakpointLocation SBBreakpoint::GetLocationAtIndex(uint32_t index) { in GetLocationAtIndex()
187 SBBreakpointLocation sb_bp_location; in GetLocationAtIndex()
750 SBBreakpointLocation
755 SBBreakpointLocation sb_breakpoint_loc; in GetBreakpointLocationAtIndexFromEvent()
H A DSBBreakpointOptionCommon.cpp10 #include "lldb/API/SBBreakpointLocation.h"
64 SBBreakpointLocation sb_location; in PrivateBreakpointHitCallback()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocationDocstrings.i10 ) lldb::SBBreakpointLocation;
14 to true.") lldb::SBBreakpointLocation::SetCondition;
18 ) lldb::SBBreakpointLocation::GetCondition;
23 ) lldb::SBBreakpointLocation::SetScriptCallbackFunction;
29 ) lldb::SBBreakpointLocation::SetScriptCallbackFunction;
40 ) lldb::SBBreakpointLocation::SetScriptCallbackBody;
H A DSBBreakpointLocationExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBBreakpointLocation, lldb::eDescriptionLevelFull)
3 %extend lldb::SBBreakpointLocation {
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h26 class LLDB_API SBBreakpointLocation {
28 SBBreakpointLocation();
30 SBBreakpointLocation(const lldb::SBBreakpointLocation &rhs);
32 ~SBBreakpointLocation();
34 const lldb::SBBreakpointLocation &
35 operator=(const lldb::SBBreakpointLocation &rhs);
105 SBBreakpointLocation(const lldb::BreakpointLocationSP &break_loc_sp);
H A DSBBreakpoint.h52 lldb::SBBreakpointLocation FindLocationByAddress(lldb::addr_t vm_addr);
56 lldb::SBBreakpointLocation FindLocationByID(lldb::break_id_t bp_loc_id);
58 lldb::SBBreakpointLocation GetLocationAtIndex(uint32_t index);
142 static lldb::SBBreakpointLocation
164 friend class SBBreakpointLocation; variable
H A DSBDefines.h52 class LLDB_API SBBreakpointLocation; variable
143 lldb::SBBreakpointLocation &location);
H A DSBStringList.h48 friend class SBBreakpointLocation; variable
H A DSBError.h81 friend class SBBreakpointLocation; variable
H A DSBStructuredData.h124 friend class SBBreakpointLocation; variable
H A DSBAddress.h92 friend class SBBreakpointLocation; variable
H A DSBThreadPlan.h129 friend class SBBreakpointLocation; variable
H A DSBStream.h73 friend class SBBreakpointLocation; variable
H A DSBThread.h234 friend class SBBreakpointLocation; variable
H A DSBProcess.h588 friend class SBBreakpointLocation; variable
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-swigsafecast.swig8 lldb::SBBreakpointLocation *breakpoint_location_sb) {
H A Dlua-wrapper.swig12 lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp127 bp_loc: an lldb.SBBreakpointLocation for the breakpoint location information in CommandObjectBreakpointCommandAdd()
154 bp_loc: an lldb.SBBreakpointLocation for the breakpoint location information in CommandObjectBreakpointCommandAdd()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig78 return ToSWIGHelper(new lldb::SBBreakpointLocation(std::move(bp_loc_sp)),
H A Dpython-wrapper.swig26 lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp);
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig99 %include "lldb/API/SBBreakpointLocation.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3290 SWIGINTERN std::string lldb_SBBreakpointLocation___repr__(lldb::SBBreakpointLocation *self){ in lldb_SBBreakpointLocation___repr__()
3739 lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp); in LLDBSwigLuaBreakpointCallbackFunction()
7833 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_FindLocationByAddress()
7846 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_FindLocationByAddress()
7890 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_FindLocationByID()
7903 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_FindLocationByID()
7920 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_GetLocationAtIndex()
7933 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_GetLocationAtIndex()
9063 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent()
9076 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent()
[all …]
H A DMakefile39 SRCS+= API/SBBreakpointLocation.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp485 bp_loc: an lldb.SBBreakpointLocation for the breakpoint location information in IOHandlerActivated()