summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/process_events.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-2/+6
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-211-40/+42
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-66/+205
* Fix process_events.py to auto continue the process if we attached so the proc...Greg Clayton2015-08-121-0/+6
* A bit more cleanup on the process_events.py to use best practices for event h...Greg Clayton2013-06-271-54/+72
* Fixed the process_events.py example to be able to specify the platform and al...Greg Clayton2013-06-261-64/+63
* Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2013-03-081-0/+2
* Added process attach options and also use the SBLaunchInfo and SBAttachInfo.Greg Clayton2012-09-251-14/+72
* Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton2012-08-311-15/+71
* Added an example that show correct usage of the async process event API.Greg Clayton2012-08-311-0/+139
OpenPOWER on IntegriCloud