From 91cc06c1814bd1d0fd6635bc3d7632a2bb7b0e7c Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Mon, 7 Mar 2016 16:13:58 +0000 Subject: Mark DWARF lines in non-debuggable methods as "not a statement". This is a hint to the debugger that breakpoints and stepping might not function as intended (since we have limited information). Change-Id: I23c4a816182cc7548fcd69fbd00112225e7b1710 --- compiler/debug/method_debug_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/debug/method_debug_info.h') diff --git a/compiler/debug/method_debug_info.h b/compiler/debug/method_debug_info.h index 6b3dd8c528..bb09f7e814 100644 --- a/compiler/debug/method_debug_info.h +++ b/compiler/debug/method_debug_info.h @@ -30,6 +30,7 @@ struct MethodDebugInfo { uint32_t access_flags; const DexFile::CodeItem* code_item; bool deduped; + bool is_native_debuggable; uintptr_t low_pc; uintptr_t high_pc; CompiledMethod* compiled_method; -- cgit v1.2.3-59-g8ed1b