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
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-1
/
+11
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-639
/
+648
*
Fix the lldb build after the removal of mblaze.
Rafael Espindola
2013-07-25
1
-2
/
+0
*
simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...
Michael Sartain
2013-07-17
1
-1
/
+2
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+2
*
Adds methods to ObjectFileELF to access data in ELF segments
Ashok Thirumurthi
2013-07-11
2
-1
/
+40
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
6
-685
/
+667
*
Fix ObjectFileELF crc32 code used when no build id is present.
Michael Sartain
2013-07-03
1
-67
/
+86
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
6
-190
/
+428
*
A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:
Greg Clayton
2013-06-18
1
-5
/
+40
*
<rdar://problem/13941992>
Greg Clayton
2013-06-04
1
-5
/
+7
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-1
/
+1
*
Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders
Filipe Cabecinhas
2013-05-23
1
-10
/
+12
*
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
2013-05-23
3
-12
/
+78
*
Comment out ObjectFileELF::GetModuleSpecifications() function until I can deb...
Michael Sartain
2013-05-17
1
-1
/
+5
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
2
-1
/
+45
*
Fix ObjectFileELF to not use the file_offset twice.
Filipe Cabecinhas
2013-05-16
1
-1
/
+1
*
<rdar://problem/13128331>
Greg Clayton
2013-05-15
1
-24
/
+21
*
<rdar://problem/13748253>
Greg Clayton
2013-05-14
1
-91
/
+141
*
A few more small tweaks to arm core file handling.
Jason Molenda
2013-05-14
1
-7
/
+20
*
Small change to the previous checkin, read in the fpu register context
Jason Molenda
2013-05-14
1
-4
/
+10
*
Fixes to read the floating point and exception registers sets out
Jason Molenda
2013-05-14
1
-18
/
+36
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
6
-42
/
+18
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-6
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
6
-37
/
+209
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
4
-5
/
+5
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
4
-5
/
+5
*
Fix build on Linux
Daniel Malea
2013-04-17
1
-0
/
+4
*
Revert 179694 -- it breaks remote debugging of mac os x targets for some folk
Daniel Malea
2013-04-17
1
-3
/
+1
*
Fix Linux build of LLDB
Daniel Malea
2013-04-17
1
-1
/
+3
*
Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID().
Jason Molenda
2013-04-16
1
-1
/
+1
*
Add warning messages for the cases where the inferior process shared cache
Jason Molenda
2013-04-16
1
-5
/
+10
*
<rdar://problem/13468295>
Greg Clayton
2013-04-16
1
-13
/
+24
*
The dyld_all_image_infos structure, at version 13 and higher, has
Jason Molenda
2013-04-16
2
-13
/
+127
*
Fix some minor code indentation mistakes in ObjectFileMachO.
Jason Molenda
2013-04-16
1
-39
/
+39
*
Fixed issues with the way ELF symbols are parsed:
Greg Clayton
2013-04-13
3
-2
/
+114
*
When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...
Jason Molenda
2013-04-10
1
-0
/
+26
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-8
/
+8
*
Don't try to read the eh_frame section out of a dSYM.
Jason Molenda
2013-03-22
1
-1
/
+5
*
Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.
Jason Molenda
2013-03-21
1
-0
/
+33
*
Remove some tabs and extraneous space chars from ObjectFileMachO.cpp.
Jason Molenda
2013-03-06
1
-136
/
+136
*
Retrieve the dyld shared cache mapping offset from the shared cache instead o...
Jason Molenda
2013-03-06
1
-14
/
+64
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
5
-17
/
+1
*
Added eSymbolTypeResolver to a few switch statements that needed it.
Greg Clayton
2013-02-27
1
-0
/
+1
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-0
/
+6
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
4
-0
/
+19
*
Fix ELF parsing where undefined symbols were being added to the symbol table ...
Matt Kopec
2013-02-12
1
-26
/
+30
*
Be sure to set the data offset to zero if we actually mmap the entire ELF file.
Greg Clayton
2013-02-07
1
-1
/
+2
*
Fixing stale pointer problem in ELFObjectFile
Andrew Kaylor
2013-02-07
1
-2
/
+3
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
6
-50
/
+104
[next]