[Lldb-commits] [lldb] Add the ability to define a Python based command that uses CommandObjectParsed (PR #70734)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 10 22:32:38 PST 2024
================
@@ -96,7 +96,9 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
${lldb_python_target_dir}
"utils"
FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
- "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
+ "${LLDB_SOURCE_DIR}/examples/python/parsed_cmd.py"
----------------
medismailben wrote:
I'd put this in the `plugins` submodule with the other scripting affordances base implementations, not in `utils`.
https://github.com/llvm/llvm-project/pull/70734
More information about the lldb-commits
mailing list