summaryrefslogtreecommitdiff
path: root/lldb/examples
AgeCommit message (Expand)Author
2018-12-17Fix lldb's macosx/heap.py cstr command.Davide Italiano
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
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-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
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-11-07Update tuple/list/deque data formatters to work with newest libc++Pavel Labath
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-05Work around a bug in the C++ expression parser.Jim 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-30Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata
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
2016-04-14Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand
2016-04-14Miscellaneous fixes for big-endian systemsUlrich Weigand
2015-11-03Python 3 - modernize exception catching syntax.Zachary Turner
2015-10-26Fix tabs and spaces in one of the python files.Zachary Turner
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala
2015-10-19Py3'ify some of the examples that get run at startup.Zachary Turner
2015-10-13[libstdc++ data-formatters] Remove size limits.Siva Chandra
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-22Fix typos.Bruce Mitchener
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-02Fix typosBruce Mitchener
2015-07-02Another slightly less goofy example of scripted steps.Jim Ingham
2015-07-01Add a missing space.Jim Ingham
2015-06-23Remove a few uses of lldb.target, which is not validJim Ingham
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-01Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton