| /freebsd-14.2/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() 71 bool SBWatchpoint::operator==(const SBWatchpoint &rhs) const { in operator ==() 77 bool SBWatchpoint::operator!=(const SBWatchpoint &rhs) const { in operator !=() 244 void SBWatchpoint::Clear() { in Clear() 279 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent() [all …]
|
| H A D | SBValue.cpp | 1414 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() 1418 SBWatchpoint sb_watchpoint; in Watch() 1484 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() 1492 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() 1496 SBWatchpoint sb_watchpoint; in WatchPointee()
|
| H A D | SBTarget.cpp | 1280 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() 1283 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() 1307 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() 1310 SBWatchpoint sb_watchpoint; in FindWatchpointByID() 1324 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress() 1335 lldb::SBWatchpoint 1341 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress()
|
| /freebsd-14.2/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-14.2/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 | 344 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write, 348 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write); 374 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
|
| H A D | SBTarget.h | 826 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const; 830 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id); 833 lldb::SBWatchpoint WatchAddress(lldb::addr_t addr, size_t size, bool read, 836 lldb::SBWatchpoint
|
| H A D | SBEvent.h | 74 friend class SBWatchpoint; variable
|
| H A D | SBError.h | 94 friend class SBWatchpoint; variable
|
| H A D | SBStream.h | 102 friend class SBWatchpoint; variable
|
| H A D | SBDefines.h | 130 class LLDB_API SBWatchpoint; variable
|
| H A D | SBType.h | 247 friend class SBWatchpoint; variable
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 81 #include "lldb/API/SBWatchpoint.h"
|
| H A D | interfaces.swig | 158 %include "lldb/API/SBWatchpoint.h"
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 68 return ToSWIGHelper(new lldb::SBWatchpoint(std::move(watchpoint_sp)),
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 76769 result = (lldb::SBWatchpoint *)new lldb::SBWatchpoint((lldb::SBWatchpoint const &)*arg1); in _wrap_new_SBWatchpoint__SWIG_1() 76816 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint___eq() 76847 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_IsValid() 76871 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_GetError() 76898 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_GetID() 76922 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_GetHardwareIndex() 76946 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_GetWatchAddress() 76970 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_GetWatchSize() 76994 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_SetEnabled() 77020 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ; in _wrap_SBWatchpoint_IsEnabled() [all …]
|
| H A D | Makefile | 91 SRCS+= API/SBWatchpoint.cpp
|