/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBBreakpoint.cpp | 48 SBBreakpoint::SBBreakpoint() { LLDB_INSTRUMENT_VA(this); } in SBBreakpoint() function in SBBreakpoint 50 SBBreakpoint::SBBreakpoint(const SBBreakpoint &rhs) in SBBreakpoint() function in SBBreakpoint 55 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) in SBBreakpoint() function in SBBreakpoint 60 SBBreakpoint::~SBBreakpoint() = default; 62 const SBBreakpoint &SBBreakpoint::operator=(const SBBreakpoint &rhs) { in operator =() 69 bool SBBreakpoint::operator==(const lldb::SBBreakpoint &rhs) { in operator ==() 75 bool SBBreakpoint::operator!=(const lldb::SBBreakpoint &rhs) { in operator !=() 742 SBBreakpoint SBBreakpoint::GetBreakpointFromEvent(const lldb::SBEvent &event) { in GetBreakpointFromEvent() 746 return SBBreakpoint( in GetBreakpointFromEvent() 748 return SBBreakpoint(); in GetBreakpointFromEvent() [all …]
|
H A D | SBTarget.cpp | 677 SBBreakpoint 685 SBBreakpoint 694 SBBreakpoint 709 SBBreakpoint sb_bp; in BreakpointCreateByLocation() 738 SBBreakpoint sb_bp; in BreakpointCreateByLocation() 764 SBBreakpoint sb_bp; in BreakpointCreateByName() 789 lldb::SBBreakpoint 819 SBBreakpoint sb_bp; in BreakpointCreateByName() 894 lldb::SBBreakpoint 959 lldb::SBBreakpoint [all …]
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBBreakpoint.h | 18 class LLDB_API SBBreakpoint { 21 SBBreakpoint(); 23 SBBreakpoint(const lldb::SBBreakpoint &rhs); 25 SBBreakpoint(const lldb::BreakpointSP &bp_sp); 27 ~SBBreakpoint(); 29 const lldb::SBBreakpoint &operator=(const lldb::SBBreakpoint &rhs); 33 bool operator==(const lldb::SBBreakpoint &rhs); 35 bool operator!=(const lldb::SBBreakpoint &rhs); 167 SBBreakpoint GetBreakpointAtIndex(size_t idx); 171 void Append(const SBBreakpoint &sb_bkpt); [all …]
|
H A D | SBTarget.h | 554 lldb::SBBreakpoint 557 lldb::SBBreakpoint 561 lldb::SBBreakpoint 565 lldb::SBBreakpoint 570 lldb::SBBreakpoint 580 lldb::SBBreakpoint 585 lldb::SBBreakpoint BreakpointCreateByName( 592 lldb::SBBreakpoint BreakpointCreateByName( 624 lldb::SBBreakpoint 633 lldb::SBBreakpoint [all …]
|
H A D | SBBreakpointLocation.h | 89 SBBreakpoint GetBreakpoint(); 94 friend class SBBreakpoint;
|
H A D | SBStringList.h | 47 friend class SBBreakpoint; variable
|
H A D | SBEvent.h | 65 friend class SBBreakpoint; variable
|
H A D | SBStructuredData.h | 99 friend class SBBreakpoint; variable
|
H A D | SBBreakpointName.h | 28 SBBreakpointName(SBBreakpoint &bkpt, const char *name);
|
H A D | SBError.h | 66 friend class SBBreakpoint;
|
H A D | SBThreadPlan.h | 116 friend class SBBreakpoint;
|
H A D | SBAddress.h | 90 friend class SBBreakpoint; variable
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBBreakpoint.i | 77 ) SBBreakpoint; 78 class SBBreakpoint 82 SBBreakpoint (); 84 SBBreakpoint (const lldb::SBBreakpoint& rhs); 86 ~SBBreakpoint(); 88 bool operator==(const lldb::SBBreakpoint &rhs); 248 static lldb::SBBreakpoint 260 STRING_EXTENSION(SBBreakpoint) 329 SBBreakpoint 332 SBBreakpoint [all …]
|
H A D | SBTarget.i | 552 lldb::SBBreakpoint 555 lldb::SBBreakpoint 558 lldb::SBBreakpoint 561 lldb::SBBreakpoint 565 lldb::SBBreakpoint 570 lldb::SBBreakpoint 576 lldb::SBBreakpoint 579 lldb::SBBreakpoint 585 lldb::SBBreakpoint 621 lldb::SBBreakpoint [all …]
|
H A D | SBBreakpointLocation.i | 135 SBBreakpoint
|
H A D | SBBreakpointName.i | 31 SBBreakpointName(SBBreakpoint &bkpt, const char *name);
|
H A D | SBThreadPlan.i | 133 friend class SBBreakpoint;
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | sourcewin.py | 55 if lldb.SBBreakpoint.EventIsBreakpointEvent(event): 195 bp = lldb.SBBreakpoint.GetBreakpointFromEvent(event) 221 event_type = lldb.SBBreakpoint.GetBreakpointEventTypeFromEvent(event)
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.h | 213 lldb::SBBreakpoint &bp, llvm::json::Array &breakpoints, 239 CreateBreakpoint(lldb::SBBreakpoint &bp,
|
H A D | ExceptionBreakpoint.cpp | 31 bp = lldb::SBBreakpoint(); in ClearBreakpoint()
|
H A D | ExceptionBreakpoint.h | 23 lldb::SBBreakpoint bp;
|
H A D | VSCodeForward.h | 22 class SBBreakpoint; variable
|
H A D | BreakpointBase.h | 39 lldb::SBBreakpoint bp;
|
/openbsd/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/ |
H A D | lldb-expression-fuzzer.cpp | 90 SBBreakpoint breakpoint = target.BreakpointCreateByName("main", target_path); in DEFINE_BINARY_PROTO_FUZZER()
|
/openbsd/gnu/usr.bin/clang/liblldbAPI/ |
H A D | Makefile | 12 SBBreakpoint.cpp \
|