Home
last modified time | relevance | path

Searched refs:LLDB_DEPRECATED_FIXME (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h50 LLDB_DEPRECATED_FIXME("Use PutOutput(SBFile) or PutOutput(FileSP)",
64 LLDB_DEPRECATED_FIXME("Use PutError(SBFile) or PutError(FileSP)",
90 LLDB_DEPRECATED_FIXME(
95 LLDB_DEPRECATED_FIXME(
100 LLDB_DEPRECATED_FIXME(
105 LLDB_DEPRECATED_FIXME(
H A DSBDebugger.h118 LLDB_DEPRECATED_FIXME("Use one of the other Create variants", "Create(bool)")
211 LLDB_DEPRECATED_FIXME(
334 LLDB_DEPRECATED_FIXME("Use DispatchInput(const void *, size_t)",
H A DSBDefines.h37 #undef LLDB_DEPRECATED_FIXME
39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) macro
H A DSBFileSpec.h22 LLDB_DEPRECATED_FIXME(
H A DSBStructuredData.h79 LLDB_DEPRECATED_FIXME(
H A DSBBreakpoint.h115 LLDB_DEPRECATED_FIXME("Doesn't provide error handling",
H A DSBValue.h108 LLDB_DEPRECATED_FIXME("Use the variant that takes an SBError &",
H A DSBProcess.h51 LLDB_DEPRECATED_FIXME("Use GetPluginName()", "GetPluginName()")
H A DSBTarget.h400 LLDB_DEPRECATED_FIXME("Use SetModuleLoadAddress(lldb::SBModule, uint64_t)",
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h141 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro
143 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) macro