/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 1 //===-- SBWatchpoint.cpp --------------------------------------------------===// 9 #include "lldb/API/SBWatchpoint.h" 29 SBWatchpoint::SBWatchpoint() { LLDB_INSTRUMENT_VA(this); } 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) 36 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) 41 const SBWatchpoint in SBWatchpoint() 30 SBWatchpoint::SBWatchpoint() { LLDB_INSTRUMENT_VA(this); } SBWatchpoint() function in SBWatchpoint 32 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) SBWatchpoint() function in SBWatchpoint 37 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) SBWatchpoint() function in SBWatchpoint [all...] |
H A D | SBValue.cpp | 1436 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() 1440 SBWatchpoint sb_watchpoint; in Watch() 1506 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() 1514 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() 1518 SBWatchpoint sb_watchpoint; in WatchPointee()
|
H A D | SBTarget.cpp | 1287 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() 1290 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() 1314 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() 1317 SBWatchpoint sb_watchpoint; in FindWatchpointByID() 1331 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress() 1342 lldb::SBWatchpoint 1348 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBWatchpointDocstrings.i | 9 ) lldb::SBWatchpoint; 14 ) lldb::SBWatchpoint::GetHardwareIndex; 18 ) lldb::SBWatchpoint::GetCondition; 22 ) lldb::SBWatchpoint::SetCondition; 28 ) lldb::SBWatchpoint::GetType; 35 ) lldb::SBWatchpoint::GetWatchValueKind; 41 ) lldb::SBWatchpoint::GetWatchSpec; 45 ) lldb::SBWatchpoint::IsWatchingReads; 49 ) lldb::SBWatchpoint::IsWatchingWrites;
|
H A D | SBWatchpointExtensions.i | 1 STRING_EXTENSION_LEVEL_OUTSIDE(SBWatchpoint, lldb::eDescriptionLevelVerbose) 3 %extend lldb::SBWatchpoint {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBWatchpoint.h | 1 //===-- SBWatchpoint.h ----------------------------------*- C++ -*-===// 26 class LLDB_API SBWatchpoint { 28 SBWatchpoint(); 30 SBWatchpoint(const lldb::SBWatchpoint &rhs); 32 ~SBWatchpoint(); 34 const lldb::SBWatchpoint &operator=(const lldb::SBWatchpoint &rhs); 38 bool operator==(const SBWatchpoint &rhs) const; 40 bool operator!=(const SBWatchpoint [all...] |
H A D | SBValue.h | 362 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write, 366 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write); 392 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
|
H A D | SBTarget.h | 837 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const; 841 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id); 844 lldb::SBWatchpoint WatchAddress(lldb::addr_t addr, size_t size, bool read, 847 lldb::SBWatchpoint
|
H A D | SBEvent.h | 75 friend class SBWatchpoint; variable
|
H A D | SBError.h | 95 friend class SBWatchpoint; variable
|
H A D | SBStream.h | 108 friend class SBWatchpoint; variable
|
H A D | SBDefines.h | 134 class LLDB_API SBWatchpoint; variable
|
H A D | SBType.h | 281 friend class SBWatchpoint; variable
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-swigsafecast.swig | 13 void PushSBClass(lua_State *L, lldb::SBWatchpoint *watchpoint_sb) {
|
H A D | lua-wrapper.swig | 49 lldb::SBWatchpoint sb_wp(wp_sp);
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-swigsafecast.swig | 64 return ToSWIGHelper(new lldb::SBWatchpoint(std::move(watchpoint_sp)),
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | headers.swig | 86 #include "lldb/API/SBWatchpoint.h"
|
H A D | interfaces.swig | 167 %include "lldb/API/SBWatchpoint.h"
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3784 SWIGINTERN std::string lldb_SBWatchpoint___repr__(lldb::SBWatchpoint *self){ in lldb_SBWatchpoint___repr__() 3842 lldb::SBWatchpoint sb_wp(wp_sp); in LLDBSwigLuaWatchpointCallbackFunction() 59731 lldb::SBWatchpoint result; in _wrap_SBTarget_GetWatchpointAtIndex() 59744 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_GetWatchpointAtIndex() 59788 lldb::SBWatchpoint result; in _wrap_SBTarget_FindWatchpointByID() 59801 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_FindWatchpointByID() 59822 lldb::SBWatchpoint result; in _wrap_SBTarget_WatchAddress() 59847 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_WatchAddress() 59868 lldb::SBWatchpoint result; in _wrap_SBTarget_WatchpointCreateByAddress() 59896 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_WatchpointCreateByAddress() [all …]
|
H A D | Makefile | 94 SRCS+= API/SBWatchpoint.cpp
|