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
/
ModuleList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-16
/
+16
*
Minor cleanups to the new ModuleList notification APIs: passing in the Module...
Enrico Granata
2012-11-08
1
-7
/
+5
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-33
/
+101
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-0
/
+5
*
<rdar://problem/12408181> Fixing a bug where we would try to look for types i...
Enrico Granata
2012-10-03
1
-1
/
+2
*
<rdar://problem/12125274>
Greg Clayton
2012-09-18
1
-2
/
+8
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11740973>
Greg Clayton
2012-07-12
1
-16
/
+13
*
<rdar://problem/11791234>
Greg Clayton
2012-07-12
1
-3
/
+29
*
Fix the copy constructor and assignement operator for ModuleList to be thread...
Greg Clayton
2012-06-27
1
-2
/
+7
*
We were accessing the ModuleList in the target without locking it for tasks like
Jim Ingham
2012-05-30
1
-0
/
+12
*
If we notice that a module with a given file path is replaced by another with...
Jim Ingham
2012-05-17
1
-0
/
+29
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-2
/
+2
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-1
/
+1
*
<rdar://problem/11202426>
Greg Clayton
2012-04-09
1
-4
/
+15
*
Fixed ModuleList::FindTypes() so that when a symbol context is supplied that ...
Greg Clayton
2012-04-06
1
-5
/
+28
*
In a prior commit, I changed the parameters around on a ModuleList::FindTypes...
Greg Clayton
2012-04-06
1
-1
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-5
/
+2
*
Fixed the ability to load a module from a path by using just a UUID. After
Greg Clayton
2012-03-21
1
-3
/
+6
*
Make sure that if a UUID was passed in, and we found a match, that should be ...
Greg Clayton
2012-03-20
1
-0
/
+3
*
<rdar://problem/8196933>
Greg Clayton
2012-03-15
1
-0
/
+15
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-253
/
+65
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-5
/
+5
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-0
/
+1
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+2
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-11
/
+16
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+2
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Added a ModuleList::Destroy() method which will reclaim the std::vector
Greg Clayton
2012-01-27
1
-17
/
+12
*
Let the Module FindType do the stripping of namespace components, that's not ...
Jim Ingham
2012-01-12
1
-36
/
+1
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-0
/
+2
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-5
/
+7
*
Handle stepping through a trampoline where the jump target is calculated a ru...
Jim Ingham
2011-11-19
1
-3
/
+24
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-7
/
+7
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-4
/
+5
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-3
/
+3
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-3
/
+3
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+37
*
Fix the broken build that happened with my last checkin.
Greg Clayton
2011-08-11
1
-2
/
+2
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-0
/
+28
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-3
/
+9
*
Public API changes:
Enrico Granata
2011-07-29
1
-1
/
+35
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-1
/
+3
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+19
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-16
/
+26
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-7
/
+82
*
Added a fix to not re-use object files when doing DWARF with debug map.
Greg Clayton
2011-03-15
1
-19
/
+38
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-6
/
+6
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-8
/
+8
[next]