[Lldb-commits] [PATCH] D145294: [lldb/API] Introduce SBProcess::ForceScriptedState method
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 8 16:13:11 PST 2023
jingham added a comment.
The code seems fine, but I don't think "private state" is a concept that people who aren't intimately familiar with lldb are likely to understand. I think you could just leave out private and just say it changes the process state to the new state. That's all people using it really need to know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145294/new/
https://reviews.llvm.org/D145294
More information about the lldb-commits
mailing list