@@ -59,20 +59,21 @@ Settings are stored in a file `.llef` located in your home directory formatted a
5959
6060##### Available Settings
6161
62- | Setting | Type | Description |
63- | ------------------ | ------- | -------------------------------------------------- |
64- | color_output | Boolean | Enable/disable color terminal output |
65- | register_coloring | Boolean | Enable/disable register coloring |
66- | show_legend | Boolean | Enable/disable legend output |
67- | show_registers | Boolean | Enable/disable registers output |
68- | show_stack | Boolean | Enable/disable stack output |
69- | show_code | Boolean | Enable/disable code output |
70- | show_threads | Boolean | Enable/disable threads output |
71- | show_trace | Boolean | Enable/disable trace output |
72- | force_arch | String | Force register display architecture (experimental) |
73- | rebase_addresses | Boolean | Enable/disable address rebase output |
74- | rebase_offset | Int | Set the rebase offset (default 0x100000) |
75- | show_all_registers | Boolean | Enable/disable extended register output |
62+ | Setting | Type | Description |
63+ | ----------------------- | ------- | -------------------------------------------------- |
64+ | color_output | Boolean | Enable/disable color terminal output |
65+ | register_coloring | Boolean | Enable/disable register coloring |
66+ | show_legend | Boolean | Enable/disable legend output |
67+ | show_registers | Boolean | Enable/disable registers output |
68+ | show_stack | Boolean | Enable/disable stack output |
69+ | show_code | Boolean | Enable/disable code output |
70+ | show_threads | Boolean | Enable/disable threads output |
71+ | show_trace | Boolean | Enable/disable trace output |
72+ | force_arch | String | Force register display architecture (experimental) |
73+ | rebase_addresses | Boolean | Enable/disable address rebase output |
74+ | rebase_offset | Int | Set the rebase offset (default 0x100000) |
75+ | show_all_registers | Boolean | Enable/disable extended register output |
76+ | enable_darwin_heap_scan | Boolean | Enable/disable more accurate heap scanning for Darwin-based platforms. Uses the Darwin malloc introspection API, executing code in the address space of the target application using LLDB's evaluation engine. |
7677
7778#### llefcolorsettings
7879Allows setting LLEF GUI colors:
0 commit comments