summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-311-10/+1
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* [LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo2019-09-211-3/+3
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-061-17/+164
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-101-437/+36
* Revert "Move common functionality from processwindows into processdebugger"Stella Stamenova2019-07-081-39/+434
* Move common functionality from processwindows into processdebuggerAaron Smith2019-06-241-434/+39
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-0/+1
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-291-0/+70
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-151-4/+2
* Fix for build bot problem from last changeAaron Smith2019-02-151-3/+3
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-151-26/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Check that a pointer is valid and fix a log message on WindowsAaron Smith2019-01-031-2/+2
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-2/+3
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-011-2/+2
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-3/+2
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-2/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-6/+9
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* [Windows] A basic implementation of memory allocations in a debuggee processAleksandr Urakov2018-11-011-0/+66
* [Windows] Fix a bug that causes lldb to freezeAaron Smith2018-10-101-0/+8
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-201-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [windows] Fix out-of-memory failure in some of the testsStella Stamenova2018-07-111-22/+40
* Use the API's to get the TargetSP.Jim Ingham2018-06-261-1/+1
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-0/+10
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-011-1/+0
* [Windows, Process] Fix an issue in windows thread handling that was causing L...Stella Stamenova2018-05-171-2/+12
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+47
* Rename Error -> Status.Zachary Turner2017-05-121-37/+38
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-221-193/+138
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-6/+994
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-50/+35
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-2/+2
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-041-0/+23
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-0/+77
OpenPOWER on IntegriCloud