Remove debuggerd in favor of a helper process that gets execed by crashing processes. Bug: http://b/30705528 Test: debuggerd_test Change-Id: I9906c69473989cbf7fe5ea6cccf9a9c563d75906
15 lines
184 B
ArmAsm
15 lines
184 B
ArmAsm
.globl crash1
|
|
.globl crashnostack
|
|
|
|
crash1:
|
|
movl $0xa5a50000, %eax
|
|
movl $0xa5a50001, %ebx
|
|
movl $0xa5a50002, %ecx
|
|
|
|
movl $0, %edx
|
|
jmp *%edx
|
|
|
|
|
|
crashnostack:
|
|
movl $0, %ebp
|
|
jmp *%ebp
|