Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
DynamicLoader.cpp
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
dbd7fab
[FileSystem] Remove Exists() from FileSpec
by Jonas Devlieghere
· 7 years ago
f9a07e9
[NFC] Turn "load dependent files" boolean into an enum
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
5ba3d85
[LLDB][MIPS] Check if memory_info.GetName() is empty before finding corresponding module.
by Nitesh Jain
· 8 years ago
519b081
Fix a bug in r294611 w.r.t. Darwin Kernel debugging.
by Jim Ingham
· 9 years ago
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