summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2019-05-23 21:13:50 +0000
committerJ. Ryan Stinnett <jryans@gmail.com>2019-05-23 21:13:50 +0000
commitb4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710 (patch)
tree4e8d31bebcdb607226d71f9ae4222ad6d7ae3113 /lldb
parentf53c502e0b5abb5a72bea5f7081baa45a8a99639 (diff)
downloadbcm5719-llvm-b4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710.tar.gz
bcm5719-llvm-b4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710.zip
[NFC] Add blank line (test commit)
llvm-svn: 361555
Diffstat (limited to 'lldb')
-rw-r--r--lldb/tools/debugserver/source/debugserver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/debugserver.cpp b/lldb/tools/debugserver/source/debugserver.cpp
index 5a0681847a8..0698d69375f 100644
--- a/lldb/tools/debugserver/source/debugserver.cpp
+++ b/lldb/tools/debugserver/source/debugserver.cpp
@@ -490,6 +490,7 @@ RNBRunLoopMode HandleProcessStateChange(RNBRemote *remote, bool initialize) {
// Catch all...
return eRNBRunLoopModeExit;
}
+
// This function handles the case where our inferior program is stopped and
// we are waiting for gdb remote protocol packets. When a packet occurs that
// makes the inferior run, we need to leave this function with a new state
OpenPOWER on IntegriCloud