[Lldb-commits] [PATCH 1/4] remove Host::LaunchInNewTerminal

Marco Minutoli mminutoli at gmail.com
Mon Apr 18 06:20:44 PDT 2011


This method has been removed from the Host interface in r129351
accordingly this patch remove its definition.
---
 source/Host/common/Host.cpp |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/source/Host/common/Host.cpp b/source/Host/common/Host.cpp
index a665472..b699bc8 100644
--- a/source/Host/common/Host.cpp
+++ b/source/Host/common/Host.cpp
@@ -1173,19 +1173,4 @@ LaunchApplication (const FileSpec &app_file_spec)
     return LLDB_INVALID_PROCESS_ID;
 }
 
-lldb::pid_t
-Host::LaunchInNewTerminal 
-(
-    const char *tty_name,
-    const char **argv, 
-    const char **envp,
-    const char *working_dir,
-    const ArchSpec *arch_spec,
-    bool stop_at_entry,
-    bool disable_aslr
-)
-{
-    return LLDB_INVALID_PROCESS_ID;
-}
-
 #endif
-- 
1.7.1




More information about the lldb-commits mailing list