Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
ObjectFile
/
PECOFF
/
ObjectFilePECOFF.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
bb19a13
second pass over removal of Mutex and Condition
by Saleem Abdulrasool
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
8e38c66
Implement ObjectFilePECOFF::GetEntryPointAddress.
by Stephane Sezer
· 10 years ago
c35b91c
Set symbol types for function symbols loaded from PE/COFF
by Adrian McCarthy
· 10 years ago
225d3ea
Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearly) all the symbols have sizes.
by Adrian McCarthy
· 10 years ago
f7d1893
Enable saving of mini dumps with lldb process save-core.
by Adrian McCarthy
· 10 years ago
f9a2697
Revert "FOO"
by Adrian McCarthy
· 10 years ago
af75dab
FOO
by Adrian McCarthy
· 10 years ago
65d4d5c
Add an OperatingSystem plugin to support goroutines
by Ryan Brown
· 10 years ago
358cf1e
Resubmitting 240466 after fixing the linux test suite failures.
by Greg Clayton
· 10 years ago
736888c
Avoid crashing by not mmap'ing files on network mounted file systems.
by Greg Clayton
· 11 years ago
5e6f452
Don't stomp the triple when loading a PECOFF target.
by Zachary Turner
· 11 years ago
2be78ba
Remove unused variable that was causing a warning.
by Greg Clayton
· 11 years ago
ad587ae4
Fix supported architectures on PlatformWindows.
by Zachary Turner
· 11 years ago
aaa0ba3
Fix typos.
by Bruce Mitchener
· 11 years ago
48672af
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
by Greg Clayton
· 11 years ago
324a103
sweep up -Wformat warnings from gcc
by Saleem Abdulrasool
· 12 years ago
62e5f4d
Cleanup some dead assignements reported by scan-build
by Arnaud A. de Grandmaison
· 12 years ago
1108cb3
update for renaming in LLVM
by Saleem Abdulrasool
· 12 years ago
89eb1ba
Implement ObjectFilePECOFF::GetModuleSpecifications().
by Virgile Bello
· 12 years ago
2756adf
Implement ObjectFilePECOFF::SetLoadAddress().
by Virgile Bello
· 12 years ago
ffeba25
Remove %zx in printf (only GCC supports it, not MSVC).
by Virgile Bello
· 12 years ago
6c97042
Fix for PECOFF GetArchitecture
by Colin Riley
· 12 years ago
237ad97
Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definitions.
by Charles Davis
· 12 years ago
a4fe3a1
PECOFF: Add support for export table.
by Virgile Bello
· 12 years ago
3046e66
Cleanup on the unified section list changes. Main changes are:
by Greg Clayton
· 12 years ago
a7499c9
Split symbol support for ELF and Linux.
by Michael Sartain
· 12 years ago
0076e71
A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:
by Greg Clayton
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 years ago
f4d6de6
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)).
by Greg Clayton
· 13 years ago
7b0992d
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 13 years ago
e01e07b
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 13 years ago
5ce9c56
<rdar://problem/13159777>
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
89870ce
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed.
by Greg Clayton
· 13 years ago
037520e
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *".
by Greg Clayton
· 13 years ago
5677536
Committed a change to the SectionList that introduces
by Sean Callanan
· 13 years ago
a174349
<rdar://problem/11034170>
by Greg Clayton
· 14 years ago
e761213
<rdar://problem/10997402>
by Greg Clayton
· 14 years ago
e72dfb3
<rdar://problem/10103468>
by Greg Clayton
· 14 years ago
c966054
<rdar://problem/10560053>
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
28469ca
Quick fixes to the PE COFF file loader.
by Greg Clayton
· 14 years ago
f754f88
Added first pass at PE COFF file reading support. It parses the sections
by Greg Clayton
· 14 years ago