summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2019-05-18[crashlog] Use loads() instead of readPlistFromString() for python 3.Davide Italiano
2019-04-18[Python] Simplify the code. NFCI.Davide Italiano
2019-04-18[crashlog] Strip trailing `\n` from check_output return.Davide Italiano
2019-04-17[crashlog] Use the right path for dsymforUUID and remove an unnecessary import.Davide Italiano
2019-03-26python 2/3 compat: commands vs subprocessSerge Guelton
2019-03-25Python 2/3 compat: StringIOSerge Guelton
2019-03-25Python 2/3 compat: tkinterSerge Guelton
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2019-03-21Workaround items/iteritems difference between Python2 and Python3Serge Guelton
2019-03-21Portable int/long conversion across Python 2 / Python 3Serge Guelton
2019-03-21Portable exception value access across Python 2 / Python 3Serge Guelton
2019-03-18A target definition file that may work for Jason Molenda
2019-03-07crashlog.py: Catch exception from subprocess.Adrian Prantl
2019-03-06[Python] Unbreak the recently modified tests for python 2.Davide Italiano
2019-03-06[testsuite] Port crashlog to python 3, second attempt.Davide Italiano
2019-03-05Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano
2019-03-05[testsuite] Port crashlog and dependencies to Python 3.Davide Italiano
2019-01-31Fix use of non-existing variable in crashlog.pyShafik Yaghmour
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-17Make crashlog.py work or binaries with spaces in their namesAdrian Prantl
2018-12-17Make crashlog.py work when a .dSYM is present, but a binary is missingAdrian Prantl
2018-09-27Fixes for GDB remote packet disassembler:Greg Clayton
2018-09-27Add an interactive mode to BSD archive parser.Greg Clayton
2018-06-22Update cmdtemplate.py to use best pratices.Greg Clayton
2018-04-02Added a BSD archive tool.Greg Clayton
2017-11-16Fixed up to use a class for the commands, renamed the commands and added a wa...Greg Clayton
2017-10-31Modernize the example cmdtemplate.py.Jim Ingham
2017-10-12The save_crashlog command was still looking at lldb.target andJim Ingham
2017-10-05Another silly little thing you can do with Python commands.Jim Ingham
2017-04-20Add an example command to toggle between disassembly-only and source mode.Jim Ingham
2017-04-14Fixed to disassemble new packets and fixed the dumping of the 'x' packets.Greg Clayton
2017-03-28Print the error if dsymForUUID sometimes produces bad plists.Jim Ingham
2016-12-08Improve crashlog.py so it can handle more iOS crashlog files.Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-05Mention is_stale in the scripted step doc.Jim Ingham
2016-06-28Fixup the "shadow" example command to use the function that takes an executio...Greg Clayton
2016-06-23Added a new python example which installs a command called "shadow". Greg Clayton
2016-06-10Fixed a few places that were building a regex from an identifier without esca...Greg Clayton
2016-05-03Another little example use of scripted thread plans.Jim Ingham
2015-09-22Fix typos.Bruce Mitchener
2015-08-12Fix process_events.py to auto continue the process if we attached so the proc...Greg Clayton
2015-07-28Fix typo in gdbremote.pyPavel Labath
2015-07-22Improved the packet dumper to escape the response string before sending it to...Greg Clayton
2015-07-20Fix the yellow colorizing and fix some logic in the "A" packet dumper.Greg Clayton
2015-07-17Handle dumping many more packet types including the A packet, qC, QSetDisable...Greg Clayton
2015-07-17Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...Greg Clayton
2015-07-17Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.Greg Clayton
2015-07-02Improve the packet dumper to be able to read the target.xml so it can dump re...Greg Clayton
2015-07-02Another slightly less goofy example of scripted steps.Jim Ingham
2015-07-01Add a missing space.Jim Ingham