Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Core
/
DynamicLoader.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
d7d69f8
Support loading files even when incorrect file name specified by the linker
by Tamas Berghammer
· 9 years ago
5d41024
Initialize the "is_loaded" local in LoadModuleAtAddress in
by Jason Molenda
· 9 years ago
34ede34
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes.
by Eugene Zelenko
· 10 years ago
42ecef3
Add absolute load address support for the DynamicLoader plugins
by Tamas Berghammer
· 10 years ago
f256184
Fix [vdso] handling on Android (x86 and aarch64)
by Tamas Berghammer
· 10 years ago
751caf6
Modified ObjectFile::SetLoadAddress() to now be:
by Greg Clayton
· 12 years ago
9e02dac
Factor some methods that were in DynamicLoaderPOSIXDYLD.
by Steve Pucci
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 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
· 12 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
· 12 years ago
2995077
Add "target.process.stop-on-shared-library-events" setting, and make it work.
by Jim Ingham
· 13 years ago
93d3c833
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
by Greg Clayton
· 15 years ago
ed8a705
General command line help cleanup:
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago