[all-commits] [llvm/llvm-project] d9278a: [lldb] Ask the reporter what happened in a bug rep...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jul 30 18:00:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9278ad4e640cf04e5fa0bd22898f5aa0351b564
https://github.com/llvm/llvm-project/commit/d9278ad4e640cf04e5fa0bd22898f5aa0351b564
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M lldb/include/lldb/Core/BugReporter.h
M lldb/source/Commands/CommandObjectDiagnostics.cpp
A lldb/source/Core/BugReporter.cpp
M lldb/source/Core/CMakeLists.txt
M lldb/source/Plugins/BugReporter/GitHub/GitHubReporter.cpp
M lldb/test/Shell/Diagnostics/TestReport.test
Log Message:
-----------
[lldb] Ask the reporter what happened in a bug report (#213173)
A diagnostics bundle records the state of the debugger, never what the
user was doing or what they expected instead, so reports arrive with a
generic title and no description of the problem. Pre-fill the report
with the questions only the person filing it can answer, and print a
checklist when the bundle is written so an incomplete report doesn't get
shared as-is.
rdar://183356348
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