summaryrefslogtreecommitdiff
path: root/lldb/examples/python/operating_system.py
Commit message (Expand)AuthorAgeFilesLines
* Harmonize Python shebangserge-sans-paille2020-07-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-45/+172
* Remove a print statement that was left in accidentally.Greg Clayton2013-04-241-1/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+2
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+12
* Updated documentation on the "register_data_addr" key that can be supplied in...Greg Clayton2013-01-091-0/+5
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-1/+1
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+1
* Added some documentation and an accessor for the target with an explanation o...Greg Clayton2012-09-121-1/+21
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-3/+4
* We have a partially working OS plug-in through python!Greg Clayton2012-08-241-6/+8
* Fixing an issue in the OS sampleEnrico Granata2012-08-241-0/+1
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-0/+63