[Lldb-commits] [PATCH] D140293: [lldb] Update custom commands to always be overrriden
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 11 11:13:55 PST 2023
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM. The pattern of `debugger.HandleCommand("command script add -o -c [...]")` seems rather tedious. Would it make sense to add a wrapper to the SBAPI that takes care of that?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140293/new/
https://reviews.llvm.org/D140293
More information about the lldb-commits
mailing list