From 41bd8ac2061b20d63a2068a8f8626fd091d11cd5 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 24 Feb 2012 23:56:06 +0000 Subject: Added some missing accessors to the SBAttachInfo for user and group ID getting, setting, and checking. llvm-svn: 151408 --- lldb/scripts/Python/interface/SBTarget.i | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lldb/scripts/Python') 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 @@ -137,6 +137,24 @@ public: void 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(); -- cgit v1.2.3