summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
AgeCommit message (Expand)Author
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
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
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-09-11[lldb] Correctly invalidate unloaded image tokens (#65945)David Spickett
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex 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-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
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-07-06[lldb] Stop passing both i386 and i686 in parallel as architectures on WindowsMartin Storsjö
2022-04-16Windows: correct iteration of additional search pathsSaleem Abdulrasool
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-02-22[lldb] Fix race condition between lldb-vscode and stop hooks executorIlya Nozhkin
2021-12-08Silence format string warning harder.Benjamin Kramer
2021-12-08lldb: silence a warning on the Windows error path (NFCI)Saleem Abdulrasool
2021-12-04[lldb] Fix a warningKazu Hirata
2021-12-04Windows: support `DoLoadImage`Saleem Abdulrasool
2021-11-17[lldb] Port PlatformWindows, PlatformOpenBSD and PlatformRemoteGDBServer to G...Pavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-24Use llvm::any_of and llvm::none_of (NFC)Kazu Hirata
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-22[lldb] [Windows] Fix continuing from breakpoints and singlestepping on ARM/AA...Martin Storsjö
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-05-13[lldb] Merge PlatformXXX::ResolveExecutablePavel Labath
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-02-14[lldb-server] Add remote platform capabilities for WindowsAaron Smith
2019-02-12Extract common PlatformPOSIX/Windows code into a separate classPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere