summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
AgeCommit message (Expand)Author
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-09Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton
2019-08-07ProcessElfCore: Remove linux and freebsd NT_*** constantsPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-11Add support to read aux vector valuesAntonio Afonso
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-04-01[lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny
2019-03-08[lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-12ELF: Simplify program header iterationPavel Labath
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-02Fix a copy of a fixed length, possibly non-nul terminated, stringJason Molenda
2017-11-28elf-core: Convert remaining register context to use register set mapsPavel Labath
2017-11-23elf-core: Split up parsing code into os-specific functionsPavel Labath
2017-11-16Implement core dump debugging for PPC64lePavel Labath
2017-11-04Improve the posix core file triple detectionTamas Berghammer
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-31[LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain
2017-03-30Battery of NetBSD support improvementsKamil Rytarowski
2017-03-26[LLDB] OpenBSD supportKamil Rytarowski
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-01-31Open ELF core dumps with more than 64K sectionsPavel Labath
2016-11-24Patch for lldb bug 26322 “core load hangs”Howard Hellyer
2016-11-20ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini