commit | 1fa6b3d6c83955fe06c63d3a4025f2c0ec431d68 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Oct 13 18:08:26 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Oct 13 18:08:26 2011 +0000 |
tree | bfeeb1a7e34afc34254e8ac937dd8cd183fb9e1a | |
parent | aa4a553d4b8cd37f13bd4946f504265000a7bcc4 [diff] [blame] |
Cleaned up the SBWatchpoint public API. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141876 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBValue.i b/scripts/Python/interface/SBValue.i index 8792464..439e0ab 100644 --- a/scripts/Python/interface/SBValue.i +++ b/scripts/Python/interface/SBValue.i
@@ -278,6 +278,12 @@ lldb::SBFrame GetFrame(); + lldb::SBWatchpoint + Watch (bool resolve_location, bool read, bool write); + + lldb::SBWatchpoint + WatchPointee (bool resolve_location, bool read, bool write); + bool GetDescription (lldb::SBStream &description);