From 14691c5e786e8c2c5734f687e4c96217340771be Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 5 Mar 2015 10:40:17 +0000 Subject: Compute the right catch location for the debugger. Also remove tls ThrowLocation, it is not needed anymore. Change-Id: I78fddf09ce968ca475e39c17fa76d699c589c8d9 --- runtime/debugger.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/debugger.h') 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_); -- cgit v1.2.3-59-g8ed1b