summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-86/+0
* python 2/3 compat: commands vs subprocessSerge Guelton2019-03-268-15/+26
* Python 2/3 compat: StringIOSerge Guelton2019-03-252-4/+2
* Python 2/3 compat: tkinterSerge Guelton2019-03-251-2/+7
* Python 2/3 compat: str vs basestringSerge Guelton2019-03-258-0/+40
* Python 2/3 compat: unichr vs chrSerge Guelton2019-03-251-0/+4
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-2130-540/+576
* 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
* Fix libstdc++ data formatters for python3Pavel Labath2019-03-181-2/+3
* [Python] Fix another batch of python 2/python 3 portability issues.Davide Italiano2019-03-131-5/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* crashlog.py: Catch exception from subprocess.Adrian Prantl2019-03-071-1/+5
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-063-0/+3
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-063-114/+112
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-053-130/+117
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-053-117/+130
* Fix use of non-existing variable in crashlog.pyShafik Yaghmour2019-01-311-1/+1
* Fix order of arguments in an lldb type summary in examplesNathan Lanza2019-01-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1934-112/+102
* Fix lldb's macosx/heap.py cstr command.Davide Italiano2018-12-171-1/+1
* 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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* 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
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-2/+2
* 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
* Update tuple/list/deque data formatters to work with newest libc++Pavel Labath2017-11-071-4/+11
* 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
* Work around a bug in the C++ expression parser.Jim Ingham2017-10-051-47/+47
* 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-0675-10770/+14148
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-301-0/+57
* 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
OpenPOWER on IntegriCloud