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
...
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-4
/
+4
*
Added a ModuleList::Destroy() method which will reclaim the std::vector
Greg Clayton
2012-01-27
1
-0
/
+34
*
Fixed an issue that could happen during global object destruction in our
Greg Clayton
2012-01-27
1
-3
/
+10
*
Let the Module FindType do the stripping of namespace components, that's not ...
Jim Ingham
2012-01-12
1
-2
/
+7
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-1
/
+2
*
Fixed a missing space when reporting errors and warning through the module
Greg Clayton
2012-01-11
1
-3
/
+4
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-17
/
+94
*
http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...
Johnny Chen
2011-12-14
1
-0
/
+3
*
CommandObjectProcess was recently changed to automatically use the platform
Greg Clayton
2011-11-28
1
-6
/
+61
*
We can't have the global vector of modules be a static object, or it might ge...
Jim Ingham
2011-10-31
1
-2
/
+11
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-6
/
+6
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-4
/
+5
*
The first part of a fix for being able to select an architecture slice from
Greg Clayton
2011-09-21
1
-0
/
+7
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-4
/
+4
*
Removed the function:
Greg Clayton
2011-09-17
1
-12
/
+5
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-1
/
+2
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+6
*
Added a "--global" option to the "target modules list"
Greg Clayton
2011-08-09
1
-0
/
+54
*
testing for a previous issue where formats in summaries where not enforced in...
Enrico Granata
2011-08-03
1
-1
/
+0
*
Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, ...
Jim Ingham
2011-08-03
1
-0
/
+23
*
Public API changes:
Enrico Granata
2011-07-29
1
-1
/
+36
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-10
/
+22
*
FindFunctions was skipping the include_symbols section if it found a SymbolVe...
Jim Ingham
2011-05-18
1
-1
/
+1
*
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
[prev]