summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...Enrico Granata2012-09-181-1/+1
* Making sure to create the count attribute in synthetic children providers for...Enrico Granata2012-09-131-0/+2
* Modified the command template to include best practices.Greg Clayton2012-09-131-17/+24
* Don't allow an extra entry to slip into the heap results and also add a bette...Greg Clayton2012-09-122-15/+42
* Added some documentation and an accessor for the target with an explanation o...Greg Clayton2012-09-121-1/+21
* Added "heap" command to get info on all allocations on the heap. Currently on...Greg Clayton2012-09-112-39/+113
* Print the stack size followed by the full stack info.Greg Clayton2012-09-111-2/+2
* Added a python example that will compute which functions in a process are hog...Greg Clayton2012-09-101-0/+56
* Playing around with "objc_refs" over the weekend and improved it to work on a...Greg Clayton2012-09-102-34/+253
* Don't allocate memory when enumerting stack. We now have fixed size buffers t...Greg Clayton2012-09-081-61/+147
* Added a quick example to show how disasembly output can be customized.Greg Clayton2012-09-071-0/+24
* <rdar://problem/12068655> Make sure [NSDate distantPast] is formatted correctlyEnrico Granata2012-09-041-0/+4
* Editing a comment to make sure people know not to blame CFString.py for CFStr...Enrico Granata2012-09-041-2/+2
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-044-4/+8
* Improved "objc_refs" a bit to be able to find all instances of a class'Greg Clayton2012-09-043-13/+132
* <rdar://problem/12069589>Greg Clayton2012-09-012-52/+49
* Make the tab character in the thread frame lines optional.Jason Molenda2012-08-311-1/+1
* Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton2012-08-311-15/+71
* Added an example that show correct usage of the async process event API.Greg Clayton2012-08-311-0/+139
* <rdar://problem/11757916>Greg Clayton2012-08-292-6/+23
* Instead of using re.split and requiring two spaces between the "regname: regv...Jason Molenda2012-08-281-1/+2
* Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2012-08-272-3/+188
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-3/+4
* We have a partially working OS plug-in through python!Greg Clayton2012-08-241-6/+8
* Fixing an issue in the OS sampleEnrico Granata2012-08-241-0/+1
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-0/+63
* Modified .lldb-loggings now to direct the lldb log files to the same session ...Johnny Chen2012-08-222-1/+67
* Demonstrate how to use the config file and the pre-flight functionality to ro...Johnny Chen2012-08-224-0/+189
* Added qVAttachOrWaitSupported packet support.Greg Clayton2012-08-201-0/+1
* <rdar://problem/12087275>Greg Clayton2012-08-131-1/+1
* Added a new "objc_refs" command that will track down all allocations on the h...Greg Clayton2012-08-112-48/+96
* Make the objc-runtime work with Python 2.6Filipe Cabecinhas2012-08-011-8/+20
* Added a few more summaries I find useful for lldb.Jim Ingham2012-07-281-14/+27
* Enable the "symbolicate" interactive command to symbolicate all crash logs if...Greg Clayton2012-07-161-15/+18
* <rdar://problem/11773899> Formatters for BOOL* and BOOL&Enrico Granata2012-07-131-1/+8
* <rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...Enrico Granata2012-07-131-10/+12
* Show source by default for the first 4 frames of the crash thread. Also added...Greg Clayton2012-07-131-13/+18
* Added the ability to see source context with each frame in the "crashlog" com...Greg Clayton2012-07-131-8/+37
* Added the ability to search through sections for pointer data.Greg Clayton2012-07-112-53/+145
* Make const result value objects able to return dynamic types.Greg Clayton2012-07-072-69/+83
* Added a new example that extracts all global variables from an object file an...Greg Clayton2012-07-051-0/+72
* Make the interactive command interpreter build into the "crashlog" command wo...Greg Clayton2012-07-031-0/+1
* Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton2012-06-282-16/+25
* Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...Greg Clayton2012-06-271-1/+81
* Check the return status of the make command.Greg Clayton2012-06-271-2/+3
* Remove dependency on internal header file.Greg Clayton2012-06-271-4/+72
* Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton2012-06-043-135/+201
* Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton2012-06-011-22/+821
* Added the ability to run "symbolicate [options] <crashlog-index>" in interact...Greg Clayton2012-05-311-98/+123
* Fixes for performance to data formatters - Python < 3.0 is much slower when u...Enrico Granata2012-05-211-114/+110
OpenPOWER on IntegriCloud