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
/
Core
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-1
/
+2
*
Added some functions to our API related to classifying symbols as code, data,
Greg Clayton
2011-03-31
1
-1
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-6
/
+1
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-2
/
+4
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-12
/
+6
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-3
/
+3
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-6
/
+73
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-0
/
+26
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-6
/
+9
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+14
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-3
/
+10
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-1
/
+1
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
1
-2
/
+2
*
Remove the Flags member in lldb_private::Module in favor of bitfield boolean
Greg Clayton
2010-09-07
1
-8
/
+11
*
Don't re-look up the symbol in ResolveSymbolContextForAddress.
Jim Ingham
2010-08-31
1
-2
/
+2
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-1
/
+27
*
Added FindTypes to Module and ModuleList.
Greg Clayton
2010-08-03
1
-10
/
+13
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+515