diff options
author | Greg Clayton <gclayton@apple.com> | 2013-12-04 19:19:12 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-12-04 19:19:12 +0000 |
commit | 91a9b247d473cebc23cee55309aecc56a0c29f64 (patch) | |
tree | 2b17093853340a7e78025fe809f1748ca211ff2b /lldb/tools/debugserver/source/RNBRemote.cpp | |
parent | c15bf89122f60a0e06a17f4ae7ee32892665fd33 (diff) | |
download | bcm5719-llvm-91a9b247d473cebc23cee55309aecc56a0c29f64.tar.gz bcm5719-llvm-91a9b247d473cebc23cee55309aecc56a0c29f64.zip |
Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver.
This helps ensure that the launched debugserver is ready and listening for a connection. Prior to this we had a race condition.
Consolidate the launching of debugserver into a single place: a static function in GDBRemoteCommunication.
llvm-svn: 196401
Diffstat (limited to 'lldb/tools/debugserver/source/RNBRemote.cpp')
-rw-r--r-- | lldb/tools/debugserver/source/RNBRemote.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/RNBRemote.cpp b/lldb/tools/debugserver/source/RNBRemote.cpp index 22db738cfea..6f60839386b 100644 --- a/lldb/tools/debugserver/source/RNBRemote.cpp +++ b/lldb/tools/debugserver/source/RNBRemote.cpp @@ -915,7 +915,6 @@ RNBRemote::InitializeRegisters (bool force) if (reg_entry.nub_info.value_regs == NULL) { - DNBLogThreaded("%s -> %u", reg_entry.nub_info.name, reg_data_offset); reg_data_offset += reg_entry.nub_info.size; } |