Skip to content

Commit c272d51

Browse files
committed
Update documentation in libc++ to recommend disable
1 parent 79b591c commit c272d51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,8 @@ represent internal implementation details such as ``__sort4`` and similar
368368
utility functions.
369369

370370
To also show those implementation details, use ``thread backtrace -u``.
371-
Alternatively, to disable those compact backtraces for good, use
372-
``frame recognizer list`` and ``frame recognizer delete`` to delete the libc++
373-
frame recognizer.
371+
Alternatively, to disable those compact backtraces, use ``frame recognizer list``
372+
and ``frame recognizer disable`` on the "libc++ frame recognizer".
374373

375374
GDB Pretty printers for libc++
376375
------------------------------

0 commit comments

Comments
 (0)