lldbinit
lldbinit copied to clipboard
Registers dont print correctly from coredump
I am debugging a coredump crash and I realized that the registers aren't being printed properly. Compiled lldb from svn, and am using current lldbinit... I think it may have to do with the fact that its showing registers for multiple threads. (See first screenshot)
I have also selected a single thread, and the behavior still exists. (See second screenshot)

If you could provide core dump I could take a look and see what's going on and try to fix it :)