summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo2019-09-231-14/+10
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-26/+18
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath2016-11-251-2/+6
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-11/+8
* Remove TimeValue usage from lldb/HostPavel Labath2016-11-091-4/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-11/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-293/+267
* Unicode support on Win32.Zachary Turner2016-03-221-1/+10
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-2/+2
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-2/+2
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-2/+2
* Added Connection::GetURI()Vince Harron2015-01-171-0/+8
* Fix code where goto jumped over local variable initialization.Hafiz Abid Qadeer2014-10-231-5/+7
* Correctly fix ScriptInterpreterPython::ExecuteOneLine for windows.Zachary Turner2014-10-091-1/+1
* Fix deadlock in Python one-line execution.Zachary Turner2014-10-081-3/+10
* Fix compile error on Windows.Zachary Turner2014-10-071-1/+1
* Create a ConnectionGenericFile class for Windows.Zachary Turner2014-10-061-0/+337
OpenPOWER on IntegriCloud