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.
2 parents 364278e + 41f76ee commit bc3f984Copy full SHA for bc3f984
lldb/source/Interpreter/CommandInterpreter.cpp
@@ -850,7 +850,7 @@ void CommandInterpreter::LoadCommandDictionary() {
850
"argument displays at most that many frames. The argument 'all' "
851
"displays all threads. Use 'settings set frame-format' to customize "
852
"the printing of individual frames and 'settings set thread-format' "
853
- "to customize the thread header. Frame recognizers may filter the"
+ "to customize the thread header. Frame recognizers may filter the "
854
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
855
"bt [<digit> | all]", 0, false));
856
if (bt_regex_cmd_up) {
0 commit comments