summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-04-26 03:33:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-26 03:33:27 +0000
commit84a445b4f53408444dec82146728a0a57054a492 (patch)
treea89ececea0c1df189f65af6a669498e98aebdcb0 /include
parent94cb6e57a5f928b1774d78817fd1f43a782b5c98 (diff)
parent29941ec81705bdcad2b43f0059e1288304c523e8 (diff)
downloadsystem_core-84a445b4f53408444dec82146728a0a57054a492.zip
system_core-84a445b4f53408444dec82146728a0a57054a492.tar.gz
system_core-84a445b4f53408444dec82146728a0a57054a492.tar.bz2
am 29941ec8: am f8db4afb: am ab3d49b0: Merge "Use the si_code value bionic passes us."
* commit '29941ec81705bdcad2b43f0059e1288304c523e8': Use the si_code value bionic passes us.
Diffstat (limited to 'include')
-rw-r--r--include/cutils/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/debugger.h b/include/cutils/debugger.h
index af80e2c..ae6bfc4 100644
--- a/include/cutils/debugger.h
+++ b/include/cutils/debugger.h
@@ -42,6 +42,7 @@ typedef struct {
debugger_action_t action;
pid_t tid;
uintptr_t abort_msg_address;
+ int32_t original_si_code;
} debugger_msg_t;
/* Dumps a process backtrace, registers, and stack to a tombstone file (requires root).