summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBProcess.i
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-505/+0
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-081-0/+2
* [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere2019-12-081-0/+2
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-141-1/+4
* [swig] Don't mess with swig internals.Jonas Devlieghere2019-07-021-39/+13
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-211-4/+2
* Clean up docstrings in swig interface filesPavel Labath2019-04-181-96/+72
* Docstringify some comments in the swig interface filesPavel Labath2019-04-101-3/+0
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-031-0/+9
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-0/+13
* Expose process instance info via SB APIVadim Macagon2017-08-011-0/+12
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-261-0/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+8
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-8/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+8
* Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...Greg Clayton2016-07-051-3/+3
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-241-0/+6
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-1/+1
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+3
* Revert "FOO"Adrian McCarthy2015-11-201-3/+0
* FOOAdrian McCarthy2015-11-201-0/+3
* Make some more of the LLDB/SWIG/Python glue Python 3 aware.Zachary Turner2015-10-161-7/+7
* Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K2015-05-151-0/+3
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-0/+496
OpenPOWER on IntegriCloud