summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
AgeCommit message (Expand)Author
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17[lldb/Plugin] Update ProcessWindows plugin for revertJonas Devlieghere
2020-02-17[lldb/Plugin] Fix plugin definition for ProcessWindowsJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-31[LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö
2019-10-10[Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov
2019-09-21[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo
2019-09-06[Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov
2019-07-22[Windows] Fix race condition between state changesAdrian McCarthy
2019-07-10Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith
2019-07-08Revert "Move common functionality from processwindows into processdebugger"Stella Stamenova
2019-06-24Move common functionality from processwindows into processdebuggerAaron Smith
2019-05-21Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea
2019-04-29[Windows] Dump more information about access violation exceptionAleksandr Urakov
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-02-15[win] Resolve the module only if there isn't one alreadyStella Stamenova
2019-02-15Fix for build bot problem from last changeAaron Smith
2019-02-15Implement GetLoadAddress for the Windows process pluginAaron Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Check that a pointer is valid and fix a log message on WindowsAaron Smith
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov
2018-12-01[windows] Fix two minor bugs on WindowsStella Stamenova
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere
2018-11-01[Windows] A basic implementation of memory allocations in a debuggee processAleksandr Urakov
2018-10-10[Windows] Fix a bug that causes lldb to freezeAaron Smith
2018-09-20Replace boolean parameter with enum value according r342633Tatyana Krasnukha
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-11[windows] Fix out-of-memory failure in some of the testsStella Stamenova
2018-06-26Use the API's to get the TargetSP.Jim Ingham
2018-06-13[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova
2018-06-01[lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova
2018-05-17[Windows, Process] Fix an issue in windows thread handling that was causing L...Stella Stamenova
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-02-22Replace WINLOG_*** macros with LLDB_LOGPavel Labath
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
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
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2015-12-04Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy