Home
last modified time | relevance | path

Searched refs:SBWatchpoint (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp29 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 …]
DSBValue.cpp1448 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 …]
DSBTarget.cpp1372 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 …]
DSBReproducer.cpp134 RegisterMethods<SBWatchpoint>(R); in SBRegistry()
DCMakeLists.txt91 SBWatchpoint.cpp
/external/llvm-project/lldb/include/lldb/API/
DSBWatchpoint.h16 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);
DSBValue.h332 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,
DSBTarget.h755 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,
DSBEvent.h70 friend class SBWatchpoint; variable
DSBError.h72 friend class SBWatchpoint; variable
DSBStream.h95 friend class SBWatchpoint; variable
DSBDefines.h95 class LLDB_API SBWatchpoint; variable
/external/llvm-project/lldb/bindings/interface/
DSBWatchpoint.i19 ) 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)
DSBValue.i363 lldb::SBWatchpoint
369 lldb::SBWatchpoint
DSBTarget.i850 lldb::SBWatchpoint
856 lldb::SBWatchpoint
868 lldb::SBWatchpoint
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/
DTestWatchpointEvents.py96 lldb.SBWatchpoint.EventIsWatchpointEvent(event),
98 found_type = lldb.SBWatchpoint.GetWatchpointEventTypeFromEvent(event)
/external/llvm-project/lldb/bindings/python/
Dpython-swigsafecast.swig95 SBTypeToSWIGWrapper (lldb::SBWatchpoint* watchpoint_sb)
Dpython-wrapper.swig101 lldb::SBWatchpoint sb_wp(wp_sp);
/external/llvm-project/lldb/bindings/
Dheaders.swig78 #include "lldb/API/SBWatchpoint.h"
Dinterfaces.swig85 %include "./interface/SBWatchpoint.i"
/external/llvm-project/lldb/test/API/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py394 obj = lldb.SBWatchpoint()
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py134 tuple = (lldb.SBTarget, lldb.SBBreakpointLocation, lldb.SBWatchpoint)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py181 tuple = (lldb.SBTarget, lldb.SBBreakpointLocation, lldb.SBWatchpoint)