File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ A handful of `LLDB data formatters
104104provided for some of the core LLVM libraries. To use them, execute the
105105following (or add it to your ``~/.lldbinit ``)::
106106
107- command script import llvm/utils/lldbDataFormatters.py
107+ command script import /path/to/ llvm/utils/lldbDataFormatters.py
108108
109109GDB pretty printers
110110===================
@@ -114,7 +114,7 @@ A handful of `GDB pretty printers
114114provided for some of the core LLVM libraries. To use them, execute the
115115following (or add it to your ``~/.gdbinit ``)::
116116
117- source llvm/utils/gdb-scripts/prettyprinters.py
117+ source /path/to/ llvm/utils/gdb-scripts/prettyprinters.py
118118
119119It also might be handy to enable the `print pretty
120120<https://sourceware.org/gdb/current/onlinedocs/gdb.html/Print-Settings.html> `__
You can’t perform that action at this time.
0 commit comments