summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
AgeCommit message (Expand)Author
2025-04-02[lldb] Clear thread name container before writing UTF8 bytes (#134150)Jeremy Day
2024-08-11[lldb] Silence warningAlexandre Ganea
2024-07-06Revert "[lldb] Silence function cast warning when building with Clang ToT tar...Alexandre Ganea
2024-07-05[lldb] Silence function cast warning when building with Clang ToT targetting ...Alexandre Ganea
2024-01-04[lldb][NFC] Fix compilation issue on windows (#76453)gmh
2023-12-21[lldb] add support for thread names on Windows (#74731)oltolm
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-09-22[lldb] [Windows] Fix continuing from breakpoints and singlestepping on ARM/AA...Martin Storsjö
2020-03-09[lldb] Fix windows build, second attemptPavel Labath
2020-03-09[lldb] Fix windows&freebsd builds for c0b1af68Pavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-21[LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo
2019-10-15[LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo
2019-09-21[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo
2019-07-07Process: generalise Windows thread setupSaleem Abdulrasool
2019-05-21Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-10[windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova
2018-05-22Normalize some lldb #include statements.James Y Knight
2018-05-17[Windows, Process] Fix an issue in windows thread handling that was causing L...Stella Stamenova
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-29Fix a typo.Hafiz Abid Qadeer
2016-11-23Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy