summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1012-36/+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-153-26/+19
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1920-80/+60
* 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-012-5/+6
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-302-4/+3
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-302-3/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-113-3/+1
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-022-7/+10
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* [Windows] A basic implementation of memory allocations in a debuggee processAleksandr Urakov2018-11-012-0/+69
* [Windows] Define generic arguments registers for Windows x64Aleksandr Urakov2018-10-261-6/+6
* [Windows] Fix a bug that causes lldb to freezeAaron Smith2018-10-102-5/+15
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-201-1/+1
* 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
OpenPOWER on IntegriCloud