summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 typos.Bruce Mitchener2015-09-221-1/+1
* 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 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
* 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 types.py to actually be able to run check_padding_command() without error...Greg Clayton2015-06-011-1/+1
* 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
* symbolicate the application specific backtraces that are in MacOSX crash log ...Greg Clayton2015-03-052-77/+127
* Improved the TreeItem delegate which simplifies making tree items:Greg Clayton2014-10-071-135/+419
* Fix some errors that crept in when I cut & pasted into emacs.Jim Ingham2014-09-301-16/+16
* Add a very trivial example for scripted stepping.Jim Ingham2014-09-301-0/+130
* Played around with TK UI a bit this weekend.Greg Clayton2014-09-221-0/+260
* Don't use "lldb." global variables in LLDB commands.Greg Clayton2014-07-111-1/+4
* Fix typos.Bruce Mitchener2014-07-013-12/+12
* Allow classes to be intialized using current lldb::SB objects. This can help ...Greg Clayton2014-05-281-4/+55
* Fixed an issue where if you called:Greg Clayton2014-04-071-1/+2
* Add example target description file for QEMU for x86-64.Hafiz Abid Qadeer2014-02-201-0/+352
* Added a new lldb command that can parse all struct and class types for one or...Greg Clayton2014-01-231-1/+14
* Fix to only update the offset for concrete registers (ones that don't have 's...Greg Clayton2013-12-131-1/+1
* Adjust PC after hitting breakpoint on remote target.Hafiz Abid Qadeer2013-10-181-0/+353
* <rdar://problem/14972424>Greg Clayton2013-10-171-58/+117
* <rdar://problem/14972424>Greg Clayton2013-10-151-0/+298
* Added a "sources.py" which adds a command that can print out the source files...Greg Clayton2013-09-044-0/+1997
* Fix typeo in diagnose-unwind.py.Jason Molenda2013-07-151-1/+1
* Enabled the "--debug" option functionality that will SIGSTOP the current proc...Greg Clayton2013-07-121-0/+5
* Added a memory.py module that contains a 'memfind' command which allows you t...Greg Clayton2013-07-111-0/+181
OpenPOWER on IntegriCloud