[Lldb-commits] [PATCH] D144929: Add SBCommandInterpreter::UserCommandExists

2023-02-28 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. LGTM! Sorry I forgot about this! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144929/new/ https://reviews.llvm.org/D144929 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D144929: Add SBCommandInterpreter::UserCommandExists

2023-02-28 Thread Jim Ingham via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG4eb694e35dd5: Add SBCommandInterpreter::UserCommandExists parallel to CommandExists. (authored by jingham). Repository:

[Lldb-commits] [PATCH] D144929: Add SBCommandInterpreter::UserCommandExists

2023-02-27 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. jingham added reviewers: JDevlieghere, mib. Herald added a project: All. jingham requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Turns out there's no API to find out if a user command exists. There's SBComma