aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Linux
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[lldb][RISCV] Implement trap handler unwind plan (#166531)Georgiy Samoylov2-5/+88
2025-05-30[LLDB][Platform Linux] Flip uid and pid in get signal description (#142200)Jacob Lalonde1-1/+1
2025-05-30[lldb] Fix Linux core file tests hanging on Windows (#142143)David Spickett1-1/+3
2025-05-29[LLDB] Add ifndef to platform linux (#141971)Jacob Lalonde1-0/+14
2025-05-29Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141...Jacob Lalonde2-0/+107
2025-05-27Revert "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141645)Jacob Lalonde2-107/+0
2025-05-27[LLDB][ELF Core] Support all the Generic (Negative) SI Codes. (#140150)Jacob Lalonde2-0/+107
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath1-38/+37
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-4/+4
2023-10-24[lldb][AArch64][NFC] Fix typo in get trap handler functionDavid Spickett1-2/+2
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford1-10/+11
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-1/+1
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-1/+1
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-1/+1
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford5-178/+0
2023-03-21[lldb] For native compiles, check signal numbers are correct when adding codesDavid Spickett1-30/+33
2023-03-21[lldb] Add compile time checks for signal codes when on the matching platformDavid Spickett1-25/+46
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford5-0/+154
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2-6/+3
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2-3/+6
2022-11-16Make CompilerType safeAdrian Prantl2-4/+8
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere2-3/+5
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-1/+1
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny2-0/+172
2021-11-16[lldb] Simplify specifying of platform supported architecturesPavel Labath2-69/+21
2021-11-11[lldb][AArch64] Add UnwindPlan for Linux sigreturnDavid Spickett2-0/+95
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath2-17/+8
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann2-3/+3
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-8/+0
2020-10-06[lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIXMichał Górny2-119/+0
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda1-1/+1
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere1-2/+2
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2-22/+0
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet1-0/+2
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-2/+2
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song1-8/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-7/+0
2019-03-12Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2-0/+22
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6