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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
7
-0
/
+86
*
Added the ability to dereference an Objective-C object
Sean Callanan
2011-12-08
3
-8
/
+51
*
libEnhancedDisassembly.a is gone from recent LLVM.
Peter Collingbourne
2011-12-08
1
-1
/
+0
*
Fixed an issue where we are asking to get the decl context for a function
Greg Clayton
2011-12-08
2
-20
/
+43
*
<rdar://problem/10544202>
Greg Clayton
2011-12-08
4
-35
/
+53
*
Get the bit-field offset & size for ObjC ivars that are bitfields.
Jim Ingham
2011-12-08
4
-5
/
+41
*
Tightened up the variable list to deal with
Sean Callanan
2011-12-08
1
-0
/
+2
*
Added a new class called lldb_private::SymbolFileType which is designed to
Greg Clayton
2011-12-08
13
-156
/
+504
*
Removed function information from the symbol table
Sean Callanan
2011-12-08
1
-52
/
+3
*
Expose the DNBArchMachARM::DBG typedef, specify the type with the
Jason Molenda
2011-12-08
2
-2
/
+3
*
Don't crash due to not checking log shared pointer.
Greg Clayton
2011-12-08
1
-1
/
+2
*
Fixed a few details of method lookup in Objective-C
Sean Callanan
2011-12-07
1
-1
/
+10
*
Fix <title> on webpage.
Eli Friedman
2011-12-07
1
-1
/
+1
*
Fixed a potential crasher if the frame is not
Sean Callanan
2011-12-07
1
-1
/
+1
*
Fix assert string to be more informative.
Jim Ingham
2011-12-07
1
-1
/
+1
*
Modified the script to have the flexibility of specifying the gdb executable ...
Johnny Chen
2011-12-07
1
-1
/
+22
*
Use the shorter form of the LLDB framework binary path.
Jason Molenda
2011-12-06
1
-3
/
+3
*
Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.
Johnny Chen
2011-12-06
2
-7
/
+7
*
<rdar://problem/10487848>
Greg Clayton
2011-12-06
2
-3
/
+11
*
Skip over lldb-93.
Jason Molenda
2011-12-06
2
-16
/
+16
*
As part of the work to make Objective-C type information
Sean Callanan
2011-12-06
8
-69
/
+268
*
Set a flag on the AST type dump to see Objective-C
Sean Callanan
2011-12-06
1
-1
/
+5
*
Correct typo in method name (AddSymbolFileRepresendation...)
Jim Ingham
2011-12-06
3
-5
/
+5
*
Sanity check the inputs to SBCommandInterpreter::HandleCompletion
Jim Ingham
2011-12-05
1
-0
/
+13
*
Because we now call StartTagDeclarationDefinition()
Sean Callanan
2011-12-05
1
-1
/
+1
*
Bumped Xcode project version for lldb-92.
Greg Clayton
2011-12-05
2
-16
/
+16
*
Fixed the remaining test suite failures after the recent objective C cleanup
Greg Clayton
2011-12-05
2
-81
/
+58
*
Added the ability for clients to grab a set of symbol table indexes and then
Greg Clayton
2011-12-03
6
-120
/
+128
*
Added code to make sure we don't recursively try to find an objective C
Greg Clayton
2011-12-03
4
-14
/
+216
*
Testcase fixes with the new symbol lookup code for
Sean Callanan
2011-12-03
8
-30
/
+37
*
Added a code for a test to find the real Objective C class definition. I
Greg Clayton
2011-12-03
6
-0
/
+110
*
Added ClangExternalASTSourceCommon, a local superclass
Sean Callanan
2011-12-03
7
-33
/
+171
*
Remove accidental "else" that was left in in prior checking.
Greg Clayton
2011-12-03
1
-1
/
+1
*
Added new symbol types for Objective C classes, metaclasses, and ivars. Each
Greg Clayton
2011-12-03
7
-107
/
+169
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
11
-98
/
+314
*
Fixed some extra warnings that show up with the new clang.
Greg Clayton
2011-12-03
5
-15
/
+15
*
<rdar://problem/10522194>
Greg Clayton
2011-12-03
1
-19
/
+47
*
Let's also record the compiler version used for compiling the inferior into t...
Johnny Chen
2011-12-03
1
-0
/
+3
*
<rdar://problem/10410131>
Greg Clayton
2011-12-02
1
-1
/
+1
*
Modified the Objective-C type map in SymbolFileSymtab
Sean Callanan
2011-12-02
2
-3
/
+3
*
Added support for extracting method information from
Sean Callanan
2011-12-02
2
-1
/
+106
*
After moving lldb::pid_t to 64 bits, keep a deprecated version around for
Greg Clayton
2011-12-02
2
-0
/
+19
*
<rdar://problem/10394517>
Greg Clayton
2011-12-02
1
-2
/
+9
*
"f" should be an alias for "frame select" not "finish" to match the gdb usage.
Jim Ingham
2011-12-02
1
-1
/
+6
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
17
-47
/
+47
*
Modified clients of ClangASTImporter to be more robust
Sean Callanan
2011-12-01
2
-1
/
+60
*
Protect a few log->Printf calls with "if (log)"...
Jim Ingham
2011-12-01
1
-5
/
+7
*
Picked up a new revision of Clang to pull in Objective-C
Sean Callanan
2011-12-01
6
-14
/
+15
*
<rdar://problem/10507811>
Greg Clayton
2011-12-01
1
-1
/
+10
*
Bumping Xcode project version for lldb-91.
Greg Clayton
2011-12-01
2
-16
/
+16
[next]