[Lldb-commits] [PATCH] D110298: Add "command multiword add" and the ability to add script commands into a user multiword hierarchy
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 22 18:12:49 PDT 2021
jingham added inline comments.
================
Comment at: lldb/source/Commands/CommandCompletions.cpp:802
+ // The only arguments constitute a command path, however, there might be
+ // options interspersed among the options, and we need to skip those. Do that
+ // by copying the args vector, and just dropping all the option bits:
----------------
Second "options" should be "arguments". I'll fix that with any other edits as they come along.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110298/new/
https://reviews.llvm.org/D110298
More information about the lldb-commits
mailing list