aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/pytracer.py
AgeCommit message (Expand)AuthorFilesLines
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-36/+119
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett1-1/+0
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton1-17/+18
2019-03-21Workaround items/iteritems difference between Python2 and Python3Serge Guelton1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-257/+289
2013-05-07Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata1-12/+91
2013-05-07First iteration of a Python tracer moduleEnrico Granata1-0/+249