aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Windows
AgeCommit message (Expand)AuthorFilesLines
2026-01-26[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-3/+4
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-10/+9
2025-12-21[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)Victor Chernyakin1-1/+1
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit1-2/+12
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl1-4/+3
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl1-6/+6
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-47/+70
2023-09-11[lldb] Correctly invalidate unloaded image tokens (#65945)David Spickett1-1/+1
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex Langford1-3/+3
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-4/+0
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-0/+4
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2-10/+6
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2-6/+10
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl1-10/+15
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-07-06[lldb] Stop passing both i386 and i686 in parallel as architectures on WindowsMartin Storsjö1-2/+0
2022-04-16Windows: correct iteration of additional search pathsSaleem Abdulrasool1-1/+1
2022-04-13[lldb] Remove the global platform listPavel Labath2-3/+5
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere1-1/+2
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath2-5/+3
2022-03-09[lldb] Remove the global platform listPavel Labath2-3/+5
2022-02-22[lldb] Fix race condition between lldb-vscode and stop hooks executorIlya Nozhkin1-10/+12
2021-12-08Silence format string warning harder.Benjamin Kramer1-1/+1
2021-12-08lldb: silence a warning on the Windows error path (NFCI)Saleem Abdulrasool1-1/+1
2021-12-04[lldb] Fix a warningKazu Hirata1-1/+1
2021-12-04Windows: support `DoLoadImage`Saleem Abdulrasool3-0/+493
2021-11-17[lldb] Port PlatformWindows, PlatformOpenBSD and PlatformRemoteGDBServer to G...Pavel Labath2-42/+20
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath2-15/+7
2021-10-24Use llvm::any_of and llvm::none_of (NFC)Kazu Hirata1-4/+3
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-11/+9
2021-09-22[lldb] [Windows] Fix continuing from breakpoints and singlestepping on ARM/AA...Martin Storsjö2-0/+38
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath2-4/+4
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-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha1-2/+0
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-2/+3
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-12/+0
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-05-13[lldb] Merge PlatformXXX::ResolveExecutablePavel Labath2-110/+0
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
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-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-8/+0
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith1-6/+1