summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-02-24 23:56:06 +0000
committerGreg Clayton <gclayton@apple.com>2012-02-24 23:56:06 +0000
commit41bd8ac2061b20d63a2068a8f8626fd091d11cd5 (patch)
tree6134cf49de74fb37adb54937d394afd85059afad /lldb/scripts/Python
parentcb3785e450ecf506d55dac3cca1abfee57b2c5d6 (diff)
downloadbcm5719-llvm-41bd8ac2061b20d63a2068a8f8626fd091d11cd5.tar.gz
bcm5719-llvm-41bd8ac2061b20d63a2068a8f8626fd091d11cd5.zip
Added some missing accessors to the SBAttachInfo for user and group ID
getting, setting, and checking. llvm-svn: 151408
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/interface/SBTarget.i18
1 files changed, 18 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i
index 0990866fafe..a66131bf77f 100644
--- a/lldb/scripts/Python/interface/SBTarget.i
+++ b/lldb/scripts/Python/interface/SBTarget.i
@@ -138,6 +138,24 @@ public:
SetProcessPluginName (const char *plugin_name);
uint32_t
+ GetUserID();
+
+ uint32_t
+ GetGroupID();
+
+ bool
+ UserIDIsValid ();
+
+ bool
+ GroupIDIsValid ();
+
+ void
+ SetUserID (uint32_t uid);
+
+ void
+ SetGroupID (uint32_t gid);
+
+ uint32_t
GetEffectiveUserID();
uint32_t
OpenPOWER on IntegriCloud