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
/
ObjectContainer
/
BSD-Archive
/
ObjectContainerBSDArchive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+2
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-2
/
+2
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
LLDB could segfault if it got a .a file that had extra padding bytes at the e...
Greg Clayton
2014-05-02
1
-1
/
+24
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-2
/
+4
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-1
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+17
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-9
/
+95
*
<rdar://problem/13455021>
Greg Clayton
2013-05-21
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-17
/
+31
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-1
/
+13
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-7
/
+7
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-34
/
+81
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+7
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/12125010>
Greg Clayton
2012-11-15
1
-1
/
+1
*
Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() ...
Jason Molenda
2012-09-11
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+0
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-19
/
+27
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-22
/
+17
*
Revert some changes I did for logging that affected the ability to
Greg Clayton
2012-01-12
1
-19
/
+17
*
Make a log timer for the BSD archive creation so we can track the time it
Greg Clayton
2012-01-09
1
-16
/
+25
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-4
/
+4
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-8
/
+27
*
Fixed an issue with parsing object files from .a archives.
Greg Clayton
2011-08-03
1
-20
/
+12
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-21
/
+0
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Expand AR_EFMT1 because the define is not present on Linux (and possibly
Eli Friedman
2010-06-10
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+428