hanchenye-llvm-project/lldb/scripts/Python
Enrico Granata 06be059ad9 Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow
llvm-svn: 218834
2014-10-01 21:47:29 +00:00
..
android android: add a command script to help display mixed Java/native backtraces. 2014-09-23 16:28:01 +00:00
interface Add a new SBExecutionContext class that wraps an ExecutionContextRef. This class is a convenient way at the API level to package a target,process,thread and frame all together - or just a subset of those 2014-10-01 20:43:45 +00:00
modules Fix an incomplete null structure spec in Python readline suppression module. 2014-06-26 22:35:36 +00:00
Makefile
build-swig-Python.sh Add a new SBExecutionContext class that wraps an ExecutionContextRef. This class is a convenient way at the API level to package a target,process,thread and frame all together - or just a subset of those 2014-10-01 20:43:45 +00:00
buildSwigPython.py Expose ThreadCollection in SB API 2014-09-06 01:21:19 +00:00
finish-swig-Python-LLDB.sh This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
finishSwigPythonLLDB.py Create an _d suffixed symlink when doing a debug Windows build. 2014-07-17 20:36:14 +00:00
modify-python-lldb.py
python-extensions.swig Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
python-swigsafecast.swig Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00
python-typemaps.swig
python-wrapper.swig Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow 2014-10-01 21:47:29 +00:00