[debugger] Make sys-info work for minidump
Minidump has most of the interesting info here. The only thing we don't have is the memory size. We update the UI so we can output unknown in that case. We don't have information on breakpoints or watchpoints either, but arguably "zero" is the correct answer in either case for a core dump. Change-Id: Ib7d48e86b96bddd6fb0ae3511c83f5ecd10f7e31
Showing
- src/developer/debug/zxdb/client/minidump_remote_api.cc 12 additions, 1 deletionsrc/developer/debug/zxdb/client/minidump_remote_api.cc
- src/developer/debug/zxdb/client/minidump_unittest.cc 19 additions, 0 deletionssrc/developer/debug/zxdb/client/minidump_unittest.cc
- src/developer/debug/zxdb/console/verbs_system.cc 15 additions, 7 deletionssrc/developer/debug/zxdb/console/verbs_system.cc
Loading
Please register or sign in to comment