llvm/lldb/examples/python
Med Ismail Bennani 9a9bf12c4a [lldb/crashlog] Fix arm64 register parsing on crashlog.py
This patch fixes the register parser for arm64 crashlogs.

Compared to x86_64 crashlogs, the arm64 crashlogs nests the general
purpose registers into a separate dictionary within `thread_state`
dictionary. It uses the dictionary key as the the register number.

Differential Revision: https://reviews.llvm.org/D119168

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2022-02-09 13:28:20 -08:00
..
scripted_process [lldb/test] Fix TestScriptedProcess.py timeout on x86_64 2022-02-09 13:28:20 -08:00
armv7_cortex_m_target_defintion.py
bsd.py
cmdtemplate.py
crashlog.py [lldb/crashlog] Fix arm64 register parsing on crashlog.py 2022-02-09 13:28:20 -08:00
delta.py
diagnose_nsstring.py
diagnose_unwind.py
dict_utils.py
disasm-stress-test.py
disasm.py
disassembly_mode.py
file_extract.py
gdb_disassemble.py
gdbremote.py
globals.py
in_call_stack.py
jump.py
lldb_module_utils.py
lldbtk.py
mach_o.py
memory.py
operating_system.py
performance.py
process_events.py
pytracer.py
sbvalue.py
scripted_step.py
shadow.py
sources.py
stacks.py
step_and_print.py
symbolication.py
types.py
x86_64_linux_target_definition.py
x86_64_qemu_target_definition.py
x86_64_target_definition.py