summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DynamicLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** 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