summaryrefslogtreecommitdiff
path: root/lldb/source/Target/SectionLoadList.cpp
AgeCommit message (Expand)Author
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2022-09-27Clear old section-to-addr entry when loading Section at new addrJason Molenda
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-03-29Use the multi-lockable form of std::lock for operator=Jim Ingham
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-08Fix backtrace of noreturn functions situated at the end of a modulePavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-01-29Fixed a couple of places where we were getting the module from aJim Ingham
2014-07-08Fix typos.Bruce Mitchener
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-08-13<rdar://problem/14717184>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-01<rdar://problem/13092722>Greg Clayton
2013-01-29<rdar://problem/12524607>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-07-31<rdar://problem/11620586>Greg Clayton
2012-07-07<rdar://problem/11357711>Greg Clayton
2012-04-16Fixed the ability to load multiple __LINKEDIT segments at the same address fo...Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2011-05-18One more fix to:Greg Clayton
2011-05-17Fixed an issue where addresses would not get resolved for the last Greg Clayton
2011-02-05Added a quicker lookup in the SectionLoadList when looking things up byGreg Clayton
2010-12-22RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get aJason Molenda
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-12-08Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...Jim Ingham
2010-09-14Clear the section list when a our current process is destroyed.Greg Clayton