index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
examples
/
darwin
/
heap_find
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert [heap.py] Add missing declaration for malloc_get_all_zones
Vedant Kumar
2019-08-22
1
-1
/
+0
*
[heap.py] Add missing declaration for malloc_get_all_zones
Vedant Kumar
2019-08-22
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-36
/
+0
*
[Python] Unbreak the recently modified tests for python 2.
Davide Italiano
2019-03-06
1
-0
/
+1
*
[testsuite] Port crashlog to python 3, second attempt.
Davide Italiano
2019-03-06
1
-16
/
+15
*
Revert "[testsuite] Port crashlog and dependencies to Python 3."
Davide Italiano
2019-03-05
1
-20
/
+16
*
[testsuite] Port crashlog and dependencies to Python 3.
Davide Italiano
2019-03-05
1
-16
/
+20
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix lldb's macosx/heap.py cstr command.
Davide Italiano
2018-12-17
1
-1
/
+1
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-2
/
+2
*
Work around a bug in the C++ expression parser.
Jim Ingham
2017-10-05
1
-47
/
+47
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-1036
/
+1154
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-5
/
+5
*
Added a new API to SBFrame:
Greg Clayton
2015-05-28
1
-18
/
+112
*
Allow expresions to have unique expression prefixes:
Greg Clayton
2015-05-27
1
-13
/
+24
*
Specify ObjC++ when running heap commands in case we are stopped in a frame w...
Greg Clayton
2015-01-14
1
-0
/
+4
*
Fixed issues with ptr_refs:
Greg Clayton
2014-01-07
1
-129
/
+129
*
Fixed a crash in objc_refs caused by improper
Sean Callanan
2013-08-13
1
-2
/
+4
*
<rdar://problem/13416800>
Greg Clayton
2013-04-03
1
-4
/
+21
*
Using __package__ and __name__ seems redundant - __name__ should always conta...
Enrico Granata
2013-02-22
1
-11
/
+4
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-79
/
+206
*
Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...
Greg Clayton
2013-01-31
1
-251
/
+138
*
expressions + C++11 lambdas == cooooool!!!
Greg Clayton
2013-01-30
1
-112
/
+641
*
<rdar://problem/13011717>
Greg Clayton
2013-01-19
1
-1
/
+4
*
<rdar://problem/13011717>
Greg Clayton
2013-01-15
1
-1
/
+1
*
Checking in fixes that I used to track down a leaking module. The heap module...
Greg Clayton
2012-10-08
2
-23
/
+150
*
Don't allow an extra entry to slip into the heap results and also add a bette...
Greg Clayton
2012-09-12
2
-15
/
+42
*
Added "heap" command to get info on all allocations on the heap. Currently on...
Greg Clayton
2012-09-11
2
-39
/
+113
*
Playing around with "objc_refs" over the weekend and improved it to work on a...
Greg Clayton
2012-09-10
2
-34
/
+253
*
Don't allocate memory when enumerting stack. We now have fixed size buffers t...
Greg Clayton
2012-09-08
1
-61
/
+147
*
Improved "objc_refs" a bit to be able to find all instances of a class'
Greg Clayton
2012-09-04
3
-13
/
+132
*
<rdar://problem/12069589>
Greg Clayton
2012-09-01
2
-52
/
+49
*
Added a new "objc_refs" command that will track down all allocations on the h...
Greg Clayton
2012-08-11
2
-48
/
+96
*
Added the ability to search through sections for pointer data.
Greg Clayton
2012-07-11
2
-53
/
+145
*
Make const result value objects able to return dynamic types.
Greg Clayton
2012-07-07
1
-46
/
+61
*
Check the return status of the make command.
Greg Clayton
2012-06-27
1
-2
/
+3
*
Remove dependency on internal header file.
Greg Clayton
2012-06-27
1
-4
/
+72
*
Remove comments and an extra print statement.
Greg Clayton
2012-05-11
1
-2
/
+0
*
More fixes to "malloc_history".
Greg Clayton
2012-05-11
2
-64
/
+90
*
"--stack-history" now works if you have MallocStackLogggingNoCompact defined ...
Greg Clayton
2012-05-10
2
-8
/
+14
*
Fixed a build error.
Greg Clayton
2012-05-10
1
-2
/
+2
*
Added the ability to get the stack history for a malloc block. This is a work...
Greg Clayton
2012-05-10
2
-2
/
+101
*
Make the libheap.dylib build into a consistent temp directory so it can be re...
Greg Clayton
2012-04-25
1
-9
/
+13
*
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...
Greg Clayton
2012-04-25
2
-49
/
+46
*
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...
Greg Clayton
2012-04-25
1
-4
/
+5
*
Remove unneeded files.
Greg Clayton
2012-04-25
2
-380
/
+0
*
Move the source and Makefile into a directory so it will be easier to install.
Greg Clayton
2012-04-25
2
-0
/
+380
*
Make the Makefile stand alone.
Greg Clayton
2012-04-25
1
-5
/
+46
*
Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs o...
Greg Clayton
2012-04-21
2
-2
/
+81
[next]