Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp1 //===-- SBBreakpointLocation.cpp ------------------------------------------===//
9 #include "lldb/API/SBBreakpointLocation.h"
35 SBBreakpointLocation::SBBreakpointLocation() { LLDB_INSTRUMENT_VA(this); }
37 SBBreakpointLocation::SBBreakpointLocation(
43 SBBreakpointLocation::SBBreakpointLocation(const SBBreakpointLocation &rhs)
48 const SBBreakpointLocation in SBBreakpointLocation()
36 SBBreakpointLocation::SBBreakpointLocation() { LLDB_INSTRUMENT_VA(this); } SBBreakpointLocation() function in SBBreakpointLocation
38 SBBreakpointLocation::SBBreakpointLocation( SBBreakpointLocation() function in SBBreakpointLocation
44 SBBreakpointLocation::SBBreakpointLocation(const SBBreakpointLocation &rhs) SBBreakpointLocation() function in SBBreakpointLocation
[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()
749 SBBreakpointLocation
754 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
159 friend class SBBreakpointLocation;
157 friend class SBBreakpointLocation; global() variable
H A DSBDefines.h52 class LLDB_API SBBreakpointLocation; variable
140 lldb::SBBreakpointLocation &location);
H A DSBStringList.h48 friend class SBBreakpointLocation; variable
H A DSBError.h76 friend class SBBreakpointLocation; variable
H A DSBStructuredData.h120 friend class SBBreakpointLocation; variable
H A DSBThreadPlan.h126 friend class SBBreakpointLocation; variable
H A DSBAddress.h92 friend class SBBreakpointLocation; variable
H A DSBStream.h73 friend class SBBreakpointLocation; variable
H A DSBThread.h234 friend class SBBreakpointLocation;
219 friend class SBBreakpointLocation; global() variable
H A DSBProcess.h587 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.swig69 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 Dheaders.swig16 #include "lldb/API/SBBreakpointLocation.h"
H A Dinterfaces.swig97 %include "lldb/API/SBBreakpointLocation.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3356 SWIGINTERN std::string lldb_SBBreakpointLocation___repr__(lldb::SBBreakpointLocation *self){ in lldb_SBBreakpointLocation___repr__()
3805 lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp); in LLDBSwigLuaBreakpointCallbackFunction()
7899 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_FindLocationByAddress()
7912 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_FindLocationByAddress()
7956 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_FindLocationByID()
7969 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_FindLocationByID()
7986 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_GetLocationAtIndex()
7999 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_GetLocationAtIndex()
9129 lldb::SBBreakpointLocation result; in _wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent()
9142 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result); in _wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent()
[all …]
H A DMakefile24 SRCS+= API/SBBreakpointLocation.cpp

12