summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SectionLoadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+7
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+8
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-6/+9
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-18/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-231/+200
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-17/+13
* Fixed a couple of places where we were getting the module from aJim Ingham2016-01-291-4/+16
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-17/+12
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+19
* <rdar://problem/14717184>Greg Clayton2013-08-131-51/+69
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-12/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* <rdar://problem/13092722>Greg Clayton2013-02-011-2/+3
* <rdar://problem/12524607>Greg Clayton2013-01-291-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* <rdar://problem/11620586>Greg Clayton2012-07-311-6/+10
* <rdar://problem/11357711>Greg Clayton2012-07-071-36/+39
* Fixed the ability to load multiple __LINKEDIT segments at the same address fo...Greg Clayton2012-04-161-2/+14
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+8
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+16
* One more fix to:Greg Clayton2011-05-181-5/+7
* Fixed an issue where addresses would not get resolved for the last Greg Clayton2011-05-171-10/+27
* Added a quicker lookup in the SectionLoadList when looking things up byGreg Clayton2011-02-051-36/+51
* RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get aJason Molenda2010-12-221-6/+8
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-6/+21
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-29/+71
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...Jim Ingham2010-11-051-3/+3
* Clear the section list when a our current process is destroyed.Greg Clayton2010-09-141-0/+135
OpenPOWER on IntegriCloud