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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Automatically enabling the Cocoa formatter categories for command-line LLDB. ...
Enrico Granata
2012-04-26
1
-1
/
+1
*
Make the libheap.dylib build into a consistent temp directory so it can be re...
Greg Clayton
2012-04-25
1
-9
/
+13
*
Fixing a typo in the NSArray data formatter
Enrico Granata
2012-04-25
1
-1
/
+1
*
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...
Greg Clayton
2012-04-25
4
-56
/
+52
*
Returning data formatters to their previous working condition - Plus fixing a...
Enrico Granata
2012-04-25
19
-114
/
+114
*
Fixing an over-substitution of text
Enrico Granata
2012-04-25
2
-80
/
+80
*
Make the C++ formatters importable by having them use the right package to im...
Enrico Granata
2012-04-25
2
-82
/
+82
*
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...
Greg Clayton
2012-04-25
2
-17
/
+18
*
Making the Cocoa formatters comply with the new on-disk layout of the Python ...
Enrico Granata
2012-04-25
19
-328
/
+328
*
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
*
Maked LLDB into a package so we can import things without poluting the global...
Greg Clayton
2012-04-25
1
-133
/
+0
*
Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs o...
Greg Clayton
2012-04-21
2
-2
/
+81
*
Fixed some issues with symbolicating things. Fixed symbolication.add_module()...
Greg Clayton
2012-04-20
2
-12
/
+10
*
Add the capability of supplying the pre/post-flight functions to the test sui...
Johnny Chen
2012-04-16
3
-0
/
+85
*
Added a --lldb option to override the location
Sean Callanan
2012-04-14
1
-15
/
+19
*
Added a --memory option to allow dumping the matching malloc block memory wit...
Greg Clayton
2012-04-13
1
-11
/
+23
*
Fixed some expression issues after switching to void * args.
Greg Clayton
2012-04-12
1
-2
/
+2
*
A few tweaks done to the heap.py in me free time where we now have:
Greg Clayton
2012-04-12
2
-147
/
+234
*
Cleaned up the code and we now also dump the dynamic object for the malloc bl...
Greg Clayton
2012-04-11
1
-88
/
+125
*
Get rid of absolute path in "process load" command.
Greg Clayton
2012-04-11
1
-1
/
+1
*
Added a new "heap.py" module that adds a new command line command that can fi...
Greg Clayton
2012-04-11
3
-41
/
+195
*
Added more documentation in the header file to explain how to use the results...
Greg Clayton
2012-04-10
1
-1
/
+34
*
Fixed head_find to compile again.
Greg Clayton
2012-04-10
2
-107
/
+6
*
Fixing a problem where some uninitialized cases of vectors could cause diagno...
Enrico Granata
2012-04-10
1
-1
/
+6
*
The remaining time calculation didn't reflect the
Sean Callanan
2012-04-06
1
-1
/
+1
*
Removed a call to truncate() which slowed down
Sean Callanan
2012-04-06
1
-1
/
+0
*
Updated the disassembler stress tester with two
Sean Callanan
2012-04-06
1
-20
/
+54
*
Added a stress-tester for LLDB's disassembler.
Sean Callanan
2012-04-06
1
-0
/
+131
*
Added a platform agnostic symbolication python module that can be used by any...
Greg Clayton
2012-04-03
2
-359
/
+611
*
One last syntax error fix
Enrico Granata
2012-04-02
1
-1
/
+1
*
Fixing syntax typos in Python formatters
Enrico Granata
2012-04-02
3
-6
/
+6
*
Remove unused file as this file is deprecated (use ./crashlog.py instead).
Greg Clayton
2012-04-02
1
-573
/
+0
*
Removing some instances of str(SBValue)
Enrico Granata
2012-04-02
3
-6
/
+6
*
Logging for data formatters.
Enrico Granata
2012-04-02
17
-3
/
+352
*
Making sure the count on synthetic providers is always setup - This should pr...
Enrico Granata
2012-03-31
2
-4
/
+8
*
Added some logging to STL synthetic children providers - this should help us ...
Enrico Granata
2012-03-30
2
-2
/
+20
*
Fixing a whole class of crashers and potential crashers related to data forma...
Enrico Granata
2012-03-30
14
-14
/
+14
*
Part 1 of a series of fixes meant to improve reliability and increase ease of...
Enrico Granata
2012-03-29
4
-4
/
+318
*
When running this from the command line, don't pass the python script file it...
Greg Clayton
2012-03-29
1
-1
/
+1
*
Fixing an issue where Unicode characters in an NSString were printed as escap...
Enrico Granata
2012-03-29
1
-8
/
+16
*
Adding missing file
Enrico Granata
2012-03-28
1
-0
/
+19
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-0
/
+6
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
2
-12
/
+30
*
Fixed up the command so that it doesn't dump the first arguments when run fro...
Greg Clayton
2012-03-23
1
-7
/
+8
*
Added python script that implements a "parse_log_file" command in LLDB which can
Greg Clayton
2012-03-22
1
-0
/
+114
*
Added a fix to the crash log script that allows you to locate and load a bina...
Greg Clayton
2012-03-20
1
-13
/
+16
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
2
-6
/
+3
*
Adding a new example of synthetic children provider
Enrico Granata
2012-03-17
2
-0
/
+168
[next]