OSDN Git Service

Change how we report exceptions to the debugger.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 26 Feb 2015 10:56:09 +0000 (10:56 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 3 Mar 2015 17:50:49 +0000 (17:50 +0000)
commit7642cfc90fc9c3ebfd8e3b5041915705c93b5cf0
tree807b3c797483310ac23954c5eddb7441b91749c5
parentdc47e986941b1a3754447fabea272485f3f0f382
Change how we report exceptions to the debugger.

This is only a refactoring/cleanup. Bug fixes with respect
to catch location, and more cleanups will follow.

Change-Id: I30d3c6260b0c8f8115a811621397225b88f2063a
15 files changed:
runtime/debugger.cc
runtime/entrypoints/entrypoint_utils-inl.h
runtime/entrypoints_order_test.cc
runtime/instrumentation.cc
runtime/interpreter/interpreter_common.cc
runtime/jni_internal.cc
runtime/mirror/art_method.cc
runtime/mirror/class.cc
runtime/mirror/throwable.cc
runtime/mirror/throwable.h
runtime/oat.h
runtime/quick_exception_handler.cc
runtime/quick_exception_handler.h
runtime/thread.cc
runtime/thread.h