platform_system_core/debuggerd/crasher
Peter Collingbourne f3d542fe9f Create a debugger_process_info data structure with the process info pointers.
Similar to r.android.com/1247247 I'll be adding more of them for MTE.

Also, change the protocol between the crasher and crash_dump to make
it easier to add new fields and change the referenced data structures
without needing to worry about versioning. The version number for
static executables is now always 1 (where the protocol will never
change), while the version number for dynamic executables is always
4 (where the protocol can change, because the linker and crash_dump
are version locked).

Bug: 135772972
Change-Id: Ib4696d0544d7c87cb429aaaa15f18c3640059e16
2020-03-24 17:23:15 -07:00
..
arm debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
arm64 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
x86 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
x86_64 debuggerd: advance our amazing bet. 2017-01-17 13:57:57 -08:00
Android.bp Remove various bits of dead code and unused workarounds. 2020-02-22 16:53:24 +00:00
crasher.cpp Create a debugger_process_info data structure with the process info pointers. 2020-03-24 17:23:15 -07:00