summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2015-06-23Remove a few uses of lldb.target, which is not validJim Ingham
2015-06-01Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton
2015-05-22Fix this module to work with current packects and also to be able to figure o...Greg Clayton
2015-04-01Add a call to SBDebugger:Destroy() at the end of the self-hostedJason Molenda
2015-03-05symbolicate the application specific backtraces that are in MacOSX crash log ...Greg Clayton
2014-10-07Improved the TreeItem delegate which simplifies making tree items:Greg Clayton
2014-09-30Fix some errors that crept in when I cut & pasted into emacs.Jim Ingham
2014-09-30Add a very trivial example for scripted stepping.Jim Ingham
2014-09-22Played around with TK UI a bit this weekend.Greg Clayton
2014-07-11Don't use "lldb." global variables in LLDB commands.Greg Clayton
2014-07-01Fix typos.Bruce Mitchener
2014-05-28Allow classes to be intialized using current lldb::SB objects. This can help ...Greg Clayton
2014-04-07Fixed an issue where if you called:Greg Clayton
2014-02-20Add example target description file for QEMU for x86-64.Hafiz Abid Qadeer
2014-01-23Added a new lldb command that can parse all struct and class types for one or...Greg Clayton
2013-12-13Fix to only update the offset for concrete registers (ones that don't have 's...Greg Clayton
2013-10-18Adjust PC after hitting breakpoint on remote target.Hafiz Abid Qadeer
2013-10-17<rdar://problem/14972424>Greg Clayton
2013-10-15<rdar://problem/14972424>Greg Clayton
2013-09-04Added a "sources.py" which adds a command that can print out the source files...Greg Clayton
2013-07-15Fix typeo in diagnose-unwind.py.Jason Molenda
2013-07-12Enabled the "--debug" option functionality that will SIGSTOP the current proc...Greg Clayton
2013-07-11Added a memory.py module that contains a 'memfind' command which allows you t...Greg Clayton
2013-07-11Tweaks to the Python reference and example command to use the preferred print...Enrico Granata
2013-07-09Add the frame content dumper function call to one more place.Jason Molenda
2013-07-09Add new information gathering to the lldb & simple backtrace methods:Jason Molenda
2013-06-27A bit more cleanup on the process_events.py to use best practices for event h...Greg Clayton
2013-06-26Update the platform options help strings.Greg Clayton
2013-06-26Fixed the process_events.py example to be able to specify the platform and al...Greg Clayton
2013-06-22Added a regex that can be specified to avoid showing contents on types that m...Greg Clayton
2013-06-20Also report any OS python plugin in use.Jason Molenda
2013-06-20Print the general purpose registers for frame 0.Jason Molenda
2013-06-20Cleanup the output a bit by removing old print statements and also printing t...Greg Clayton
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton
2013-06-19A few small enhancements to the diagnose-unwind command.Jason Molenda
2013-06-05Small changes to diagnose_unwind. Correctly provide help text.Jason Molenda
2013-05-30Adding a diagnose-nsstring commandEnrico Granata
2013-05-09Providing a more interesting command template for LLDBEnrico Granata
2013-05-07Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata
2013-05-07First iteration of a Python tracer moduleEnrico Granata
2013-05-01Print a backtrace line for a pc value even if we can't make an SBAddressJason Molenda
2013-04-30Put a try/catch block around the SBAddress setting; don't want to Jason Molenda
2013-04-30Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda
2013-04-24Remove a print statement that was left in accidentally.Greg Clayton
2013-04-23One line I forgot to remove.Jason Molenda
2013-04-23Update the unwind_diagnose script to work correctly with bothJason Molenda
2013-04-23Add a new -a / --address argument to image show-unwind to get theJason Molenda
2013-04-23Add a new python file to help diagnose backtrace failures in the field.Jason Molenda
2013-04-04<rdar://problem/13477795>Greg Clayton
2013-04-03Playing around with making performance test cases run from within python. Greg Clayton