summaryrefslogtreecommitdiff
path: root/lldb/examples/darwin
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Update custom commands to always be overrridenMed Ismail Bennani2023-01-121-6/+6
* [LLDB] Remove __future__ imports from examplesDavid Spickett2022-08-151-1/+0
* [lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee2022-01-131-27/+26
* [LLDB][NFC] Remove parameter names from forward declarations from hand writte...Shafik Yaghmour2021-10-191-1/+1
* [lldb] Update shebang in heap.py and crashlog.pyJonas Devlieghere2021-07-021-1/+1
* [LLDB][NFC] Remove parameter names from forward declarations from hand writte...Shafik Yaghmour2021-06-081-4/+4
* [lldb/examples] Add missing declaration in heap.pyDave Lee2020-09-241-0/+1
* Harmonize Python shebangserge-sans-paille2020-07-161-1/+1
* As part of using inclusive language within the llvm project,Eric Christopher2020-06-191-4/+4
* Revert [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-1/+0
* [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-36/+0
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-061-0/+1
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-061-16/+15
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-051-20/+16
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-051-16/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix lldb's macosx/heap.py cstr command.Davide Italiano2018-12-171-1/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-2/+2
* Work around a bug in the C++ expression parser.Jim Ingham2017-10-051-47/+47
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-1036/+1154
* Fix typos.Bruce Mitchener2015-07-221-4/+4
* Fix a variety of typos.Bruce Mitchener2015-06-181-5/+5
* Added a new API to SBFrame:Greg Clayton2015-05-281-18/+112
* Allow expresions to have unique expression prefixes:Greg Clayton2015-05-271-13/+24
* Specify ObjC++ when running heap commands in case we are stopped in a frame w...Greg Clayton2015-01-141-0/+4
* 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