[all-commits] [llvm/llvm-project] daba82: Refine error msgs from CommandObject & Disassemble
Jason Molenda via All-commits
all-commits at lists.llvm.org
Wed Mar 2 11:18:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: daba82362228b4aa460c26079c028ebf832066fd
https://github.com/llvm/llvm-project/commit/daba82362228b4aa460c26079c028ebf832066fd
Author: Jason Molenda <jason at molenda.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M lldb/include/lldb/Interpreter/CommandObject.h
M lldb/source/Commands/CommandObjectDisassemble.cpp
M lldb/test/Shell/Commands/command-disassemble.s
Log Message:
-----------
Refine error msgs from CommandObject & Disassemble
Make it clearer for end users why a command cannot be used
when a process is not stopped, etc.
Differential Revision: https://reviews.llvm.org/D120594
More information about the All-commits
mailing list