summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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