summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
Commit message (Expand)AuthorAgeFilesLines
* [Examples] Move structured-data unpacking out of the loop. (NFC)Jonas Devlieghere2019-11-221-1/+1
* [Examples] Add in_call_stack breakpoint function.Jonas Devlieghere2019-11-221-0/+24
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-071-8/+22
* [Symbolication] Remove some dead code. Nothing exciting.Davide Italiano2019-07-291-2/+0
* [Symbolication] Remove a duplicate assignment.Davide Italiano2019-07-291-1/+0
* [Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano2019-07-291-1/+1
* [crashlog] Fix a mismatch between bytes and strings.Davide Italiano2019-07-091-1/+1
* Use the // integer divide operator in these Jason Molenda2019-06-262-2/+2
* [x86-64] Use `//` for integer division in the target definition.Davide Italiano2019-06-261-1/+1
* Python 3: decode string as utf-8 to avoid type mismatch.Adrian Prantl2019-06-141-5/+5
* Make crashlog.py less noisyAdrian Prantl2019-06-141-9/+27
* [lldb] Ignore null frames in lldb.macosx crashlogStefan Granitz2019-06-121-0/+4
* [crashlog] Add a missing call to decode.Davide Italiano2019-05-301-1/+1
* [crashlog] Use loads() instead of readPlistFromString() for python 3.Davide Italiano2019-05-181-1/+7
* [Python] Simplify the code. NFCI.Davide Italiano2019-04-184-24/+8
* [crashlog] Strip trailing `\n` from check_output return.Davide Italiano2019-04-181-1/+1
* [crashlog] Use the right path for dsymforUUID and remove an unnecessary import.Davide Italiano2019-04-171-6/+1
* python 2/3 compat: commands vs subprocessSerge Guelton2019-03-268-15/+26
* Python 2/3 compat: StringIOSerge Guelton2019-03-251-2/+2
* Python 2/3 compat: tkinterSerge Guelton2019-03-251-2/+7
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-2124-520/+546
* Workaround items/iteritems difference between Python2 and Python3Serge Guelton2019-03-211-1/+1
* Portable int/long conversion across Python 2 / Python 3Serge Guelton2019-03-211-1/+1
* Portable exception value access across Python 2 / Python 3Serge Guelton2019-03-211-1/+1
* A target definition file that may work for Jason Molenda2019-03-181-0/+140
* crashlog.py: Catch exception from subprocess.Adrian Prantl2019-03-071-1/+5
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-062-0/+2
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-062-98/+97
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-052-110/+101
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-052-101/+110
* Fix use of non-existing variable in crashlog.pyShafik Yaghmour2019-01-311-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Make crashlog.py work or binaries with spaces in their namesAdrian Prantl2018-12-171-21/+10
* Make crashlog.py work when a .dSYM is present, but a binary is missingAdrian Prantl2018-12-171-15/+37
* Fixes for GDB remote packet disassembler:Greg Clayton2018-09-271-59/+131
* Add an interactive mode to BSD archive parser.Greg Clayton2018-09-271-11/+94
* Update cmdtemplate.py to use best pratices.Greg Clayton2018-06-221-53/+78
* Added a BSD archive tool.Greg Clayton2018-04-021-0/+481
* Fixed up to use a class for the commands, renamed the commands and added a wa...Greg Clayton2017-11-161-68/+181
* Modernize the example cmdtemplate.py.Jim Ingham2017-10-311-85/+95
* The save_crashlog command was still looking at lldb.target andJim Ingham2017-10-121-6/+7
* Another silly little thing you can do with Python commands.Jim Ingham2017-10-051-0/+24
* Add an example command to toggle between disassembly-only and source mode.Jim Ingham2017-04-201-0/+48
* Fixed to disassemble new packets and fixed the dumping of the 'x' packets.Greg Clayton2017-04-141-12/+41
* Print the error if dsymForUUID sometimes produces bad plists.Jim Ingham2017-03-281-1/+5
* Improve crashlog.py so it can handle more iOS crashlog files.Greg Clayton2016-12-081-0/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0631-3460/+6218
* Mention is_stale in the scripted step doc.Jim Ingham2016-08-051-7/+29
* Fixup the "shadow" example command to use the function that takes an executio...Greg Clayton2016-06-281-28/+26
* Added a new python example which installs a command called "shadow". Greg Clayton2016-06-231-0/+59
OpenPOWER on IntegriCloud