summaryrefslogtreecommitdiffstats
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* Automatically enabling the Cocoa formatter categories for command-line LLDB. ...Enrico Granata2012-04-261-1/+1
* Make the libheap.dylib build into a consistent temp directory so it can be re...Greg Clayton2012-04-251-9/+13
* Fixing a typo in the NSArray data formatterEnrico Granata2012-04-251-1/+1
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-254-56/+52
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-2519-114/+114
* Fixing an over-substitution of textEnrico Granata2012-04-252-80/+80
* Make the C++ formatters importable by having them use the right package to im...Enrico Granata2012-04-252-82/+82
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-252-17/+18
* Making the Cocoa formatters comply with the new on-disk layout of the Python ...Enrico Granata2012-04-2519-328/+328
* Remove unneeded files.Greg Clayton2012-04-252-380/+0
* Move the source and Makefile into a directory so it will be easier to install.Greg Clayton2012-04-252-0/+380
* Make the Makefile stand alone.Greg Clayton2012-04-251-5/+46
* Maked LLDB into a package so we can import things without poluting the global...Greg Clayton2012-04-251-133/+0
* Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs o...Greg Clayton2012-04-212-2/+81
* Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton2012-04-202-12/+10
* Add the capability of supplying the pre/post-flight functions to the test sui...Johnny Chen2012-04-163-0/+85
* Added a --lldb option to override the locationSean Callanan2012-04-141-15/+19
* Added a --memory option to allow dumping the matching malloc block memory wit...Greg Clayton2012-04-131-11/+23
* Fixed some expression issues after switching to void * args.Greg Clayton2012-04-121-2/+2
* A few tweaks done to the heap.py in me free time where we now have:Greg Clayton2012-04-122-147/+234
* Cleaned up the code and we now also dump the dynamic object for the malloc bl...Greg Clayton2012-04-111-88/+125
* Get rid of absolute path in "process load" command.Greg Clayton2012-04-111-1/+1
* Added a new "heap.py" module that adds a new command line command that can fi...Greg Clayton2012-04-113-41/+195
* Added more documentation in the header file to explain how to use the results...Greg Clayton2012-04-101-1/+34
* Fixed head_find to compile again.Greg Clayton2012-04-102-107/+6
* Fixing a problem where some uninitialized cases of vectors could cause diagno...Enrico Granata2012-04-101-1/+6
* The remaining time calculation didn't reflect theSean Callanan2012-04-061-1/+1
* Removed a call to truncate() which slowed downSean Callanan2012-04-061-1/+0
* Updated the disassembler stress tester with twoSean Callanan2012-04-061-20/+54
* Added a stress-tester for LLDB's disassembler.Sean Callanan2012-04-061-0/+131
* Added a platform agnostic symbolication python module that can be used by any...Greg Clayton2012-04-032-359/+611
* One last syntax error fixEnrico Granata2012-04-021-1/+1
* Fixing syntax typos in Python formattersEnrico Granata2012-04-023-6/+6
* Remove unused file as this file is deprecated (use ./crashlog.py instead).Greg Clayton2012-04-021-573/+0
* Removing some instances of str(SBValue)Enrico Granata2012-04-023-6/+6
* Logging for data formatters.Enrico Granata2012-04-0217-3/+352
* Making sure the count on synthetic providers is always setup - This should pr...Enrico Granata2012-03-312-4/+8
* Added some logging to STL synthetic children providers - this should help us ...Enrico Granata2012-03-302-2/+20
* Fixing a whole class of crashers and potential crashers related to data forma...Enrico Granata2012-03-3014-14/+14
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-294-4/+318
* When running this from the command line, don't pass the python script file it...Greg Clayton2012-03-291-1/+1
* Fixing an issue where Unicode characters in an NSString were printed as escap...Enrico Granata2012-03-291-8/+16
* Adding missing fileEnrico Granata2012-03-281-0/+19
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+6
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-272-12/+30
* Fixed up the command so that it doesn't dump the first arguments when run fro...Greg Clayton2012-03-231-7/+8
* Added python script that implements a "parse_log_file" command in LLDB which canGreg Clayton2012-03-221-0/+114
* Added a fix to the crash log script that allows you to locate and load a bina...Greg Clayton2012-03-201-13/+16
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-192-6/+3
* Adding a new example of synthetic children providerEnrico Granata2012-03-172-0/+168
OpenPOWER on IntegriCloud