Xu Xingliang 5fd03186af tools/minidumpserver: fix 32bit crash log parsing
Need to distinguish between 32bit and 64bit registers, format the gdb reply message using struct.pack with correct format.
'<I' is used for 32bit registers, '<Q' for 64bit

Do not raise exeption for unrecognized registers in log, since they are
not used.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-06-08 12:02:51 +08:00
..
2024-06-04 18:53:14 -03:00
2024-06-04 18:53:14 -03:00
2024-06-04 18:53:14 -03:00
2024-06-04 18:53:14 -03:00
2024-03-15 17:46:48 +08:00
2022-09-13 14:53:42 +08:00
2024-06-06 09:32:56 +08:00
2024-04-25 13:09:40 +08:00
2024-06-06 09:32:56 +08:00
2023-04-19 02:48:39 +08:00
2022-11-09 01:38:12 +08:00
2023-12-14 20:02:52 -08:00
2024-06-06 09:32:56 +08:00
2024-05-15 22:03:18 +08:00
2023-12-04 07:07:08 -08:00