summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFile.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-02-04[lldb/Reproducers] Add missing SBFile methods to the registryJonas Devlieghere
2020-02-04[lldb/Reproducers] Instrument SBFileJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb/Reproducers] Add missing instrumentation for SBFile (2/2)Jonas Devlieghere
2019-12-04[lldb/Reproducers] Add missing instrumentation for SBFileJonas Devlieghere
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-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna