summaryrefslogtreecommitdiff
path: root/lldb/examples/python/types.py
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee
2020-07-16Harmonize Python shebangserge-sans-paille
2019-04-18[Python] Simplify the code. NFCI.Davide Italiano
2019-03-26python 2/3 compat: commands vs subprocessSerge Guelton
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-06-01Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton
2014-01-23Added a new lldb command that can parse all struct and class types for one or...Greg Clayton
2013-07-12Enabled the "--debug" option functionality that will SIGSTOP the current proc...Greg Clayton
2013-06-26Update the platform options help strings.Greg Clayton
2013-06-22Added a regex that can be specified to avoid showing contents on types that m...Greg Clayton
2013-06-20Cleanup the output a bit by removing old print statements and also printing t...Greg Clayton
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton