summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform
AgeCommit message (Expand)Author
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-06[lldb] Make it so not finding and SDK doesn't look like an error (#166676)Jonas Devlieghere
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere
2025-10-13[lldb] fix Android host build failure: use of undeclared identifier 'HostInfo...Chad Smith
2025-10-09support attaching by name for platform android (#160931)Chad Smith
2025-09-25[lldb] refactor PlatformAndroid and make threadsafe (attempt 2) (#159676)Chad Smith
2025-08-21[lldb] Improve error message in ResolveSDKPathFromDebugInfo (NFC) (#154607)Dave Lee
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-01[lldb][NFC] Inline ResolveSDKPathFromDebugInfo in one of its call site (#146062)Charles Zablit
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit
2025-06-25[lldb][NFC] remove the ResolveSDKPathFromDebugInfo method (#145744)Charles Zablit
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-06-10Minor fix to connect-url to support unix-connect sockets on localhost (#142875)satyajanga
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
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-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-03-19[lldb] Move two methods from Platfrom -> Host (NFC) (#132119)Jonas Devlieghere
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath
2025-03-18[lldb/platform-gdb] Do not assume a persistent connection (#131736)Igor Kudrin
2025-03-04Reland "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Michael Buch
2025-03-03Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Augusto Noronha
2025-03-03[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when lo...Michael Buch
2025-02-21[lldb][AIX] Added PlatformAIX plugin (#121273)Dhruv Srivastava
2025-02-20[lldb] Update PlatformDarwin list of libraries with thread functions (#127922)Felipe de Azevedo Piovezan
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda
2025-01-22[StrTable] Switch the option parser to `llvm::StringTable` (#123308)Chandler Carruth
2025-01-07Fixing FindUnusedPort method tcp_socket object creation with proper construct...Sad Al Abdullah
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-12-06[lldb] Add a per-CU API to read the SDK (#119022)Adrian Prantl
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl