summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/types.py
Commit message (Expand)AuthorAgeFilesLines
* [Python] Simplify the code. NFCI.Davide Italiano2019-04-181-6/+2
* python 2/3 compat: commands vs subprocessSerge Guelton2019-03-261-3/+6
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-211-27/+29
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-62/+153
* Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton2015-06-011-1/+1
* Added a new lldb command that can parse all struct and class types for one or...Greg Clayton2014-01-231-1/+14
* Enabled the "--debug" option functionality that will SIGSTOP the current proc...Greg Clayton2013-07-121-0/+5
* Update the platform options help strings.Greg Clayton2013-06-261-1/+1
* Added a regex that can be specified to avoid showing contents on types that m...Greg Clayton2013-06-221-70/+105
* Cleanup the output a bit by removing old print statements and also printing t...Greg Clayton2013-06-201-4/+4
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-0/+212
OpenPOWER on IntegriCloud