summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a new python example which installs a command called "shadow". Greg Clayton2016-06-231-0/+59
* Fixed a few places that were building a regex from an identifier without esca...Greg Clayton2016-06-102-2/+2
* Another little example use of scripted thread plans.Jim Ingham2016-05-031-0/+25
* Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand2016-04-141-1/+1
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-141-5/+6
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-031-1/+1
* Fix tabs and spaces in one of the python files.Zachary Turner2015-10-261-16/+14
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-221-7/+21
* Py3'ify some of the examples that get run at startup.Zachary Turner2015-10-192-5/+5
* [libstdc++ data-formatters] Remove size limits.Siva Chandra2015-10-131-11/+0
* Fix typos.Bruce Mitchener2015-09-224-6/+6
* Fix process_events.py to auto continue the process if we attached so the proc...Greg Clayton2015-08-121-0/+6
* Fix typo in gdbremote.pyPavel Labath2015-07-281-1/+1
* Improved the packet dumper to escape the response string before sending it to...Greg Clayton2015-07-221-10/+77
* Fix typos.Bruce Mitchener2015-07-221-4/+4
* Fix the yellow colorizing and fix some logic in the "A" packet dumper.Greg Clayton2015-07-201-2/+7
* Handle dumping many more packet types including the A packet, qC, QSetDisable...Greg Clayton2015-07-171-34/+81
* Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...Greg Clayton2015-07-171-15/+121
* Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.Greg Clayton2015-07-171-9/+28
* Improve the packet dumper to be able to read the target.xml so it can dump re...Greg Clayton2015-07-021-10/+62
* Fix typosBruce Mitchener2015-07-021-3/+3
* Another slightly less goofy example of scripted steps.Jim Ingham2015-07-021-0/+56
* Add a missing space.Jim Ingham2015-07-011-1/+1
* Remove a few uses of lldb.target, which is not validJim Ingham2015-06-231-5/+6
* Fix a variety of typos.Bruce Mitchener2015-06-181-5/+5
* Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton2015-06-011-1/+1
* Added a new API to SBFrame:Greg Clayton2015-05-281-18/+112
* Allow expresions to have unique expression prefixes:Greg Clayton2015-05-271-13/+24
* Fix this module to work with current packects and also to be able to figure o...Greg Clayton2015-05-221-15/+39
* Add a call to SBDebugger:Destroy() at the end of the self-hostedJason Molenda2015-04-011-0/+1
* Fix StdVBoolImplementation to handle large vectorsTamas Berghammer2015-03-251-2/+3
* Cleanup to simplify the formatter for std::map of libstdc++.Siva Chandra2015-03-181-33/+11
* Implement formatter for std::vector<bool, ...> of libstdc++ in Python.Siva Chandra2015-03-171-68/+126
OpenPOWER on IntegriCloud