summaryrefslogtreecommitdiffstats
path: root/lldb/examples/darwin/heap_find/heap/heap_find.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-36/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-815/+655
* Fix typos.Bruce Mitchener2015-07-221-4/+4
* Fix a variety of typos.Bruce Mitchener2015-06-181-5/+5
* <rdar://problem/13011717>Greg Clayton2013-01-191-1/+4
* <rdar://problem/13011717> Greg Clayton2013-01-151-1/+1
* Checking in fixes that I used to track down a leaking module. The heap module...Greg Clayton2012-10-081-17/+92
* Don't allow an extra entry to slip into the heap results and also add a bette...Greg Clayton2012-09-121-6/+5
* Added "heap" command to get info on all allocations on the heap. Currently on...Greg Clayton2012-09-111-18/+92
* Playing around with "objc_refs" over the weekend and improved it to work on a...Greg Clayton2012-09-101-34/+252
* Don't allocate memory when enumerting stack. We now have fixed size buffers t...Greg Clayton2012-09-081-61/+147
* Improved "objc_refs" a bit to be able to find all instances of a class'Greg Clayton2012-09-041-6/+119
* <rdar://problem/12069589>Greg Clayton2012-09-011-6/+2
* Added a new "objc_refs" command that will track down all allocations on the h...Greg Clayton2012-08-111-10/+13
* Added the ability to search through sections for pointer data.Greg Clayton2012-07-111-0/+27
* Remove dependency on internal header file.Greg Clayton2012-06-271-4/+72
* More fixes to "malloc_history".Greg Clayton2012-05-111-13/+34
* "--stack-history" now works if you have MallocStackLogggingNoCompact defined ...Greg Clayton2012-05-101-1/+1
* Fixed a build error.Greg Clayton2012-05-101-2/+2
* Added the ability to get the stack history for a malloc block. This is a work...Greg Clayton2012-05-101-0/+56
* Move the source and Makefile into a directory so it will be easier to install.Greg Clayton2012-04-251-0/+332
OpenPOWER on IntegriCloud