summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweaks to the Python reference and example command to use the preferred print...Enrico Granata2013-07-111-5/+5
* Add the frame content dumper function call to one more place.Jason Molenda2013-07-091-0/+2
* Add new information gathering to the lldb & simple backtrace methods:Jason Molenda2013-07-091-5/+30
* A bit more cleanup on the process_events.py to use best practices for event h...Greg Clayton2013-06-271-54/+72
* Update the platform options help strings.Greg Clayton2013-06-263-3/+3
* Fixed the process_events.py example to be able to specify the platform and al...Greg Clayton2013-06-261-64/+63
* Added a regex that can be specified to avoid showing contents on types that m...Greg Clayton2013-06-221-70/+105
* Also report any OS python plugin in use.Jason Molenda2013-06-201-0/+3
* Print the general purpose registers for frame 0.Jason Molenda2013-06-201-0/+8
* Cleanup the output a bit by removing old print statements and also printing t...Greg Clayton2013-06-201-4/+4
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-0/+212
* A few small enhancements to the diagnose-unwind command.Jason Molenda2013-06-191-24/+82
* Small changes to diagnose_unwind. Correctly provide help text.Jason Molenda2013-06-051-6/+15
* Adding a diagnose-nsstring commandEnrico Granata2013-05-302-1/+172
* Providing a more interesting command template for LLDBEnrico Granata2013-05-091-25/+41
* Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata2013-05-071-12/+91
* First iteration of a Python tracer moduleEnrico Granata2013-05-071-0/+249
* Print a backtrace line for a pc value even if we can't make an SBAddressJason Molenda2013-05-011-1/+2
* Put a try/catch block around the SBAddress setting; don't want to Jason Molenda2013-04-301-13/+16
* Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda2013-04-301-7/+7
* Remove a print statement that was left in accidentally.Greg Clayton2013-04-241-1/+0
* One line I forgot to remove.Jason Molenda2013-04-231-1/+0
* Update the unwind_diagnose script to work correctly with bothJason Molenda2013-04-231-48/+10
* Add a new -a / --address argument to image show-unwind to get theJason Molenda2013-04-231-1/+4
* Add a new python file to help diagnose backtrace failures in the field.Jason Molenda2013-04-231-0/+197
OpenPOWER on IntegriCloud