aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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
2013-01-31Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...Greg Clayton
2013-01-30expressions + C++11 lambdas == cooooool!!!Greg Clayton
2013-01-30<rdar://problem/12552374> & <rdar://problem/13100674>Enrico Granata
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-19<rdar://problem/13011717>Greg Clayton
2013-01-18<rdar://problem/13010007>Greg Clayton
2013-01-16Replacing reference to radar number with svn revisionEnrico Granata
2013-01-16Greg created a new API on SBProcess to get an ID that is guaranteed to be uni...Enrico Granata
2013-01-15<rdar://problem/13011717> Greg Clayton
2013-01-12Made crashlog.py handle cases where a parentSean Callanan
2013-01-12<rdar://problem/12239827>Enrico Granata
2013-01-09Updated documentation on the "register_data_addr" key that can be supplied in...Greg Clayton
2012-12-18Tweaking a comment in the NSURL formatter for correctness - the code was doin...Enrico Granata
2012-12-10<rdar://problem/12848118>Enrico Granata
2012-12-10<rdar://problem/12817233>Enrico Granata
2012-10-30Replace printf with result.Printf, so that the plugin shows its output with a...Enrico Granata
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-24Changing the NSDate data formatter to use GetData().uint64[] instead of relyi...Enrico Granata
2012-10-23<rdar://problem/12523238> Commit 2 of 3Enrico Granata
2012-10-22Proper copyright noticeEnrico Granata
2012-10-18<rdar://problem/12491420>Greg Clayton
2012-10-08Checking in fixes that I used to track down a leaking module. The heap module...Greg Clayton
2012-10-05<rdar://problem/12426557> Fixing the NSIndexSet data formatterEnrico Granata
2012-09-28Implementing plugins that provide commands.Enrico Granata
2012-09-25Added process attach options and also use the SBLaunchInfo and SBAttachInfo.Greg Clayton
2012-09-19Added auto LLDB import to the crashlog script.Greg Clayton
2012-09-18<rdar://problem/11398693> Making sure we do not attempt to run code on zombie...Enrico Granata
2012-09-18Fix a potential issue where data formatters can get confused over malformed U...Enrico Granata
2012-09-18<rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...Enrico Granata
2012-09-13Making sure to create the count attribute in synthetic children providers for...Enrico Granata
2012-09-13Modified the command template to include best practices.Greg Clayton
2012-09-12Don't allow an extra entry to slip into the heap results and also add a bette...Greg Clayton
2012-09-12Added some documentation and an accessor for the target with an explanation o...Greg Clayton
2012-09-11Added "heap" command to get info on all allocations on the heap. Currently on...Greg Clayton
2012-09-11Print the stack size followed by the full stack info.Greg Clayton