DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

New feature #20

Closed cakarlen closed 4 years ago

cakarlen commented 4 years ago

Adding in the option to have all the registers print on each step/breakpoint would be great. Is this something that could be added in future revisions?

DerekSelander commented 4 years ago

It is something that is possible, but I will not add directly into this repo. You can write your own display when on a breakpoint. Check out https://lldb.llvm.org/use/formatting.html for settings set thread-stop-format