diff options
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r-- | lldb/source/Core/Debugger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index f9d096118b5..f442aa6073d 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -102,6 +102,8 @@ g_language_enumerators[] = "{, ${frame.pc}}"\ MODULE_WITH_FUNC\ FILE_AND_LINE\ + "{, name = '${thread.name}}"\ + "{, queue = '${thread.queue}}"\ "{, stop reason = ${thread.stop-reason}}"\ "{\\nReturn value: ${thread.return-value}}"\ "\\n" |