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
/
source
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
4
-87
/
+166
*
Always look up the symbols with FindSymbolByID since we are minimizing the sy...
Jim Ingham
2010-09-10
1
-9
/
+1
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
14
-234
/
+1367
*
Got the ARM version of debugserver up to date.
Greg Clayton
2010-09-09
1
-1
/
+1
*
Disable minimized symbol tables for now as this was causing test suite failures.
Greg Clayton
2010-09-08
1
-1
/
+1
*
Enable minimized symbol tables when parsing mach-o files. This
Greg Clayton
2010-09-08
1
-4
/
+55
*
Remove the Flags member in lldb_private::Module in favor of bitfield boolean
Greg Clayton
2010-09-07
1
-0
/
+3
*
Updated the x86_64 and i386 ABIs to chain RBP
Sean Callanan
2010-09-07
2
-2
/
+14
*
Added Symtab::FindSymbolByID() in preparation for enabling the minimal
Greg Clayton
2010-09-07
1
-1
/
+11
*
Improved name demangling performance by 20% on darwin.
Greg Clayton
2010-09-03
1
-6
/
+11
*
Cleaned up step logging a bit.
Greg Clayton
2010-09-03
1
-1
/
+1
*
Fixed an lldb infrastructure bug, where the debugger should reaaly update its
Johnny Chen
2010-09-03
1
-0
/
+1
*
Added some extra logging to track asynchronous packet activity.
Greg Clayton
2010-09-03
3
-0
/
+28
*
Fixed a case where we might be able to acquire a mutex with a try lock and
Greg Clayton
2010-09-03
3
-8
/
+23
*
Pacify operator precedence warnings. No functionality change because eLaunchF...
Benjamin Kramer
2010-09-03
1
-2
/
+2
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-0
/
+1
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
4
-18
/
+44
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
2
-2
/
+2
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-1
/
+1
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
3
-4
/
+4
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
3
-4
/
+4
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
6
-66
/
+99
*
Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit-...
Jim Ingham
2010-08-20
1
-5
/
+1
*
Avoid an assertion crash by avoiding a circular dependency in the objective
Greg Clayton
2010-08-18
1
-3
/
+0
*
Fixed an issue where we would return matches for DWARF in the .o files when
Greg Clayton
2010-08-17
1
-4
/
+38
*
Fixed FindFunctions so it works with all the new name types for the DWARF in ...
Greg Clayton
2010-08-17
1
-17
/
+18
*
Now that we are using the Unwinder (or Jason's new unwinder when that comes a...
Jim Ingham
2010-08-12
4
-114
/
+26
*
Few little fixes to reading in inlined functions. Also added a test case wit...
Jim Ingham
2010-08-12
1
-6
/
+27
*
Looks like this is how you identify executables in ELF.
Jim Ingham
2010-08-10
1
-2
/
+1
*
Remove unused powerpc unwind support.
Jason Molenda
2010-08-09
7
-615
/
+0
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
10
-39
/
+106
*
Fixed namespace visibility problems that were
Sean Callanan
2010-08-06
2
-21
/
+21
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
9
-121
/
+461
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
9
-193
/
+134
*
Created lldb::LanguageType by moving an enumeration from the
Greg Clayton
2010-07-28
4
-18
/
+67
*
Fix makefiles to build properly on Darwin.
Stephen Wilson
2010-07-24
1
-1
/
+2
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
12
-2
/
+3010
*
Centralized the Mach exception stop info code by adding it as a first
Greg Clayton
2010-07-23
3
-272
/
+11
*
Warnings cleanup patch from Jean-Daniel Dupas.
Greg Clayton
2010-07-23
7
-16
/
+16
*
Added Mach exception stop descriptions. The chunk of code I just added needs ...
Greg Clayton
2010-07-23
1
-37
/
+215
*
Added extensive logging of the code that is actually going
Sean Callanan
2010-07-23
1
-9
/
+13
*
Added a new enumeration named "ClangASTContext::AccessType" that abstracts th...
Greg Clayton
2010-07-22
2
-33
/
+31
*
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
Greg Clayton
2010-07-21
4
-123
/
+118
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
8
-173
/
+182
*
Updated LLVM and Clang to July 20 at 16:00.
Greg Clayton
2010-07-21
1
-6
/
+3
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
5
-13
/
+14
*
More constructor warning fixes from William Lynch.
Benjamin Kramer
2010-07-20
1
-3
/
+3
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
5
-24
/
+22
*
Remove our local ELF definitions and rely on llvm/Support/ELF.h instead.
Stephen Wilson
2010-07-13
1
-376
/
+0
*
Combine 32 and 64 bit ELF readers.
Stephen Wilson
2010-07-13
6
-1716
/
+1203
[next]