summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
AgeCommit message (Expand)Author
2025-05-30[LLDB][Platform Linux] Flip uid and pid in get signal description (#142200)Jacob Lalonde
2025-05-30[lldb] Fix Linux core file tests hanging on Windows (#142143)David Spickett
2025-05-29[LLDB] Add ifndef to platform linux (#141971)Jacob Lalonde
2025-05-29Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141...Jacob Lalonde
2025-05-27Revert "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141645)Jacob Lalonde
2025-05-27[LLDB][ELF Core] Support all the Generic (Negative) SI Codes. (#140150)Jacob Lalonde
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-10-24[lldb][AArch64][NFC] Fix typo in get trap handler functionDavid Spickett
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-11-16Make CompilerType safeAdrian Prantl
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
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
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny
2021-11-16[lldb] Simplify specifying of platform supported architecturesPavel Labath
2021-11-11[lldb][AArch64] Add UnwindPlan for Linux sigreturnDavid Spickett
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-10-06[lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIXMichał Górny
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda
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-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-12Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas 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-04-30Reflow paragraphs in comments.Adrian Prantl