[Lldb-commits] [lldb] r361555 - [NFC] Add blank line (test commit)

J. Ryan Stinnett via lldb-commits lldb-commits at lists.llvm.org
Thu May 23 14:13:50 PDT 2019


Author: jryans
Date: Thu May 23 14:13:50 2019
New Revision: 361555

URL: http://llvm.org/viewvc/llvm-project?rev=361555&view=rev
Log:
[NFC] Add blank line (test commit)

Modified:
    lldb/trunk/tools/debugserver/source/debugserver.cpp

Modified: lldb/trunk/tools/debugserver/source/debugserver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/debugserver.cpp?rev=361555&r1=361554&r2=361555&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/debugserver.cpp (original)
+++ lldb/trunk/tools/debugserver/source/debugserver.cpp Thu May 23 14:13:50 2019
@@ -490,6 +490,7 @@ RNBRunLoopMode HandleProcessStateChange(
   // 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




More information about the lldb-commits mailing list