summaryrefslogtreecommitdiff
path: root/runtime/debugger.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-03-09 10:11:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-09 10:11:03 +0000
commit5c9d8f0d2948c2b4fe4258f96e3598ad5b8fa23b (patch)
tree7510031e119cf981cdb6aafc5e5c2299aa06590d /runtime/debugger.h
parent3dd536ffd7e8f82e4587964545b272acbd61d68e (diff)
parent14691c5e786e8c2c5734f687e4c96217340771be (diff)
Merge "Compute the right catch location for the debugger."
Diffstat (limited to 'runtime/debugger.h')
-rw-r--r--runtime/debugger.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h
index 0c22148c99..428ded7ffb 100644
--- a/runtime/debugger.h
+++ b/runtime/debugger.h
@@ -529,8 +529,7 @@ class Dbg {
mirror::Object* this_object, mirror::ArtField* f,
const JValue* field_value)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
- static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
- uint32_t catch_dex_pc, mirror::Throwable* exception)
+ static void PostException(mirror::Throwable* exception)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
static void PostThreadStart(Thread* t)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);