summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-08-05[lldb] Avoid a crash after selecting an unknown platform (#151803)Igor Kudrin
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-12[LLDB] Fix remote executables load and caching (#98623)Vladislav Dzhidzhoev
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere
2024-07-03[lldb] Remove commented-out Platform::FindPlugin (NFC)Jonas Devlieghere
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere
2024-05-14[lldb][Windows] Enforce exec permission using Platform::Install() from Window...Dmitry Vasilyev
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-25[lldb][LocateModuleCallback] Call locate module callback in Platform tooKazuki Sakamoto
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford
2023-06-27[lldb] Improve log message (NFC)Dave Lee
2023-06-19lldb: do more than 1 kilobyte at a time to vastly increase binary sync speedRussell Greene
2023-06-14[lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory stringsAlex Langford
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
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
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-10[LLDB] Add LoongArch software breakpoint trap opcodeTeizhu Yang
2022-10-25[LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCVEmmmer