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

* commit 'ebaa337a3be81e9204ee723e519f36125b82e1f3':
  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);