aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform
AgeCommit message (Expand)AuthorFilesLines
2026-02-10[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz9-10/+10
2026-02-09[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda4-11/+26
2026-02-06[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo1-2/+1
2026-02-05[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda1-4/+6
2026-01-29[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-1/+1
2026-01-26[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-3/+4
2026-01-19[lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule ...Michael Buch2-4/+2
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch1-0/+1
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch1-2/+2
2026-01-13[lldb][RISCV] Implement trap handler unwind plan (#166531)Georgiy Samoylov4-9/+91
2026-01-12[lldb] Make PlatformWasm a RemoteAwarePlatform (#175263)Jonas Devlieghere7-20/+92
2026-01-09[lldb] Honor the process plugin name in the attach/launch info (#175195)Jonas Devlieghere1-6/+20
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-16/+14
2025-12-21[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)Victor Chernyakin2-4/+3
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit4-4/+18
2025-12-11[lldb] Add WebAssembly platform (#171507)Jonas Devlieghere5-0/+339
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith2-216/+93
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig1-2/+2
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig1-2/+2
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig1-2/+2
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo12-78/+54
2025-11-06[lldb] Make it so not finding and SDK doesn't look like an error (#166676)Jonas Devlieghere2-2/+2
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere1-1/+1
2025-10-13[lldb] fix Android host build failure: use of undeclared identifier 'HostInfo...Chad Smith1-0/+1
2025-10-09support attaching by name for platform android (#160931)Chad Smith2-0/+254
2025-09-25[lldb] refactor PlatformAndroid and make threadsafe (attempt 2) (#159676)Chad Smith5-363/+355
2025-08-21[lldb] Improve error message in ResolveSDKPathFromDebugInfo (NFC) (#154607)Dave Lee1-1/+12
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori5-355/+363
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith5-363/+355
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-2/+2
2025-07-01[lldb][NFC] Inline ResolveSDKPathFromDebugInfo in one of its call site (#146062)Charles Zablit1-9/+41
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit2-26/+34
2025-06-25[lldb][NFC] remove the ResolveSDKPathFromDebugInfo method (#145744)Charles Zablit2-34/+26
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+7
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-7/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+7
2025-06-10Minor fix to connect-url to support unix-connect sockets on localhost (#142875)satyajanga1-1/+4
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath6-17/+14
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-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata1-6/+3
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo1-2/+2
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata1-2/+2
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo1-2/+2
2025-03-19[lldb] Move two methods from Platfrom -> Host (NFC) (#132119)Jonas Devlieghere2-37/+0
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath1-38/+37