| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 29 SBWatchpoint::SBWatchpoint() { LLDB_INSTRUMENT_VA(this); } in SBWatchpoint() function in SBWatchpoint 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() function in SBWatchpoint 36 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) in SBWatchpoint() function in SBWatchpoint 41 const SBWatchpoint &SBWatchpoint::operator=(const SBWatchpoint &rhs) { in operator =() 48 SBWatchpoint::~SBWatchpoint() = default; 50 watch_id_t SBWatchpoint::GetID() { in GetID() 61 bool SBWatchpoint::IsValid() const { in IsValid() 65 SBWatchpoint::operator bool() const { in operator bool() 71 bool SBWatchpoint::operator==(const SBWatchpoint &rhs) const { in operator ==() 77 bool SBWatchpoint::operator!=(const SBWatchpoint &rhs) const { in operator !=() [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()
|
| /src/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 {
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 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 &rhs) const; 78 static lldb::SBWatchpoint GetWatchpointFromEvent(const lldb::SBEvent &event); 94 SBWatchpoint(const lldb::WatchpointSP &wp_sp);
|
| 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
|
| /src/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);
|
| /src/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 64 return ToSWIGHelper(new lldb::SBWatchpoint(std::move(watchpoint_sp)),
|
| /src/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"
|
| /src/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 | 110 SRCS+= API/SBWatchpoint.cpp
|