[Lldb-commits] [lldb] [lldb] Add a setting to customize the prompt color (PR #66218)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 13 13:20:49 PDT 2023
kastiglione wrote:
> You will need access to the debugger, target, process etc. Currently Editline lives in Host, so we'd have to move that out into Core to avoid circular dependencies.
can we wire up the ansi color formatting without supporting all these other bits of data?
if we're going to eventually support formatting in the prompt, it seems like we should just do that, instead of adding settings and then later removing them.
https://github.com/llvm/llvm-project/pull/66218
More information about the lldb-commits
mailing list