diff options
| author | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-23 21:13:50 +0000 |
|---|---|---|
| committer | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-23 21:13:50 +0000 |
| commit | b4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710 (patch) | |
| tree | 4e8d31bebcdb607226d71f9ae4222ad6d7ae3113 | |
| parent | f53c502e0b5abb5a72bea5f7081baa45a8a99639 (diff) | |
| download | bcm5719-llvm-b4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710.tar.gz bcm5719-llvm-b4cb7d8045e38b7fcca3cf6da254b2a1ba7b5710.zip | |
[NFC] Add blank line (test commit)
llvm-svn: 361555
| -rw-r--r-- | lldb/tools/debugserver/source/debugserver.cpp | 1 |
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 |

