diff options
author | Josh Gao <jmgao@google.com> | 2016-10-18 18:17:52 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2017-01-17 13:57:57 -0800 |
commit | cbe70cb0a8cb0171f3802273050e851a47b090ed (patch) | |
tree | 87a2805f11d9fa5283fe169d9b155f5b08a94f85 /debuggerd/x86_64/crashglue.S | |
parent | 4c5c9db17b55bfcb2d62eec158440d0e794e30bb (diff) | |
download | core-cbe70cb0a8cb0171f3802273050e851a47b090ed.tar.gz core-cbe70cb0a8cb0171f3802273050e851a47b090ed.tar.bz2 core-cbe70cb0a8cb0171f3802273050e851a47b090ed.zip |
debuggerd: advance our amazing bet.
Remove debuggerd in favor of a helper process that gets execed by
crashing processes.
Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I9906c69473989cbf7fe5ea6cccf9a9c563d75906
Diffstat (limited to 'debuggerd/x86_64/crashglue.S')
-rw-r--r-- | debuggerd/x86_64/crashglue.S | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debuggerd/x86_64/crashglue.S b/debuggerd/x86_64/crashglue.S deleted file mode 100644 index 4d2a5c023..000000000 --- a/debuggerd/x86_64/crashglue.S +++ /dev/null @@ -1,15 +0,0 @@ -.globl crash1 -.globl crashnostack - -crash1: - movl $0xa5a50000, %eax - movl $0xa5a50001, %ebx - movl $0xa5a50002, %ecx - - movl $0, %edx - jmp *%rdx - - -crashnostack: - movl $0, %ebp - jmp *%rbp |