summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow operating system plug-ins to specify the address for registers so we ↵Greg Clayton2012-10-251-1/+2
| | | | | | don't have to create data up front. llvm-svn: 166701
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+6
| | | | | | | | | | Added a new setting that allows a python OS plug-in to detect threads and provide registers for memory threads. To enable this you set the setting: settings set target.process.python-os-plugin-path lldb/examples/python/operating_system.py Then run your program and see the extra threads. llvm-svn: 166244
* Adding bindings to the Script Interpreter for some basic Python OS plugin ↵Enrico Granata2012-08-241-0/+3
| | | | | | functionality (still WIP) llvm-svn: 162513
* Added a hollowed out version of an OperatingSystem plugin that will use a ↵Greg Clayton2012-08-231-0/+89
class in python to get thread information for threads stored in memory. llvm-svn: 162472
OpenPOWER on IntegriCloud