summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
AgeCommit message (Expand)Author
2021-03-24Handle a LC_NOTE main bin spec for user process corefilesJason Molenda
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-09-28Once we've found a firmware binary and loaded it, don't search moreJason Molenda
2020-09-25Add support for firmware/standalone LC_NOTE "main bin spec" corefilesJason Molenda
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-23ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath
2019-07-17Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
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
2018-12-15Simplify Boolean expressionsJonas Devlieghere
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] Remove Exists() from FileSpecJonas Devlieghere
2018-09-12Move SafeMachO from Utility to HostPavel Labath
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-21Remove UUID::SetFromCStringPavel Labath
2018-05-22Normalize some lldb #include statements.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-10-31Fix mac build broken in r316987Pavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-12Use two LC_NOTE load commands for identifying the main binary thatJason Molenda
2017-04-06Some old mach-o core files have an LC_IDENT load command Jason Molenda
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
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-28Small refinement on the memory segment support in core files thatJason Molenda
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer
2016-06-09Fixed an issue in the ProcessMachCore where segments are not always contiguou...Greg Clayton
2016-06-09Some core files on MacOSX don't have permissions setup correctly on the LC_SE...Greg Clayton
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-02-13Additional fix to my change in r259983 to handle theJason Molenda
2016-02-06ProcessMachCore scans through the core file pages looking for aJason Molenda
2016-02-04Add a little logging to ProcessMachCore so it is easier to tell when a user p...Jason Molenda