summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-131-1/+6
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-14/+18
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-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-191-4/+3
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-1/+1
* [Windows] Fix a bug that causes lldb to freezeAaron Smith2018-10-101-5/+7
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-7/+13
* Fix Windows build for the Predicate.h refactor in r331880Pavel Labath2018-05-091-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-26/+16
* Rename Error -> Status.Zachary Turner2017-05-121-11/+11
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-221-106/+79
* Try to fix windows build (broken by r294939)Pavel Labath2017-02-131-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-2/+1
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-0/+550
OpenPOWER on IntegriCloud