Home
last modified time | relevance | path

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

/freebsd/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.h121 LLDB_DEPRECATED_FIXME("Use one of the other Create variants", "Create(bool)")
214 LLDB_DEPRECATED_FIXME(
334 LLDB_DEPRECATED_FIXME("Use AddDestroyCallback and RemoveDestroyCallback",
350 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 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.h411 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