summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DynamicLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-3/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-7/+7
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-11/+10
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-6/+12
* [LLDB][MIPS] Check if memory_info.GetName() is empty before finding correspon...Nitesh Jain2017-03-311-1/+2
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-281-0/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-195/+165
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-18/+49
* Initialize the "is_loaded" local in LoadModuleAtAddress inJason Molenda2016-07-171-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-031-22/+16
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-241-19/+27
* Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer2015-06-301-0/+18
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+2
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-0/+137
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-4/+4
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-2/+2
* General command line help cleanup:Greg Clayton2010-09-181-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+75
OpenPOWER on IntegriCloud