summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-09-18 21:02:03 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-09-18 21:02:03 +0000
commit87bac59adce546601eb397e4a3c1354b0282f4d4 (patch)
tree20ae0082c6dbe42c7ae35e272ca6e0e661716115 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
parent1ae21d1367c0390c1a3abdf76c61d707e3003b59 (diff)
downloadbcm5719-llvm-87bac59adce546601eb397e4a3c1354b0282f4d4.tar.gz
bcm5719-llvm-87bac59adce546601eb397e4a3c1354b0282f4d4.zip
llgs: removed some wait-for-stop code in inferior process launch pipeline.
The $A handler was unnecessarily waiting for the launched app to hit a stop before returning. Removed this code. Renamed the llgs inferior launching code to LaunchProcessForDebugging () to prevent it from possibly being mistaken as code that lldb-platform uses to launch a debugserver process. We probably want to look at breaking out llgs-specific and lldb-platform-specific code into separate derived classes, with common code in a shared base class. llvm-svn: 218075
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
index 8143ed2336c..e1008f4a01f 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
@@ -514,9 +514,9 @@ private:
return !m_is_platform;
}
- /// Launch a process from lldb-gdbserver
+ /// Launch an inferior process from lldb-gdbserver
lldb_private::Error
- LaunchDebugServerProcess ();
+ LaunchProcessForDebugging ();
/// Launch a process from lldb-platform
lldb_private::Error
OpenPOWER on IntegriCloud