summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the ability options to:Greg Clayton2013-06-141-74/+256
* Remove unneeded include.Greg Clayton2013-06-131-1/+0
* Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. T...Greg Clayton2013-06-134-40/+175
* Added some new example code that can grab all functions from any executable, ...Greg Clayton2013-06-132-0/+183
* 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
* <rdar://problem/13477795>Greg Clayton2013-04-042-3/+10
* Playing around with making performance test cases run from within python. Greg Clayton2013-04-031-25/+122
* <rdar://problem/13416800>Greg Clayton2013-04-031-4/+21
* A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.Greg Clayton2013-03-261-19/+60
* Added a python version of the performance tests. It will be good to see if th...Greg Clayton2013-03-231-0/+197
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-1/+2
* NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata2013-03-161-1/+2
* Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata2013-03-165-5/+10
* Created a sample "jump" command that handlesSean Callanan2013-03-121-0/+173
* Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2013-03-081-0/+2
* Added a new module that can dump all line tables for all compile units in any...Greg Clayton2013-03-071-0/+59
* Being explicit about how ignoring optparse's exceptions is not a best principleEnrico Granata2013-02-251-0/+2
* Added missing lldb module namespace.Greg Clayton2013-02-251-1/+1
* <rdar://problem/13286937> Greg Clayton2013-02-251-3/+13
* Using __package__ and __name__ seems redundant - __name__ should always conta...Enrico Granata2013-02-221-11/+4
* Mark the command as failed if parsing fails.Jim Ingham2013-02-211-0/+1
* Quick fix for the libc++ std::map synthetic children providerEnrico Granata2013-02-092-4/+8
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-011-79/+206
* Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...Greg Clayton2013-01-311-251/+138
OpenPOWER on IntegriCloud