From 38d1f051670df42561ababba2a6f5914e0664254 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 24 Feb 2012 20:59:25 +0000 Subject: Fixed the launching code when using the new SBLaunchInfo. llvm-svn: 151392 --- lldb/scripts/Python/interface/SBTarget.i | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index c0243b8cb05..0990866fafe 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -11,21 +11,8 @@ namespace lldb { class SBLaunchInfo { - public: - SBLaunchInfo (); - - SBLaunchInfo (const char *executable_path, - const char *triple, - const char **argv); - - lldb::SBFileSpec - GetExecutable (); - - void - SetExecutable (const char *path); - - void - SetExecutable (lldb::SBFileSpec executable); +public: + SBLaunchInfo (const char **argv); uint32_t GetUserID(); @@ -45,12 +32,6 @@ class SBLaunchInfo void SetGroupID (uint32_t gid); - const char * - GetTriple (); - - void - SetTriple (const char *triple); - uint32_t GetNumArguments (); -- cgit v1.2.3