Searched refs:LLDB_RECORD_DUMMY (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp20 LLDB_RECORD_DUMMY(void, SBfile, SBFile, (FileSP), file_sp);
26 LLDB_RECORD_DUMMY(void, SBFile, (FILE *, bool), file, transfer_ownership);
31 LLDB_RECORD_DUMMY(void, SBFile, (int, const char *, bool), fd, mode,
43 LLDB_RECORD_DUMMY(lldb::SBError, SBFile, Read, (uint8_t *, size_t, size_t *),
59 LLDB_RECORD_DUMMY(lldb::SBError, SBFile, Write,
H A DSBHostOS.cpp108 LLDB_RECORD_DUMMY(lldb::thread_t, SBHostOS, ThreadCreate,
130 LLDB_RECORD_DUMMY(bool, SBHostOS, ThreadCancel,
144 LLDB_RECORD_DUMMY(bool, SBHostOS, ThreadDetach,
164 LLDB_RECORD_DUMMY(
H A DSBCommandReturnObject.cpp119 LLDB_RECORD_DUMMY(size_t, SBCommandReturnObject, PutOutput, (FILE *), fh);
144 LLDB_RECORD_DUMMY(size_t, SBCommandReturnObject, PutError, (FILE *), fh);
257 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateOutputFile,
264 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateErrorFile,
272 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateOutputFile,
280 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateErrorFile,
H A DSBTrace.cpp29 LLDB_RECORD_DUMMY(size_t, SBTrace, GetTraceData,
48 LLDB_RECORD_DUMMY(size_t, SBTrace, GetMetaData,
H A DSBCommunication.cpp109 LLDB_RECORD_DUMMY(size_t, SBCommunication, Read,
127 LLDB_RECORD_DUMMY(size_t, SBCommunication, Write,
160 LLDB_RECORD_DUMMY(bool, SBCommunication, SetReadThreadBytesReceivedCallback,
H A DSBExpressionOptions.cpp182 LLDB_RECORD_DUMMY(void, SBExpressionOptions, SetCancelCallback,
H A DSBFileSpec.cpp146 LLDB_RECORD_DUMMY(uint32_t, SBFileSpec, GetPath, (char *, size_t),
H A DSBDebugger.cpp107 LLDB_RECORD_DUMMY(
201 LLDB_RECORD_DUMMY(lldb::SBDebugger, SBDebugger, Create,
1118 LLDB_RECORD_DUMMY(void, SBDebugger, DispatchInput,
1125 LLDB_RECORD_DUMMY(void, SBDebugger, DispatchInput, (const void *, size_t),
1303 LLDB_RECORD_DUMMY(void, SBDebugger, SetTerminalWidth, (uint32_t), term_width);
1606 LLDB_RECORD_DUMMY(void, SBDebugger, SetLoggingCallback,
H A DSBTypeSummary.cpp166 LLDB_RECORD_DUMMY(
H A DSBData.cpp345 LLDB_RECORD_DUMMY(size_t, SBData, ReadRawData,
363 LLDB_RECORD_DUMMY(
H A DSBProcess.cpp868 LLDB_RECORD_DUMMY(size_t, SBProcess, ReadMemory,
895 LLDB_RECORD_DUMMY(size_t, SBProcess, ReadCStringFromMemory,
965 LLDB_RECORD_DUMMY(size_t, SBProcess, WriteMemory,
H A DSBBreakpointName.cpp552 LLDB_RECORD_DUMMY(void, SBBreakpointName, SetCallback,
H A DSBTarget.cpp680 LLDB_RECORD_DUMMY(size_t, SBTarget, ReadMemory,
2057 LLDB_RECORD_DUMMY(lldb::SBInstructionList, SBTarget, GetInstructions,
2068 LLDB_RECORD_DUMMY(lldb::SBInstructionList, SBTarget,
2095 LLDB_RECORD_DUMMY(lldb::SBInstructionList, SBTarget, GetInstructions,
2106 LLDB_RECORD_DUMMY(lldb::SBInstructionList, SBTarget,
H A DSBCommandInterpreter.cpp645 LLDB_RECORD_DUMMY(bool, SBCommandInterpreter, SetCommandOverrideCallback,
H A DSBBreakpoint.cpp579 LLDB_RECORD_DUMMY(void, SBBreakpoint, SetCallback,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h174 /// The LLDB_RECORD_DUMMY macro is special because it doesn't actually record
177 #define LLDB_RECORD_DUMMY(Result, Class, Method, Signature, ...) \ macro

Completed in 116 milliseconds