Searched refs:LLDB_RECORD_METHOD (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp34 LLDB_RECORD_METHOD(
53 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetCoerceResultToId, (bool),
66 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool),
80 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, (bool),
94 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetFetchDynamicValue,
108 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds,
125 LLDB_RECORD_METHOD(void, SBExpressionOptions,
140 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTryAllThreads, (bool),
153 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetStopOthers, (bool),
167 LLDB_RECORD_METHOD(voi
[all...]
H A DSBLaunchInfo.cpp87 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetUserID, (uint32_t), uid);
93 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetGroupID, (uint32_t), gid);
106 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetExecutableFile,
119 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetListener, (lldb::SBListener &),
132 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetArgumentAtIndex, (uint32_t),
139 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetArguments, (const char **, bool),
160 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex,
169 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetEnvironmentEntries,
194 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetWorkingDirectory, (const char *),
207 LLDB_RECORD_METHOD(voi
[all...]
H A DSBAttachInfo.cpp62 LLDB_RECORD_METHOD(lldb::SBAttachInfo &,
77 LLDB_RECORD_METHOD(void, SBAttachInfo, SetProcessID, (lldb::pid_t), pid);
89 LLDB_RECORD_METHOD(void, SBAttachInfo, SetResumeCount, (uint32_t), c);
101 LLDB_RECORD_METHOD(void, SBAttachInfo, SetProcessPluginName, (const char *),
108 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (const char *), path);
117 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (lldb::SBFileSpec),
133 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool), b);
139 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool), b,
153 LLDB_RECORD_METHOD(void, SBAttachInfo, SetIgnoreExisting, (bool), b);
183 LLDB_RECORD_METHOD(voi
[all...]
H A DSBSymbolContextList.cpp35 LLDB_RECORD_METHOD(
53 LLDB_RECORD_METHOD(lldb::SBSymbolContext, SBSymbolContextList,
74 LLDB_RECORD_METHOD(void, SBSymbolContextList, Append,
82 LLDB_RECORD_METHOD(void, SBSymbolContextList, Append,
109 LLDB_RECORD_METHOD(bool, SBSymbolContextList, GetDescription,
H A DSBModuleSpec.cpp33 LLDB_RECORD_METHOD(const lldb::SBModuleSpec &,
67 LLDB_RECORD_METHOD(void, SBModuleSpec, SetFileSpec,
81 LLDB_RECORD_METHOD(void, SBModuleSpec, SetPlatformFileSpec,
94 LLDB_RECORD_METHOD(void, SBModuleSpec, SetSymbolFileSpec,
107 LLDB_RECORD_METHOD(void, SBModuleSpec, SetObjectName, (const char *), name);
124 LLDB_RECORD_METHOD(void, SBModuleSpec, SetTriple, (const char *), triple);
145 LLDB_RECORD_METHOD(bool, SBModuleSpec, GetDescription, (lldb::SBStream &),
163 LLDB_RECORD_METHOD(
187 LLDB_RECORD_METHOD(void, SBModuleSpecList, Append,
194 LLDB_RECORD_METHOD(voi
[all...]
H A DSBTypeCategory.cpp64 LLDB_RECORD_METHOD(void, SBTypeCategory, SetEnabled, (bool), enabled);
83 LLDB_RECORD_METHOD(lldb::LanguageType, SBTypeCategory, GetLanguageAtIndex,
100 LLDB_RECORD_METHOD(void, SBTypeCategory, AddLanguage, (lldb::LanguageType),
146 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory,
157 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory,
168 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory,
179 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory,
190 LLDB_RECORD_METHOD(lldb::SBTypeFilter, SBTypeCategory, GetFilterForType,
217 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType,
242 LLDB_RECORD_METHOD(lld
[all...]
H A DSBCommandReturnObject.cpp69 LLDB_RECORD_METHOD(
129 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutOutput, (FileSP),
137 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutOutput, (SBFile), file);
154 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP),
162 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (SBFile), file);
182 LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetStatus,
201 LLDB_RECORD_METHOD(void, SBCommandReturnObject, AppendMessage, (const char *),
208 LLDB_RECORD_METHOD(void, SBCommandReturnObject, AppendWarning, (const char *),
231 LLDB_RECORD_METHOD(bool, SBCommandReturnObject, GetDescription,
287 LLDB_RECORD_METHOD(voi
[all...]
H A DSBTraceOptions.cpp46 LLDB_RECORD_METHOD(lldb::SBStructuredData, SBTraceOptions, getTraceParams,
70 LLDB_RECORD_METHOD(void, SBTraceOptions, setTraceParams,
83 LLDB_RECORD_METHOD(void, SBTraceOptions, setType, (lldb::TraceType), type);
90 LLDB_RECORD_METHOD(void, SBTraceOptions, setTraceBufferSize, (uint64_t),
98 LLDB_RECORD_METHOD(void, SBTraceOptions, setMetaDataBufferSize, (uint64_t),
118 LLDB_RECORD_METHOD(void, SBTraceOptions, setThreadID, (lldb::tid_t),
H A DSBListener.cpp38 LLDB_RECORD_METHOD(const lldb::SBListener &,
64 LLDB_RECORD_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &),
82 LLDB_RECORD_METHOD(uint32_t, SBListener, StartListeningForEventClass,
100 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEventClass,
117 LLDB_RECORD_METHOD(uint32_t, SBListener, StartListeningForEvents,
132 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEvents,
143 LLDB_RECORD_METHOD(bool, SBListener, WaitForEvent,
170 LLDB_RECORD_METHOD(bool, SBListener, WaitForEventForBroadcaster,
192 LLDB_RECORD_METHOD(
213 LLDB_RECORD_METHOD(boo
[all...]
H A DSBQueueItem.cpp54 LLDB_RECORD_METHOD(void, SBQueueItem, SetQueueItem,
71 LLDB_RECORD_METHOD(void, SBQueueItem, SetKind, (lldb::QueueItemKind), kind);
89 LLDB_RECORD_METHOD(void, SBQueueItem, SetAddress, (lldb::SBAddress), addr);
97 LLDB_RECORD_METHOD(lldb::SBThread, SBQueueItem, GetExtendedBacktraceThread,
H A DSBTypeFilter.cpp55 LLDB_RECORD_METHOD(void, SBTypeFilter, SetOptions, (uint32_t), value);
63 LLDB_RECORD_METHOD(bool, SBTypeFilter, GetDescription,
92 LLDB_RECORD_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex,
105 LLDB_RECORD_METHOD(bool, SBTypeFilter, ReplaceExpressionPathAtIndex,
115 LLDB_RECORD_METHOD(void, SBTypeFilter, AppendExpressionPath, (const char *),
123 LLDB_RECORD_METHOD(lldb::SBTypeFilter &,
133 LLDB_RECORD_METHOD(bool, SBTypeFilter, operator==,(lldb::SBTypeFilter &),
143 LLDB_RECORD_METHOD(bool, SBTypeFilter, IsEqualTo, (lldb::SBTypeFilter &),
161 LLDB_RECORD_METHOD(bool, SBTypeFilter, operator!=,(lldb::SBTypeFilter &),
H A DSBInstructionList.cpp36 LLDB_RECORD_METHOD(
66 LLDB_RECORD_METHOD(lldb::SBInstruction, SBInstructionList,
80 LLDB_RECORD_METHOD(size_t, SBInstructionList, GetInstructionsCount,
113 LLDB_RECORD_METHOD(void, SBInstructionList, AppendInstruction,
122 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (FILE *), out);
130 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (SBFile), out);
138 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (FileSP), out_sp);
146 LLDB_RECORD_METHOD(bool, SBInstructionList, GetDescription,
189 LLDB_RECORD_METHOD(bool, SBInstructionList, DumpEmulationForAllInstructions,
H A DSBBreakpointName.cpp165 LLDB_RECORD_METHOD(
180 LLDB_RECORD_METHOD(
187 LLDB_RECORD_METHOD(
214 LLDB_RECORD_METHOD(void, SBBreakpointName, SetEnabled, (bool), enable);
251 LLDB_RECORD_METHOD(void, SBBreakpointName, SetOneShot, (bool), one_shot);
278 LLDB_RECORD_METHOD(void, SBBreakpointName, SetIgnoreCount, (uint32_t), count);
305 LLDB_RECORD_METHOD(void, SBBreakpointName, SetCondition, (const char *),
333 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAutoContinue, (bool),
361 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadID, (lldb::tid_t), tid);
388 LLDB_RECORD_METHOD(voi
[all...]
H A DSBBreakpointLocation.cpp53 LLDB_RECORD_METHOD(
106 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetEnabled, (bool), enabled);
153 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetIgnoreCount, (uint32_t), n);
164 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCondition, (const char *),
188 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetAutoContinue, (bool),
213 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction,
220 LLDB_RECORD_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction,
248 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointLocation, SetScriptCallbackBody,
272 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCommandLineCommands,
290 LLDB_RECORD_METHOD(boo
[all...]
H A DSBBreakpoint.cpp63 LLDB_RECORD_METHOD(const lldb::SBBreakpoint &,
71 LLDB_RECORD_METHOD(
78 LLDB_RECORD_METHOD(
123 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
145 LLDB_RECORD_METHOD(lldb::break_id_t, SBBreakpoint, FindLocationIDByAddress,
166 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, FindLocationByID,
182 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
198 LLDB_RECORD_METHOD(void, SBBreakpoint, SetEnabled, (bool), enable);
222 LLDB_RECORD_METHOD(void, SBBreakpoint, SetOneShot, (bool), one_shot);
258 LLDB_RECORD_METHOD(voi
[all...]
H A DSBTypeFormat.cpp82 LLDB_RECORD_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format), fmt);
89 LLDB_RECORD_METHOD(void, SBTypeFormat, SetTypeName, (const char *), type);
97 LLDB_RECORD_METHOD(void, SBTypeFormat, SetOptions, (uint32_t), value);
105 LLDB_RECORD_METHOD(bool, SBTypeFormat, GetDescription,
118 LLDB_RECORD_METHOD(lldb::SBTypeFormat &,
128 LLDB_RECORD_METHOD(bool, SBTypeFormat, operator==,(lldb::SBTypeFormat &),
137 LLDB_RECORD_METHOD(bool, SBTypeFormat, IsEqualTo, (lldb::SBTypeFormat &),
150 LLDB_RECORD_METHOD(bool, SBTypeFormat, operator!=,(lldb::SBTypeFormat &),
H A DSBTypeSynthetic.cpp95 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassName, (const char *), data);
102 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassCode, (const char *), data);
117 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetOptions, (uint32_t), value);
126 LLDB_RECORD_METHOD(bool, SBTypeSynthetic, GetDescription,
139 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic &,
150 LLDB_RECORD_METHOD(
159 LLDB_RECORD_METHOD(bool, SBTypeSynthetic, IsEqualTo,
178 LLDB_RECORD_METHOD(
H A DSBVariablesOptions.cpp96 LLDB_RECORD_METHOD(
125 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeArguments, (bool),
141 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRecognizedArguments,
154 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool),
167 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool),
180 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool),
195 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRuntimeSupportValues,
209 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetUseDynamic,
H A DSBCommandInterpreter.cpp50 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnContinue,
64 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError,
78 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash,
92 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetEchoCommands,
106 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions,
120 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetPrintResults,
134 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory,
192 LLDB_RECORD_METHOD(
212 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, CommandExists, (const char *),
220 LLDB_RECORD_METHOD(boo
[all...]
H A DSBSymbolContext.cpp43 LLDB_RECORD_METHOD(const lldb::SBSymbolContext &,
134 LLDB_RECORD_METHOD(void, SBSymbolContext, SetModule, (lldb::SBModule),
141 LLDB_RECORD_METHOD(void, SBSymbolContext, SetCompileUnit,
148 LLDB_RECORD_METHOD(void, SBSymbolContext, SetFunction, (lldb::SBFunction),
155 LLDB_RECORD_METHOD(void, SBSymbolContext, SetBlock, (lldb::SBBlock), block);
161 LLDB_RECORD_METHOD(void, SBSymbolContext, SetLineEntry, (lldb::SBLineEntry),
171 LLDB_RECORD_METHOD(void, SBSymbolContext, SetSymbol, (lldb::SBSymbol),
203 LLDB_RECORD_METHOD(bool, SBSymbolContext, GetDescription, (lldb::SBStream &),
H A DSBThreadPlan.cpp91 LLDB_RECORD_METHOD(const lldb::SBThreadPlan &,
132 LLDB_RECORD_METHOD(uint64_t, SBThreadPlan, GetStopReasonDataAtIndex,
165 LLDB_RECORD_METHOD(void, SBThreadPlan, SetPlanComplete, (bool), success);
207 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
218 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
250 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
262 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
294 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
306 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan,
333 LLDB_RECORD_METHOD(lld
[all...]
H A DSBTypeNameSpecifier.cpp91 LLDB_RECORD_METHOD(bool, SBTypeNameSpecifier, GetDescription,
104 LLDB_RECORD_METHOD(
115 LLDB_RECORD_METHOD(
124 LLDB_RECORD_METHOD(bool, SBTypeNameSpecifier, IsEqualTo,
139 LLDB_RECORD_METHOD(
H A DSBStream.cpp73 LLDB_RECORD_METHOD(void, SBStream, RedirectToFile, (const char *, bool), path,
110 LLDB_RECORD_METHOD(void, SBStream, RedirectToFileHandle, (FILE *, bool), fh,
117 LLDB_RECORD_METHOD(void, SBStream, RedirectToFile, (SBFile), file)
122 LLDB_RECORD_METHOD(void, SBStream, RedirectToFile, (FileSP), file_sp);
145 LLDB_RECORD_METHOD(void, SBStream, RedirectToFileDescriptor, (int, bool), fd,
H A DSBStringList.cpp34 LLDB_RECORD_METHOD(const lldb::SBStringList &,
63 LLDB_RECORD_METHOD(void, SBStringList, AppendString, (const char *), str);
74 LLDB_RECORD_METHOD(void, SBStringList, AppendList, (const char **, int), strv,
86 LLDB_RECORD_METHOD(void, SBStringList, AppendList,
112 LLDB_RECORD_METHOD(const char *, SBStringList, GetStringAtIndex, (size_t),
H A DSBDebugger.cpp119 LLDB_RECORD_METHOD(void, SBInputReader, SetIsDone, (bool), b);
142 LLDB_RECORD_METHOD(lldb::SBDebugger &,
264 LLDB_RECORD_METHOD(void, SBDebugger, SetAsync, (bool), b);
277 LLDB_RECORD_METHOD(void, SBDebugger, SkipLLDBInitFiles, (bool), b);
284 LLDB_RECORD_METHOD(void, SBDebugger, SkipAppInitFiles, (bool), b);
291 LLDB_RECORD_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool), fh,
297 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (FileSP), file_sp);
305 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (SBFile), file);
343 LLDB_RECORD_METHOD(SBError, SBDebugger, SetOutputFile, (FileSP), file_sp);
348 LLDB_RECORD_METHOD(voi
[all...]

Completed in 121 milliseconds

123