commit | f2910eef247b45ce1d489e323b36b5de6b6157aa | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Sat Oct 19 16:39:24 2013 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Sat Oct 19 16:39:24 2013 +0200 |
tree | cd7e7bef7b016180ce90df635b907201c346bf5c | |
parent | bcf09e40f1b5edb7c7e90a96efadba5482b13551 [diff] |
Fix JDWP line table output. Bug: 11238911 Change-Id: I952fba04393b23b1d42dc6a2d22cd583ce2512ce
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);