summaryrefslogtreecommitdiff
path: root/lldb/examples/python/process_events.py
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener
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-08-12Fix process_events.py to auto continue the process if we attached so the proc...Greg Clayton
2013-06-27A bit more cleanup on the process_events.py to use best practices for event h...Greg Clayton
2013-06-26Fixed the process_events.py example to be able to specify the platform and al...Greg Clayton
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata
2012-09-25Added process attach options and also use the SBLaunchInfo and SBAttachInfo.Greg Clayton
2012-08-31Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton
2012-08-31Added an example that show correct usage of the async process event API.Greg Clayton