/external/llvm-project/lldb/source/API/ |
D | SBWatchpoint.cpp | 29 SBWatchpoint::SBWatchpoint() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBWatchpoint); } in SBWatchpoint() function in SBWatchpoint 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() function in SBWatchpoint 33 LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &), wp_sp); in SBWatchpoint() 36 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) in SBWatchpoint() function in SBWatchpoint 38 LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::SBWatchpoint &), rhs); in SBWatchpoint() 41 const SBWatchpoint &SBWatchpoint::operator=(const SBWatchpoint &rhs) { in operator =() 42 LLDB_RECORD_METHOD(const lldb::SBWatchpoint &, in operator =() 43 SBWatchpoint, operator=,(const lldb::SBWatchpoint &), rhs); in operator =() 49 SBWatchpoint::~SBWatchpoint() = default; 51 watch_id_t SBWatchpoint::GetID() { in GetID() [all …]
|
D | SBValue.cpp | 1448 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() 1450 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch, in Watch() 1454 SBWatchpoint sb_watchpoint; in Watch() 1513 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() 1515 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch, (bool, bool, bool), in Watch() 1522 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() 1524 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in WatchPointee() 1528 SBWatchpoint sb_watchpoint; in WatchPointee() 1660 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch, in RegisterMethods() 1662 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch, in RegisterMethods() [all …]
|
D | SBTarget.cpp | 1372 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() 1373 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex() 1376 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() 1402 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() 1403 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in FindWatchpointByID() 1407 SBWatchpoint sb_watchpoint; in FindWatchpointByID() 1421 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress() 1424 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in WatchAddress() 1428 SBWatchpoint sb_watchpoint; in WatchAddress() 2571 LLDB_REGISTER_METHOD_CONST(lldb::SBWatchpoint, SBTarget, in RegisterMethods() [all …]
|
D | SBReproducer.cpp | 134 RegisterMethods<SBWatchpoint>(R); in SBRegistry()
|
D | CMakeLists.txt | 91 SBWatchpoint.cpp
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBWatchpoint.h | 16 class LLDB_API SBWatchpoint { 18 SBWatchpoint(); 20 SBWatchpoint(const lldb::SBWatchpoint &rhs); 22 SBWatchpoint(const lldb::WatchpointSP &wp_sp); 24 ~SBWatchpoint(); 26 const lldb::SBWatchpoint &operator=(const lldb::SBWatchpoint &rhs); 30 bool operator==(const SBWatchpoint &rhs) const; 32 bool operator!=(const SBWatchpoint &rhs) const; 74 static lldb::SBWatchpoint GetWatchpointFromEvent(const lldb::SBEvent &event);
|
D | SBValue.h | 332 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write, 336 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write); 362 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
|
D | SBTarget.h | 755 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const; 759 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id); 761 lldb::SBWatchpoint WatchAddress(lldb::addr_t addr, size_t size, bool read,
|
D | SBEvent.h | 70 friend class SBWatchpoint; variable
|
D | SBError.h | 72 friend class SBWatchpoint; variable
|
D | SBStream.h | 95 friend class SBWatchpoint; variable
|
D | SBDefines.h | 95 class LLDB_API SBWatchpoint; variable
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBWatchpoint.i | 19 ) SBWatchpoint; 20 class SBWatchpoint 24 SBWatchpoint (); 26 SBWatchpoint (const lldb::SBWatchpoint &rhs); 28 ~SBWatchpoint (); 35 bool operator==(const SBWatchpoint &rhs) const; 37 bool operator!=(const SBWatchpoint &rhs) const; 90 static lldb::SBWatchpoint 93 STRING_EXTENSION_LEVEL(SBWatchpoint, lldb::eDescriptionLevelVerbose)
|
D | SBValue.i | 363 lldb::SBWatchpoint 369 lldb::SBWatchpoint
|
D | SBTarget.i | 850 lldb::SBWatchpoint 856 lldb::SBWatchpoint 868 lldb::SBWatchpoint
|
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/ |
D | TestWatchpointEvents.py | 96 lldb.SBWatchpoint.EventIsWatchpointEvent(event), 98 found_type = lldb.SBWatchpoint.GetWatchpointEventTypeFromEvent(event)
|
/external/llvm-project/lldb/bindings/python/ |
D | python-swigsafecast.swig | 95 SBTypeToSWIGWrapper (lldb::SBWatchpoint* watchpoint_sb)
|
D | python-wrapper.swig | 101 lldb::SBWatchpoint sb_wp(wp_sp);
|
/external/llvm-project/lldb/bindings/ |
D | headers.swig | 78 #include "lldb/API/SBWatchpoint.h"
|
D | interfaces.swig | 85 %include "./interface/SBWatchpoint.i"
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | TestDefaultConstructorForAPIObjects.py | 394 obj = lldb.SBWatchpoint()
|
/external/llvm-project/lldb/utils/lui/ |
D | lldbutil.py | 134 tuple = (lldb.SBTarget, lldb.SBBreakpointLocation, lldb.SBWatchpoint)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbutil.py | 181 tuple = (lldb.SBTarget, lldb.SBBreakpointLocation, lldb.SBWatchpoint)
|