summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-12-03 18:46:09 +0000
committerCaroline Tice <ctice@apple.com>2010-12-03 18:46:09 +0000
commitf8da863196a173ed90c627e468d42381bf48675d (patch)
tree34388cc707538d81088cb19416da67689f3db8f3 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parent6423c29e14fbde59ecee91d542f0cc3cab43b63a (diff)
downloadbcm5719-llvm-f8da863196a173ed90c627e468d42381bf48675d.tar.gz
bcm5719-llvm-f8da863196a173ed90c627e468d42381bf48675d.zip
Add '-no-stdio' option to 'process launch' command, which causes the
inferior to be launched without setting up terminal stdin/stdout for it (leaving the lldb command line accessible while the program is executing). Also add a user settings variable, 'target.process.disable-stdio' to allow the user to set this globally rather than having to use the command option each time the process is launched. llvm-svn: 120825
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index 546f1054536..a2b5898b34e 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -291,7 +291,7 @@ protected:
lldb::pid_t attach_pid, // If inferior inferior_argv == NULL, then attach to this pid
const char *attach_pid_name, // Wait for the next process to launch whose basename matches "attach_wait_name"
bool wait_for_launch, // Wait for the process named "attach_wait_name" to launch
- bool disable_aslr, // Disable ASLR
+ uint32_t launch_flags,
lldb_private::ArchSpec& arch_spec);
void
OpenPOWER on IntegriCloud