summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows
Commit message (Expand)AuthorAgeFilesLines
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-302-2/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-4/+4
* [windows] Fix out-of-memory failure in some of the testsStella Stamenova2018-07-111-22/+40
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-102-29/+42
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-022-0/+6
* 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-132-7/+23
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-011-1/+0
* Normalize some lldb #include statements.James Y Knight2018-05-224-8/+5
* [Windows, Process] LLDB reads wrong registers on 64bit WindowsStella Stamenova2018-05-171-16/+16
* [Windows, Process] Fix an issue in windows thread handling that was causing L...Stella Stamenova2018-05-173-7/+25
* Fix Windows build for the Predicate.h refactor in r331880Pavel Labath2018-05-091-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-304-116/+81
* Rename Error -> Status.Zachary Turner2017-05-1210-77/+78
* iwyu fixes for lldbCore.Zachary Turner2017-04-062-0/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Fix windows&darwin builds broken by r297812Pavel Labath2017-03-151-1/+0
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-033-4/+4
* Switch "windows" log channel to the new registration mechanismPavel Labath2017-02-232-159/+17
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-226-374/+244
* Try to fix windows build (broken by r294939)Pavel Labath2017-02-132-6/+2
* Really fix windows buildPavel Labath2017-02-101-2/+2
* Fix darwin and windows builds broken by r294736Pavel Labath2017-02-102-5/+7
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-081-0/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-062-4/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-025-5/+5
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+9
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-1/+1
* Fix a typo.Hafiz Abid Qadeer2016-11-291-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-2/+1
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-2322-1760/+1228
* Remove Windows-specific minidump pluginAdrian McCarthy2016-11-169-1025/+0
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-112-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-112-3/+3
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-057-112/+128
* Add namespace qualifiers for UTF functions that just moved.Adrian McCarthy2016-09-301-5/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0636-3680/+3427
* Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2016-07-182-14/+80
* (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex Carlo Kok2016-06-062-2/+9
* Generalize child process monitoring functionsPavel Labath2016-05-111-1/+1
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-041-1/+1
* Set the architecture type from minidump more precisely. Differentiate i686 v...Adrian McCarthy2016-04-041-2/+10
* Unicode support on Win32.Zachary Turner2016-03-223-10/+23
* Try to fix windows build after rL262863Tamas Berghammer2016-03-081-1/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-076-14/+14
* NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.Adrian McCarthy2016-02-292-274/+309
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-252-8/+93
* Improve ReadRegister for RegisterContextWindowsx86Adrian McCarthy2016-02-112-30/+27
OpenPOWER on IntegriCloud