[Lldb-commits] [lldb] r122130 - /lldb/trunk/source/Host/common/Host.cpp
Greg Clayton
gclayton at apple.com
Fri Dec 17 17:54:34 PST 2010
Author: gclayton
Date: Fri Dec 17 19:54:34 2010
New Revision: 122130
URL: http://llvm.org/viewvc/llvm-project?rev=122130&view=rev
Log:
Linux patches from Stephen Wilson.
Modified:
lldb/trunk/source/Host/common/Host.cpp
Modified: lldb/trunk/source/Host/common/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/Host.cpp?rev=122130&r1=122129&r2=122130&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/Host.cpp (original)
+++ lldb/trunk/source/Host/common/Host.cpp Fri Dec 17 19:54:34 2010
@@ -877,7 +877,7 @@
#if !defined (__APPLE__) // see macosx/Host.mm
bool
-Host::OpenFileInExternalEditor (FileSpec &file_spec, uint32_t line_no)
+Host::OpenFileInExternalEditor (const FileSpec &file_spec, uint32_t line_no)
{
return false;
}
@@ -901,6 +901,7 @@
lldb::pid_t
Host::LaunchInNewTerminal
(
+ const char *tty_name,
const char **argv,
const char **envp,
const ArchSpec *arch_spec,
More information about the lldb-commits
mailing list