aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-14Added the ability options to:Greg Clayton
2013-06-13Remove unneeded include.Greg Clayton
2013-06-13Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. T...Greg Clayton
2013-06-13Added some new example code that can grab all functions from any executable, ...Greg Clayton
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
2013-04-03<rdar://problem/13416800>Greg Clayton
2013-03-26A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.Greg Clayton
2013-03-23Added a python version of the performance tests. It will be good to see if th...Greg Clayton
2013-03-19This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata
2013-03-16NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata
2013-03-16Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata
2013-03-12Created a sample "jump" command that handlesSean Callanan
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata
2013-03-07Added a new module that can dump all line tables for all compile units in any...Greg Clayton
2013-02-25Being explicit about how ignoring optparse's exceptions is not a best principleEnrico Granata
2013-02-25Added missing lldb module namespace.Greg Clayton
2013-02-25<rdar://problem/13286937> Greg Clayton
2013-02-22Using __package__ and __name__ seems redundant - __name__ should always conta...Enrico Granata
2013-02-21Mark the command as failed if parsing fails.Jim Ingham
2013-02-09Quick fix for the libc++ std::map synthetic children providerEnrico Granata
2013-02-01Allow the target to give out the size of the red zone for given ABIs.Greg Clayton