summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/File.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski
2025-09-17[lldb] Avoid build warnings when building for Windows. NFC. (#159345)Martin Storsjö
2025-09-03[lldb][windows] use Windows APIs to print to the console (#156469)Charles Zablit
2025-08-20Revert "[lldb][windows] use Windows APIs to print to the console (#149493)" (...Charles Zablit
2025-08-19[lldb][windows] use Windows APIs to print to the console (#149493)Charles Zablit
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2024-08-27[lldb] Update File to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-08-11[lldb] 'scoped_lock' may not intend to support class template argument deduct...Jie Fu
2023-08-10[lldb] Fix data race in NativeFileJonas Devlieghere
2023-07-08Add missing StringExtras.h includesElliot Goodrich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-03-30[lldb] Remove vasprintf windows-compat implementationPavel Labath
2021-10-25[lldb] Support serial port parity checkingMichał Górny
2021-10-23[lldb] [Host/SerialPort] Fix build with GCC 7Martin Storsjö
2021-10-22[llvm] [ADT] Update llvm::Split() per Pavel Labath's suggestionsMichał Górny
2021-10-21[lldb] [Host/SerialPort] Add std::moves for better compatibilityMichał Górny
2021-10-21[lldb] Add serial:// protocol for connecting to serial portMichał Górny
2021-08-09[lldb] [gdb-remote] Sync vFile:open mode constants with GDBMichał Górny
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-10File: Handle more cases in GetOptionsFromModePavel Labath
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-01File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna
2019-09-27refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere
2019-09-23[Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere
2019-09-03[lldb][NFC] Remove unused overload of File::ReadRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-07[lldb-server] Improve support on WindowsAaron Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere