aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/darwin/heap_find/heap.py
AgeCommit message (Expand)AuthorFilesLines
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-407/+510
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani1-6/+6
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett1-1/+0
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee1-27/+26
2021-10-19[LLDB][NFC] Remove parameter names from forward declarations from hand writte...Shafik Yaghmour1-1/+1
2021-07-02[lldb] Update shebang in heap.py and crashlog.pyJonas Devlieghere1-1/+1
2021-06-08[LLDB][NFC] Remove parameter names from forward declarations from hand writte...Shafik Yaghmour1-4/+4
2020-09-24[lldb/examples] Add missing declaration in heap.pyDave Lee1-0/+1
2020-07-16Harmonize Python shebangserge-sans-paille1-1/+1
2020-06-19As part of using inclusive language within the llvm project,Eric Christopher1-4/+4
2019-08-22Revert [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar1-1/+0
2019-08-22[heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar1-0/+1
2019-03-06[Python] Unbreak the recently modified tests for python 2.Davide Italiano1-0/+1
2019-03-06[testsuite] Port crashlog to python 3, second attempt.Davide Italiano1-16/+15
2019-03-05Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano1-20/+16
2019-03-05[testsuite] Port crashlog and dependencies to Python 3.Davide Italiano1-16/+20
2018-12-17Fix lldb's macosx/heap.py cstr command.Davide Italiano1-1/+1
2017-10-05Work around a bug in the C++ expression parser.Jim Ingham1-47/+47
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-221/+499
2015-05-28Added a new API to SBFrame:Greg Clayton1-18/+112
2015-05-27Allow expresions to have unique expression prefixes:Greg Clayton1-13/+24
2015-01-14Specify ObjC++ when running heap commands in case we are stopped in a frame w...Greg Clayton1-0/+4
2014-01-07Fixed issues with ptr_refs:Greg Clayton1-129/+129
2013-08-13Fixed a crash in objc_refs caused by improperSean Callanan1-2/+4
2013-04-03<rdar://problem/13416800>Greg Clayton1-4/+21
2013-02-22Using __package__ and __name__ seems redundant - __name__ should always conta...Enrico Granata1-11/+4
2013-02-01Allow the target to give out the size of the red zone for given ABIs.Greg Clayton1-79/+206
2013-01-31Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...Greg Clayton1-251/+138
2013-01-30expressions + C++11 lambdas == cooooool!!!Greg Clayton1-112/+641
2012-10-08Checking in fixes that I used to track down a leaking module. The heap module...Greg Clayton1-6/+58
2012-09-12Don't allow an extra entry to slip into the heap results and also add a bette...Greg Clayton1-9/+37
2012-09-11Added "heap" command to get info on all allocations on the heap. Currently on...Greg Clayton1-21/+21
2012-09-10Playing around with "objc_refs" over the weekend and improved it to work on a...Greg Clayton1-0/+1
2012-09-04Improved "objc_refs" a bit to be able to find all instances of a class'Greg Clayton1-6/+12
2012-09-01<rdar://problem/12069589>Greg Clayton1-46/+47
2012-08-11Added a new "objc_refs" command that will track down all allocations on the h...Greg Clayton1-38/+83
2012-07-11Added the ability to search through sections for pointer data.Greg Clayton1-53/+118
2012-07-07Make const result value objects able to return dynamic types.Greg Clayton1-46/+61
2012-06-27Check the return status of the make command.Greg Clayton1-2/+3
2012-05-11Remove comments and an extra print statement.Greg Clayton1-2/+0
2012-05-11More fixes to "malloc_history".Greg Clayton1-51/+56
2012-05-10"--stack-history" now works if you have MallocStackLogggingNoCompact defined ...Greg Clayton1-7/+13
2012-05-10Added the ability to get the stack history for a malloc block. This is a work...Greg Clayton1-2/+45
2012-04-25Make the libheap.dylib build into a consistent temp directory so it can be re...Greg Clayton1-9/+13
2012-04-25Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton1-25/+37
2012-04-25Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton1-4/+5
2012-04-21Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs o...Greg Clayton1-2/+78
2012-04-13Added a --memory option to allow dumping the matching malloc block memory wit...Greg Clayton1-11/+23
2012-04-12Fixed some expression issues after switching to void * args.Greg Clayton1-2/+2
2012-04-12A few tweaks done to the heap.py in me free time where we now have:Greg Clayton1-52/+93