[Lldb-commits] [PATCH 3/4] Removed launch in new terminal
Marco Minutoli
mminutoli at gmail.com
Thu May 12 14:39:29 PDT 2011
This method has been removed from the API. This fix the compilation
breakage due to its presence.
---
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.3.4
More information about the lldb-commits
mailing list