[Lldb-commits] [PATCH] D120594: Improve error messages for command that need a stopped process

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 25 15:49:22 PST 2022


jasonmolenda added a comment.

In D120594#3346730 <https://reviews.llvm.org/D120594#3346730>, @jasonmolenda wrote:

> In D120594#3346722 <https://reviews.llvm.org/D120594#3346722>, @JDevlieghere wrote:
>
>> Nit: can we use a colon instead of dash? We have a bunch of places already where we're "concatenating" errors with a colon so I'd like to keep that consistent.
>
> Using a dash is definitely the kind of thing I would do, but I don't think I did here?  I'm really not wedded to my specific wording in this patch.

Ah sorry, I missed them down in the CommandObjectDisassemler changes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120594/new/

https://reviews.llvm.org/D120594



More information about the lldb-commits mailing list