[all-commits] [llvm/llvm-project] 5f64b9: Clarify error messages on corefiles that no plugin...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Nov 16 13:58:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f64b940761002efcff04c40d6e882167d05197c
https://github.com/llvm/llvm-project/commit/5f64b940761002efcff04c40d6e882167d05197c
Author: Jason Molenda <jmolenda at apple.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/test/API/commands/target/basic/TestTargetCommand.py
Log Message:
-----------
Clarify error messages on corefiles that no plugin handles (#72559)
These error messages are written in a way that makes sense to an lldb
developer, but not to an end user who asks lldb to run on a compressed
corefile or whatever. Simplfy the messages.
More information about the All-commits
mailing list