[all-commits] [llvm/llvm-project] 057de4: [lldb] Request crash report when prompting for a b...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue May 7 12:35:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 057de4d26425c8b9840912e40ce025626f45d8d6
https://github.com/llvm/llvm-project/commit/057de4d26425c8b9840912e40ce025626f45d8d6
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths:
M lldb/tools/driver/Driver.cpp
M lldb/tools/lldb-dap/lldb-dap.cpp
Log Message:
-----------
[lldb] Request crash report when prompting for a bug report on Darwin (#91371)
On Darwin platforms, the system will generate a crash report in
~/Library/Logs/DiagnosticReports/ when a process crashes.
These reports are much more useful than the "pretty backtraces" printed
by LLVM and are preferred when filing bug reports on Darwin.
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