summaryrefslogtreecommitdiffstats
path: root/lldb/examples/darwin
Commit message (Expand)AuthorAgeFilesLines
* Fixed issues with ptr_refs:Greg Clayton2014-01-071-129/+129
* Fixed a crash in objc_refs caused by improperSean Callanan2013-08-131-2/+4
* <rdar://problem/13416800>Greg Clayton2013-04-031-4/+21
* Using __package__ and __name__ seems redundant - __name__ should always conta...Enrico Granata2013-02-221-11/+4
* 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/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-082-23/+150
* Don't allow an extra entry to slip into the heap results and also add a bette...Greg Clayton2012-09-122-15/+42
* Added "heap" command to get info on all allocations on the heap. Currently on...Greg Clayton2012-09-112-39/+113
* 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
* 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
* Added a new "objc_refs" command that will track down all allocations on the h...Greg Clayton2012-08-112-48/+96
* 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-071-46/+61
* 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
* Remove comments and an extra print statement.Greg Clayton2012-05-111-2/+0
* More fixes to "malloc_history".Greg Clayton2012-05-112-64/+90
* "--stack-history" now works if you have MallocStackLogggingNoCompact defined ...Greg Clayton2012-05-102-8/+14
* 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-102-2/+101
* Make the libheap.dylib build into a consistent temp directory so it can be re...Greg Clayton2012-04-251-9/+13
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-252-49/+46
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-4/+5
* 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
* Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs o...Greg Clayton2012-04-212-2/+81
* 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
* <rdar://problem/10103468>Greg Clayton2012-02-241-0/+102
* Add some usage documentation to the top of the source file.Greg Clayton2012-01-201-0/+33
* Added a new tool that can be loaded into a user space darwin application and ...Greg Clayton2012-01-202-0/+200
OpenPOWER on IntegriCloud