aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)AuthorFilesLines
4 days[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere1-0/+7
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-2/+2
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-60/+73
2024-07-12[LLDB] Fix remote executables load and caching (#98623)Vladislav Dzhidzhoev1-1/+2
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere1-43/+44
2024-07-03[lldb] Remove commented-out Platform::FindPlugin (NFC)Jonas Devlieghere1-34/+0
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere1-43/+5
2024-05-14[lldb][Windows] Enforce exec permission using Platform::Install() from Window...Dmitry Vasilyev1-1/+1
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha1-20/+16
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere1-16/+20
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha1-20/+16
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha1-0/+26
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-1/+1
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere1-0/+8
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-07-25[lldb][LocateModuleCallback] Call locate module callback in Platform tooKazuki Sakamoto1-4/+157
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi1-0/+8
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi1-8/+0
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto1-0/+8
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford1-1/+1
2023-06-27[lldb] Improve log message (NFC)Dave Lee1-1/+1
2023-06-19lldb: do more than 1 kilobyte at a time to vastly increase binary sync speedRussell Greene1-1/+1
2023-06-14[lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory stringsAlex Langford1-6/+5
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere1-4/+3
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-4/+3
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford1-1/+1
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-7/+7
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere1-1/+1
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-2/+2
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham1-2/+3
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-0/+6
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-6/+0
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-0/+6
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-1/+1
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-1/+1
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-26/+49
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-49/+26
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-3/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-10[LLDB] Add LoongArch software breakpoint trap opcodeTeizhu Yang1-0/+8
2022-10-25[LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCVEmmmer1-2/+8
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda1-0/+18
2022-08-14Use llvm::all_of (NFC)Kazu Hirata1-4/+3