summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
AgeCommit message (Expand)Author
2025-01-31[lldb][Windows] WoA HW Watchpoint support in LLDB (#108072)Omair Javaid
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Adapt Plugins/Process/Windows to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-27[lldb] [llgs] Support "t" vCont actionMichał Górny
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath
2021-11-12[lldb][NFC] Inclusive language: replace master/slave names for ptysQuinn Pham
2021-09-22[lldb] [Windows] Fix continuing from breakpoints and singlestepping on ARM/AA...Martin Storsjö
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-01[Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov
2019-09-21[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo
2019-09-21[LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo
2019-08-23Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith