Skip to content

Commit b25af87

Browse files
committed
Use /path/to/llvm
1 parent cd54b11 commit b25af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/DebuggingLLVM.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A handful of `LLDB data formatters
104104
provided for some of the core LLVM libraries. To use them, execute the
105105
following (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

109109
GDB pretty printers
110110
===================
@@ -114,7 +114,7 @@ A handful of `GDB pretty printers
114114
provided for some of the core LLVM libraries. To use them, execute the
115115
following (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

119119
It also might be handy to enable the `print pretty
120120
<https://sourceware.org/gdb/current/onlinedocs/gdb.html/Print-Settings.html>`__

0 commit comments

Comments
 (0)