[Lldb-commits] [lldb] Add the ability to define a Python based command that uses CommandObjectParsed (PR #70734)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 12 10:45:42 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"
----------------
jimingham wrote:
Sure. I moved the `parsed_cmd.py` file into lldb/examples/python/templates as well, since the other files were there. TTTT, that seems like a strange location for these files. At this point they really aren't examples, they are base classes we're vending. That's also true of things like crashlog, however, so I don't feel the need to address this right now.
https://github.com/llvm/llvm-project/pull/70734
More information about the lldb-commits
mailing list