am e2946917: am ebaa337a: am c3b800aa: Merge "Fix JDWP line table output." into klp-dev
* commit 'e2946917852af9d2ec643c7c987d2bb66cf2f086':
Fix JDWP line table output.
diff --git a/runtime/debugger.cc b/runtime/debugger.cc
index 4b30a15..bdcf6ac 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);