| /freebsd/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 | 1453 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() 1457 SBWatchpoint sb_watchpoint; in Watch() 1524 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() 1532 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() 1536 SBWatchpoint sb_watchpoint; in WatchPointee()
|
| H A D | SBTarget.cpp | 1255 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() 1258 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() 1280 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() 1283 SBWatchpoint sb_watchpoint; in FindWatchpointByID() 1297 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress() 1309 lldb::SBWatchpoint 1315 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 | 359 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write, 363 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write); 389 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
|
| H A D | SBTarget.h | 854 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const; 858 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id); 861 lldb::SBWatchpoint WatchAddress(lldb::addr_t addr, size_t size, bool read, 864 lldb::SBWatchpoint
|
| H A D | SBEvent.h | 75 friend class SBWatchpoint; variable
|
| H A D | SBError.h | 100 friend class SBWatchpoint; variable
|
| H A D | SBStream.h | 108 friend class SBWatchpoint; variable
|
| H A D | SBDefines.h | 137 class LLDB_API SBWatchpoint; variable
|
| H A D | SBType.h | 288 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 | 73 return ToSWIGHelper(new lldb::SBWatchpoint(std::move(watchpoint_sp)),
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 171 %include "lldb/API/SBWatchpoint.h"
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3718 SWIGINTERN std::string lldb_SBWatchpoint___repr__(lldb::SBWatchpoint *self){ in lldb_SBWatchpoint___repr__() 3776 lldb::SBWatchpoint sb_wp(wp_sp); in LLDBSwigLuaWatchpointCallbackFunction() 60930 lldb::SBWatchpoint result; in _wrap_SBTarget_GetWatchpointAtIndex() 60943 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_GetWatchpointAtIndex() 60987 lldb::SBWatchpoint result; in _wrap_SBTarget_FindWatchpointByID() 61000 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_FindWatchpointByID() 61021 lldb::SBWatchpoint result; in _wrap_SBTarget_WatchAddress() 61046 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_WatchAddress() 61067 lldb::SBWatchpoint result; in _wrap_SBTarget_WatchpointCreateByAddress() 61095 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result); in _wrap_SBTarget_WatchpointCreateByAddress() [all …]
|
| H A D | Makefile | 111 SRCS+= API/SBWatchpoint.cpp
|