[all-commits] [llvm/llvm-project] 4eb694: Add SBCommandInterpreter::UserCommandExists parall...
jimingham via All-commits
all-commits at lists.llvm.org
Tue Feb 28 16:00:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb694e35dd514395819b375b31a80bd6d58378e
https://github.com/llvm/llvm-project/commit/4eb694e35dd514395819b375b31a80bd6d58378e
Author: Jim Ingham <jingham at apple.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/source/API/SBCommandInterpreter.cpp
M lldb/test/API/commands/command/script/TestCommandScript.py
Log Message:
-----------
Add SBCommandInterpreter::UserCommandExists parallel to CommandExists.
The latter only checks built-in commands. I also added some docs to
make the distinction clear and a test.
Differential Revision: https://reviews.llvm.org/D144929
More information about the All-commits
mailing list