summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Convert ConnectionGenericFileWindows.cpp to new Status API (NFC)Adrian Prantl
2024-09-05[lldb] Convert ConnectionGenericFileWindows.cpp to new Status API (NFC)Adrian Prantl
2024-08-27[lldb] Update Host/windows to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2020-01-29[lldb] More windows StringRef fixesPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-23[LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-25Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-09Remove TimeValue usage from lldb/HostPavel Labath
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-22Unicode support on Win32.Zachary Turner
2015-07-22Fix typos.Bruce Mitchener
2015-04-02Fix warnings generated by clang-cl.Zachary Turner
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner
2015-02-25Fix warnings found with clang-cl.Zachary Turner
2015-01-17Added Connection::GetURI()Vince Harron
2014-10-23Fix code where goto jumped over local variable initialization.Hafiz Abid Qadeer
2014-10-09Correctly fix ScriptInterpreterPython::ExecuteOneLine for windows.Zachary Turner
2014-10-08Fix deadlock in Python one-line execution.Zachary Turner
2014-10-07Fix compile error on Windows.Zachary Turner
2014-10-06Create a ConnectionGenericFile class for Windows.Zachary Turner