Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h55 LLDB_DEPRECATED_FIXME("Use PutOutput(SBFile) or PutOutput(FileSP)",
69 LLDB_DEPRECATED_FIXME("Use PutError(SBFile) or PutError(FileSP)",
95 LLDB_DEPRECATED_FIXME(
100 LLDB_DEPRECATED_FIXME(
105 LLDB_DEPRECATED_FIXME(
110 LLDB_DEPRECATED_FIXME(
H A DSBDebugger.h150 LLDB_DEPRECATED_FIXME("Use one of the other Create variants", "Create(bool)")
294 LLDB_DEPRECATED_FIXME(
457 LLDB_DEPRECATED_FIXME("Use AddDestroyCallback and RemoveDestroyCallback",
473 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 DSBFunction.h46 LLDB_DEPRECATED_FIXME("Not compatible with discontinuous functions.",
H A DSBFileSpec.h22 LLDB_DEPRECATED_FIXME(
H A DSBStructuredData.h80 LLDB_DEPRECATED_FIXME(
H A DSBBreakpoint.h115 LLDB_DEPRECATED_FIXME("Doesn't provide error handling",
H A DSBValue.h112 LLDB_DEPRECATED_FIXME("Use the variant that takes an SBError &",
H A DSBProcess.h51 LLDB_DEPRECATED_FIXME("Use GetPluginName()", "GetPluginName()")
H A DSBTarget.h428 LLDB_DEPRECATED_FIXME("Use SetModuleLoadAddress(lldb::SBModule, uint64_t)",
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro
148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) macro