summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
AgeCommit message (Expand)Author
2024-11-15fix: Target Process may crash or freezes on detaching process on windows (#11...anatawa12
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim
2024-09-05[lldb] Convert DebuggerThread.cpp to new Status API (NFC)Adrian Prantl
2024-09-05[lldb] Convert ProcessWindows.cpp to new Status API (NFC)Adrian Prantl
2024-08-27[lldb] Adapt Plugins/Process/Windows to new Status APIAdrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
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-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-06-15[lldb] Fix loading DLL from some ramdisk on WindowsAlvin Wong
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith
2019-07-09[lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova
2019-05-23[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine
2019-02-04Fixes for the ProcessLaunchInfo movePavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-10-10[Windows] Fix a bug that causes lldb to freezeAaron Smith
2018-08-30Move Predicate.h from Host to UtilityRaphael Isemann
2018-06-13[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova
2018-05-09Fix Windows build for the Predicate.h refactor in r331880Pavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Delete LLDB's code for getting / setting thread name.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-22Replace WINLOG_*** macros with LLDB_LOGPavel Labath
2017-02-13Try to fix windows build (broken by r294939)Pavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-11-23Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy