summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
AgeCommit message (Expand)Author
2025-09-18[LLDB][ProcessWindows] Set exit status on instance rather than going through ...nerix
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-04-29[lldb] Remove "error:" prefix from reverse execute error messagesDavid Spickett
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2024-11-15fix: Target Process may crash or freezes on detaching process on windows (#11...anatawa12
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-05[lldb] Convert ProcessWindows.cpp to new Status API (NFC)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda
2024-06-13[LLDB][Windows] Fix watchpoints for Windows (#95446)Aleksandr Korepanov
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-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda
2022-09-30[lldb][Windows] Always call SetExecutableModule on debugger connectedAlvin Wong
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-03-11[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cppJonas Devlieghere
2022-03-11[lldb] Add a getter for the process' system architectureJonas Devlieghere
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-25Fix windows build for 6fa1b4ff4Pavel Labath
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-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-15Missed a Windows use of ValidForThisThread in the changes forJim Ingham
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-07-29[lldb] Make process plugins check whether a hardware breakpoint is requiredTatyana Krasnukha
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere