From 3e32ad65fbafa9ee370aeb8fb898cbf0c61fe1d9 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 7 May 2014 20:16:06 +0000 Subject: Allow clients to control the exact path that is used to launch processes by adding new calls to SBLaunchInfo. The new calls are: SBFileSpec SBLaunchInfo::GetExecutableFile (); void SBLaunchInfo::SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg); llvm-svn: 208245 --- lldb/scripts/Python/interface/SBTarget.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index 87d5c5b13b0..1f697bad587 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -32,6 +32,12 @@ public: void SetGroupID (uint32_t gid); + lldb::SBFileSpec + GetExecutableFile (); + + void + SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg); + uint32_t GetNumArguments (); -- cgit v1.2.3