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
/
Core
/
DynamicLoader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-3
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-7
/
+7
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-11
/
+10
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-6
/
+12
*
[LLDB][MIPS] Check if memory_info.GetName() is empty before finding correspon...
Nitesh Jain
2017-03-31
1
-1
/
+2
*
Fix a bug in r294611 w.r.t. Darwin Kernel debugging.
Jim Ingham
2017-02-28
1
-0
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-195
/
+165
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
1
-18
/
+49
*
Initialize the "is_loaded" local in LoadModuleAtAddress in
Jason Molenda
2016-07-17
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
1
-22
/
+16
*
Add absolute load address support for the DynamicLoader plugins
Tamas Berghammer
2015-08-24
1
-19
/
+27
*
Fix [vdso] handling on Android (x86 and aarch64)
Tamas Berghammer
2015-06-30
1
-0
/
+18
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+2
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-0
/
+137
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-4
/
+4
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-2
/
+2
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+75