summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* expressions + C++11 lambdas == cooooool!!!Greg Clayton2013-01-301-112/+641
* <rdar://problem/12552374> & <rdar://problem/13100674>Enrico Granata2013-01-301-12/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+2
* <rdar://problem/13011717>Greg Clayton2013-01-191-1/+4
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+12
* Replacing reference to radar number with svn revisionEnrico Granata2013-01-161-1/+1
* Greg created a new API on SBProcess to get an ID that is guaranteed to be uni...Enrico Granata2013-01-161-1/+1
* <rdar://problem/13011717> Greg Clayton2013-01-151-1/+1
* Made crashlog.py handle cases where a parentSean Callanan2013-01-121-3/+5
* <rdar://problem/12239827>Enrico Granata2013-01-121-0/+3
* Updated documentation on the "register_data_addr" key that can be supplied in...Greg Clayton2013-01-091-0/+5
* Tweaking a comment in the NSURL formatter for correctness - the code was doin...Enrico Granata2012-12-181-1/+4
* <rdar://problem/12848118>Enrico Granata2012-12-102-44/+5
* <rdar://problem/12817233>Enrico Granata2012-12-101-2/+2
* Replace printf with result.Printf, so that the plugin shows its output with a...Enrico Granata2012-10-301-1/+1
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-1/+1
* Changing the NSDate data formatter to use GetData().uint64[] instead of relyi...Enrico Granata2012-10-241-3/+3
* <rdar://problem/12523238> Commit 2 of 3Enrico Granata2012-10-233-0/+70
* Proper copyright noticeEnrico Granata2012-10-221-0/+9
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+1
* Checking in fixes that I used to track down a leaking module. The heap module...Greg Clayton2012-10-082-23/+150
* <rdar://problem/12426557> Fixing the NSIndexSet data formatterEnrico Granata2012-10-051-11/+18
* Implementing plugins that provide commands.Enrico Granata2012-09-281-0/+47
OpenPOWER on IntegriCloud