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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
3
-12
/
+12
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-2
/
+2
*
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
3
-17
/
+132
*
<rdar://problem/13455021>
Greg Clayton
2013-05-21
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
4
-37
/
+41
*
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
4
-20
/
+94
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
3
-4
/
+4
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
2
-8
/
+8
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
3
-0
/
+12
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
4
-86
/
+151
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
3
-15
/
+15
*
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
*
Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch().
Jason Molenda
2012-11-04
1
-1
/
+19
*
<rdar://problem/12500785>
Greg Clayton
2012-10-29
1
-2
/
+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/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
4
-45
/
+57
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
4
-44
/
+27
*
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
2
-8
/
+8
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
4
-13
/
+52
*
Fixed an issue with parsing object files from .a archives.
Greg Clayton
2011-08-03
1
-20
/
+12
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
4
-61
/
+0
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
2
-4
/
+4
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
2
-2
/
+2
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
2
-2
/
+2
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-1
/
+2
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-1
/
+12
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
2
-14
/
+12
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
2
-0
/
+28
*
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
4
-0
/
+973
[prev]