File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ and each instruction printed by LLVM is suffixed with the file and line
96
96
number of the instruction according to the debug information. Note that
97
97
this requires debug information to be enabled (e.g. pass ``-g `` to Clang).
98
98
99
+ LLDB Data Formatters
100
+ ====================
101
+
102
+ A handful of `LLDB data formatters
103
+ <https://lldb.llvm.org/resources/dataformatters.html> `__ are
104
+ provided for some of the core LLVM libraries. To use them, execute the
105
+ following (or add it to your ``~/.lldbinit ``)::
106
+
107
+ command script import /path/to/llvm/utils/lldbDataFormatters.py
108
+
99
109
GDB pretty printers
100
110
===================
101
111
@@ -104,7 +114,7 @@ A handful of `GDB pretty printers
104
114
provided for some of the core LLVM libraries. To use them, execute the
105
115
following (or add it to your ``~/.gdbinit ``)::
106
116
107
- source /path/to/llvm/src/ utils/gdb-scripts/prettyprinters.py
117
+ source /path/to/llvm/utils/gdb-scripts/prettyprinters.py
108
118
109
119
It also might be handy to enable the `print pretty
110
120
<https://sourceware.org/gdb/current/onlinedocs/gdb.html/Print-Settings.html> `__
You can’t perform that action at this time.
0 commit comments