We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43feece commit 54208a9Copy full SHA for 54208a9
llvm/docs/DebuggingLLVM.rst
@@ -97,14 +97,14 @@ number of the instruction according to the debug information. Note that
97
this requires debug information to be enabled (e.g. pass ``-g`` to Clang).
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/lldbDataFormatters.py
+ command script import /path/to/llvm/src/utils/lldbDataFormatters.py
108
109
GDB pretty printers
110
===================
0 commit comments