am c3b800aa: Merge "Fix JDWP line table output." into klp-dev

* commit 'c3b800aa23f88d63e7758bb5a3e8f4d75b887f8d':
  Fix JDWP line table output.
diff --git a/runtime/debugger.cc b/runtime/debugger.cc
index 88269e5..73f83a2 100644
--- a/runtime/debugger.cc
+++ b/runtime/debugger.cc
@@ -1324,7 +1324,7 @@
       expandBufAdd8BE(pContext->pReply, address);
       expandBufAdd4BE(pContext->pReply, line_number);
       pContext->numItems++;
-      return true;
+      return false;
     }
   };
   mirror::ArtMethod* m = FromMethodId(method_id);