[all-commits] [llvm/llvm-project] b2bb0f: [lldb-dap] Minor change to stdio client name. (#14...
John Harrison via All-commits
all-commits at lists.llvm.org
Fri May 23 11:09:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2bb0f9764681b15d7813e1dfba3b2877cce1b42
https://github.com/llvm/llvm-project/commit/b2bb0f9764681b15d7813e1dfba3b2877cce1b42
Author: John Harrison <harjohn at google.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
Log Message:
-----------
[lldb-dap] Minor change to stdio client name. (#141266)
Update the stdin <-> stdout client name to `stdio`. I noticed on macOS
if I get a crash report from lldb-dap the `/` in the client name causes
some thread names to be reported without the full name. For example
`Thread 6 Crashed:: */stdout.event_handler`. Switching to `stdio` I
think is still clear and not truncated in the macOS crash reports.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list