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 d97f6d1 commit 2b7e9d2Copy full SHA for 2b7e9d2
lldb/source/Interpreter/CommandInterpreter.cpp
@@ -839,7 +839,7 @@ void CommandInterpreter::LoadCommandDictionary() {
839
"argument displays at most that many frames. The argument 'all' "
840
"displays all threads. Use 'settings set frame-format' to customize "
841
"the printing of individual frames and 'settings set thread-format' "
842
- "to customize the thread header. Frame recognizers may filter the"
+ "to customize the thread header. Frame recognizers may filter the "
843
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
844
"bt [<digit> | all]", 0, false));
845
if (bt_regex_cmd_up) {
0 commit comments