aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
2025-04-29[lldb] Remove "error:" prefix from reverse execute error messagesDavid Spickett1-2/+1
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett1-3/+3
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-1/+8
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda1-20/+12
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-8/+1
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-1/+8
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-8/+1
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-1/+8
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-8/+1
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-1/+8
2024-11-15fix: Target Process may crash or freezes on detaching process on windows (#11...anatawa121-0/+32
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-7/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+7
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-7/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+7
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-3/+3
2024-09-05[lldb] Convert ProcessWindows.cpp to new Status API (NFC)Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-14/+15
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda1-12/+20
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda1-20/+12
2024-06-13[LLDB][Windows] Fix watchpoints for Windows (#95446)Aleksandr Korepanov1-3/+2
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-19/+19
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-19/+19
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-19/+19
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda1-4/+0
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda1-9/+2
2022-09-30[lldb][Windows] Always call SetExecutableModule on debugger connectedAlvin Wong1-19/+17
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-03-11[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cppJonas Devlieghere1-0/+1
2022-03-11[lldb] Add a getter for the process' system architectureJonas Devlieghere1-0/+4
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett1-2/+2
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath1-10/+10
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett1-2/+2
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett1-2/+2
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett1-3/+3
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett1-3/+3
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-6/+1
2021-10-25Fix windows build for 6fa1b4ff4Pavel Labath1-1/+1
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-6/+0
2021-09-22[lldb] [Windows] Fix continuing from breakpoints and singlestepping on ARM/AA...Martin Storsjö1-2/+23
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-4/+4
2021-06-15Missed a Windows use of ValidForThisThread in the changes forJim Ingham1-2/+2
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo1-2/+2
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-1/+2
2020-07-29[lldb] Make process plugins check whether a hardware breakpoint is requiredTatyana Krasnukha1-0/+3
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-1/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+1