[debugger] Use BuildID field to get minidump build IDs
This is the end of the truncation madness. We're no longer stuffing GNU build IDs into a Microsoft UUID field. We get the whole, correct build ID every time. (Unless your crash came from a release before today, in which case we're now pretending you don't exist). Change-Id: I89567f399ff32db933350be8705ec0d79fa71619
Showing
- src/developer/debug/zxdb/client/BUILD.gn 1 addition, 0 deletionssrc/developer/debug/zxdb/client/BUILD.gn
- src/developer/debug/zxdb/client/minidump_remote_api.cc 11 additions, 20 deletionssrc/developer/debug/zxdb/client/minidump_remote_api.cc
- src/developer/debug/zxdb/client/minidump_unittest.cc 36 additions, 59 deletionssrc/developer/debug/zxdb/client/minidump_unittest.cc
- src/developer/debug/zxdb/client/test_example_minidump_new_cvrecord.dmp 0 additions, 0 deletions.../debug/zxdb/client/test_example_minidump_new_cvrecord.dmp
- src/developer/debug/zxdb/symbols/build_id_index.cc 2 additions, 53 deletionssrc/developer/debug/zxdb/symbols/build_id_index.cc
- src/developer/debug/zxdb/symbols/build_id_index.h 1 addition, 5 deletionssrc/developer/debug/zxdb/symbols/build_id_index.h
- src/developer/debug/zxdb/symbols/build_id_index_unittest.cc 1 addition, 19 deletionssrc/developer/debug/zxdb/symbols/build_id_index_unittest.cc
Loading
Please register or sign in to comment