Skip to content

Commit 54208a9

Browse files
committed
Fix underline & path
1 parent 43feece commit 54208a9

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
@@ -97,14 +97,14 @@ number of the instruction according to the debug information. Note that
9797
this requires debug information to be enabled (e.g. pass ``-g`` to Clang).
9898

9999
LLDB Data Formatters
100-
===================
100+
====================
101101

102102
A handful of `LLDB data formatters
103103
<https://lldb.llvm.org/resources/dataformatters.html>`__ are
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 /path/to/lldbDataFormatters.py
107+
command script import /path/to/llvm/src/utils/lldbDataFormatters.py
108108

109109
GDB pretty printers
110110
===================

0 commit comments

Comments
 (0)