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
...
*
<rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...
Enrico Granata
2012-09-18
1
-1
/
+1
*
Making sure to create the count attribute in synthetic children providers for...
Enrico Granata
2012-09-13
1
-0
/
+2
*
Modified the command template to include best practices.
Greg Clayton
2012-09-13
1
-17
/
+24
*
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 some documentation and an accessor for the target with an explanation o...
Greg Clayton
2012-09-12
1
-1
/
+21
*
Added "heap" command to get info on all allocations on the heap. Currently on...
Greg Clayton
2012-09-11
2
-39
/
+113
*
Print the stack size followed by the full stack info.
Greg Clayton
2012-09-11
1
-2
/
+2
*
Added a python example that will compute which functions in a process are hog...
Greg Clayton
2012-09-10
1
-0
/
+56
*
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
*
Added a quick example to show how disasembly output can be customized.
Greg Clayton
2012-09-07
1
-0
/
+24
*
<rdar://problem/12068655> Make sure [NSDate distantPast] is formatted correctly
Enrico Granata
2012-09-04
1
-0
/
+4
*
Editing a comment to make sure people know not to blame CFString.py for CFStr...
Enrico Granata
2012-09-04
1
-2
/
+2
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
4
-4
/
+8
*
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
*
Make the tab character in the thread frame lines optional.
Jason Molenda
2012-08-31
1
-1
/
+1
*
Added command lists that can be executed on launch, stop, crash and exit. Add...
Greg Clayton
2012-08-31
1
-15
/
+71
*
Added an example that show correct usage of the async process event API.
Greg Clayton
2012-08-31
1
-0
/
+139
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
2
-6
/
+23
*
Instead of using re.split and requiring two spaces between the "regname: regv...
Jason Molenda
2012-08-28
1
-1
/
+2
*
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...
Enrico Granata
2012-08-27
2
-3
/
+188
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
1
-3
/
+4
*
We have a partially working OS plug-in through python!
Greg Clayton
2012-08-24
1
-6
/
+8
*
Fixing an issue in the OS sample
Enrico Granata
2012-08-24
1
-0
/
+1
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
1
-0
/
+63
*
Modified .lldb-loggings now to direct the lldb log files to the same session ...
Johnny Chen
2012-08-22
2
-1
/
+67
*
Demonstrate how to use the config file and the pre-flight functionality to ro...
Johnny Chen
2012-08-22
4
-0
/
+189
*
Added qVAttachOrWaitSupported packet support.
Greg Clayton
2012-08-20
1
-0
/
+1
*
<rdar://problem/12087275>
Greg Clayton
2012-08-13
1
-1
/
+1
*
Added a new "objc_refs" command that will track down all allocations on the h...
Greg Clayton
2012-08-11
2
-48
/
+96
*
Make the objc-runtime work with Python 2.6
Filipe Cabecinhas
2012-08-01
1
-8
/
+20
*
Added a few more summaries I find useful for lldb.
Jim Ingham
2012-07-28
1
-14
/
+27
*
Enable the "symbolicate" interactive command to symbolicate all crash logs if...
Greg Clayton
2012-07-16
1
-15
/
+18
*
<rdar://problem/11773899> Formatters for BOOL* and BOOL&
Enrico Granata
2012-07-13
1
-1
/
+8
*
<rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...
Enrico Granata
2012-07-13
1
-10
/
+12
*
Show source by default for the first 4 frames of the crash thread. Also added...
Greg Clayton
2012-07-13
1
-13
/
+18
*
Added the ability to see source context with each frame in the "crashlog" com...
Greg Clayton
2012-07-13
1
-8
/
+37
*
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
2
-69
/
+83
*
Added a new example that extracts all global variables from an object file an...
Greg Clayton
2012-07-05
1
-0
/
+72
*
Make the interactive command interpreter build into the "crashlog" command wo...
Greg Clayton
2012-07-03
1
-0
/
+1
*
Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...
Greg Clayton
2012-06-28
2
-16
/
+25
*
Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...
Greg Clayton
2012-06-27
1
-1
/
+81
*
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
*
Cleaned up some stuff in symbolication where we can now lazily get images whe...
Greg Clayton
2012-06-04
3
-135
/
+201
*
Added the ability to disassembly GDB remote packets with the python file. Thi...
Greg Clayton
2012-06-01
1
-22
/
+821
*
Added the ability to run "symbolicate [options] <crashlog-index>" in interact...
Greg Clayton
2012-05-31
1
-98
/
+123
*
Fixes for performance to data formatters - Python < 3.0 is much slower when u...
Enrico Granata
2012-05-21
1
-114
/
+110
[prev]
[next]