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
/
ObjectFile
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf: synthesize symbols for PLT entries
Stephen Wilson
2011-03-30
2
-50
/
+463
*
elf: add support for ELF relocation entries
Stephen Wilson
2011-03-30
2
-1
/
+194
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
3
-11
/
+11
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
2
-0
/
+106
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
4
-62
/
+0
*
Fix ObjectFileElf::GetEntryPointAddress()
Stephen Wilson
2011-03-08
1
-18
/
+18
*
I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...
Jim Ingham
2011-03-08
2
-12
/
+0
*
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...
Jim Ingham
2011-03-07
4
-2
/
+172
*
linux: Remove a local ObjectFileELF version of GetArchitecture.
Stephen Wilson
2011-02-24
2
-14
/
+7
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
2
-24
/
+6
*
linux: Set ArchSpec m_type correctly from object file.
Stephen Wilson
2011-02-16
1
-0
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
4
-34
/
+18
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
3
-3
/
+3
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-3
/
+3
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
2
-2
/
+2
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-7
/
+7
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-2
/
+2
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-0
/
+8
*
Test if an ELF object is executable by checking if an entry point is defined.
Stephen Wilson
2011-01-15
1
-1
/
+1
*
Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFi...
Stephen Wilson
2011-01-15
2
-2
/
+85
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
2
-14
/
+14
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
2
-2
/
+2
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
2
-2
/
+2
*
Fixed the Objective C method prototypes to be correct (the selectors weren't
Greg Clayton
2010-10-12
1
-5
/
+5
*
Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach...
Greg Clayton
2010-10-09
1
-1
/
+1
*
Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.
Greg Clayton
2010-10-09
1
-0
/
+1
*
Added mutex protection to the Symtab class.
Greg Clayton
2010-10-08
2
-3
/
+6
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-2
/
+10
*
Fixed an issue with the mach-o file parser when parsing indirect symbol stubs
Greg Clayton
2010-10-06
1
-2
/
+6
*
Fixed an issue I found in the mach-o symbol table parsing where
Greg Clayton
2010-09-12
1
-21
/
+33
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
1
-54
/
+79
*
Always look up the symbols with FindSymbolByID since we are minimizing the sy...
Jim Ingham
2010-09-10
1
-9
/
+1
*
Disable minimized symbol tables for now as this was causing test suite failures.
Greg Clayton
2010-09-08
1
-1
/
+1
*
Enable minimized symbol tables when parsing mach-o files. This
Greg Clayton
2010-09-08
1
-4
/
+55
*
Added Symtab::FindSymbolByID() in preparation for enabling the minimal
Greg Clayton
2010-09-07
1
-1
/
+11
*
Looks like this is how you identify executables in ELF.
Jim Ingham
2010-08-10
1
-2
/
+1
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
4
-1
/
+20
*
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
Greg Clayton
2010-07-21
2
-19
/
+87
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
2
-120
/
+138
*
Remove our local ELF definitions and rely on llvm/Support/ELF.h instead.
Stephen Wilson
2010-07-13
1
-376
/
+0
*
Combine 32 and 64 bit ELF readers.
Stephen Wilson
2010-07-13
6
-1716
/
+1203
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
2
-0
/
+28
*
64 bit ELF support from Stephen Wilson.
Greg Clayton
2010-07-07
4
-16
/
+1384
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-3
/
+3
*
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
Greg Clayton
2010-06-28
1
-0
/
+14
*
Remove Mac-specific includes.
Eli Friedman
2010-06-13
1
-5
/
+0
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
2
-34
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
5
-0
/
+2808