summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-05 22:23:26 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-05 22:23:26 +0000
commit76ea84eaf48e6647ead82c7b2835aae2f44e4b6a (patch)
treea98f092eff72f96b056a8bc5c1d363ba6b7ffd49 /lldb/scripts/Python/interface
parent8627ea91cb097f45894fa80fa04a3fb0100530db (diff)
downloadbcm5719-llvm-76ea84eaf48e6647ead82c7b2835aae2f44e4b6a.tar.gz
bcm5719-llvm-76ea84eaf48e6647ead82c7b2835aae2f44e4b6a.zip
On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList.
Modify the test suite accordingly. llvm-svn: 136990
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBType.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i
index 48f20f1f2d6..3086338d800 100644
--- a/lldb/scripts/Python/interface/SBType.i
+++ b/lldb/scripts/Python/interface/SBType.i
@@ -156,6 +156,9 @@ class SBTypeList
public:
SBTypeList();
+ bool
+ IsValid() const;
+
void
Append(const SBType& type);
OpenPOWER on IntegriCloud