Home
last modified time | relevance | path

Searched refs:LLDB_RECORD_METHOD (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp54 LLDB_RECORD_METHOD(SBLaunchInfo &, in operator =()
102 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetUserID, (uint32_t), uid); in SetUserID()
108 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetGroupID, (uint32_t), gid); in SetGroupID()
121 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetExecutableFile, in SetExecutableFile()
134 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetListener, (lldb::SBListener &), in SetListener()
147 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetArgumentAtIndex, (uint32_t), in GetArgumentAtIndex()
154 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetArguments, (const char **, bool), in SetArguments()
175 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetEnvironmentEntryAtIndex, in GetEnvironmentEntryAtIndex()
184 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetEnvironmentEntries, in SetEnvironmentEntries()
190 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetEnvironment, in SetEnvironment()
[all …]
DSBExpressionOptions.cpp33 LLDB_RECORD_METHOD( in operator =()
52 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetCoerceResultToId, (bool), in SetCoerceResultToId()
65 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool), in SetUnwindOnError()
79 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, (bool), in SetIgnoreBreakpoints()
93 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetFetchDynamicValue, in SetFetchDynamicValue()
107 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in SetTimeoutInMicroSeconds()
124 LLDB_RECORD_METHOD(void, SBExpressionOptions, in SetOneThreadTimeoutInMicroSeconds()
139 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTryAllThreads, (bool), in SetTryAllThreads()
152 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetStopOthers, (bool), in SetStopOthers()
166 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool), in SetTrapExceptions()
[all …]
DSBAttachInfo.cpp62 LLDB_RECORD_METHOD(lldb::SBAttachInfo &, in operator =()
77 LLDB_RECORD_METHOD(void, SBAttachInfo, SetProcessID, (lldb::pid_t), pid); in SetProcessID()
89 LLDB_RECORD_METHOD(void, SBAttachInfo, SetResumeCount, (uint32_t), c); in SetResumeCount()
101 LLDB_RECORD_METHOD(void, SBAttachInfo, SetProcessPluginName, (const char *), in SetProcessPluginName()
108 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (const char *), path); in SetExecutable()
117 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (lldb::SBFileSpec), in SetExecutable()
133 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool), b); in SetWaitForLaunch()
139 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool), b, in SetWaitForLaunch()
153 LLDB_RECORD_METHOD(void, SBAttachInfo, SetIgnoreExisting, (bool), b); in SetIgnoreExisting()
183 LLDB_RECORD_METHOD(void, SBAttachInfo, SetUserID, (uint32_t), uid); in SetUserID()
[all …]
DSBTypeCategory.cpp63 LLDB_RECORD_METHOD(void, SBTypeCategory, SetEnabled, (bool), enabled); in SetEnabled()
82 LLDB_RECORD_METHOD(lldb::LanguageType, SBTypeCategory, GetLanguageAtIndex, in GetLanguageAtIndex()
99 LLDB_RECORD_METHOD(void, SBTypeCategory, AddLanguage, (lldb::LanguageType), in AddLanguage()
145 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory, in GetTypeNameSpecifierForFilterAtIndex()
156 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory, in GetTypeNameSpecifierForFormatAtIndex()
167 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory, in GetTypeNameSpecifierForSummaryAtIndex()
178 LLDB_RECORD_METHOD(lldb::SBTypeNameSpecifier, SBTypeCategory, in GetTypeNameSpecifierForSyntheticAtIndex()
189 LLDB_RECORD_METHOD(lldb::SBTypeFilter, SBTypeCategory, GetFilterForType, in GetFilterForType()
216 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in GetFormatForType()
241 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType, in GetSummaryForType()
[all …]
DSBCommandInterpreterRunOptions.cpp40 LLDB_RECORD_METHOD(lldb::SBCommandInterpreterRunOptions &, in operator =()
58 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnContinue, in SetStopOnContinue()
72 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in SetStopOnError()
86 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in SetStopOnCrash()
100 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetEchoCommands, in SetEchoCommands()
114 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, in SetEchoCommentCommands()
128 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetPrintResults, in SetPrintResults()
142 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in SetAddToHistory()
157 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAutoHandleEvents, in SetAutoHandleEvents()
171 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetSpawnThread, in SetSpawnThread()
[all …]
DSBCommandReturnObject.cpp69 LLDB_RECORD_METHOD( in operator =()
129 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutOutput, (FileSP), in PutOutput()
137 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutOutput, (SBFile), file); in PutOutput()
154 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP), in PutError()
162 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (SBFile), file); in PutError()
182 LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetStatus, in SetStatus()
201 LLDB_RECORD_METHOD(void, SBCommandReturnObject, AppendMessage, (const char *), in AppendMessage()
208 LLDB_RECORD_METHOD(void, SBCommandReturnObject, AppendWarning, (const char *), in AppendWarning()
231 LLDB_RECORD_METHOD(bool, SBCommandReturnObject, GetDescription, in GetDescription()
287 LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetImmediateOutputFile, in SetImmediateOutputFile()
[all …]
DSBModuleSpec.cpp33 LLDB_RECORD_METHOD(const lldb::SBModuleSpec &, in operator =()
67 LLDB_RECORD_METHOD(void, SBModuleSpec, SetFileSpec, in SetFileSpec()
81 LLDB_RECORD_METHOD(void, SBModuleSpec, SetPlatformFileSpec, in SetPlatformFileSpec()
94 LLDB_RECORD_METHOD(void, SBModuleSpec, SetSymbolFileSpec, in SetSymbolFileSpec()
107 LLDB_RECORD_METHOD(void, SBModuleSpec, SetObjectName, (const char *), name); in SetObjectName()
124 LLDB_RECORD_METHOD(void, SBModuleSpec, SetTriple, (const char *), triple); in SetTriple()
145 LLDB_RECORD_METHOD(bool, SBModuleSpec, GetDescription, (lldb::SBStream &), in GetDescription()
163 LLDB_RECORD_METHOD( in operator =()
187 LLDB_RECORD_METHOD(void, SBModuleSpecList, Append, in Append()
194 LLDB_RECORD_METHOD(void, SBModuleSpecList, Append, in Append()
[all …]
DSBListener.cpp38 LLDB_RECORD_METHOD(const lldb::SBListener &, in operator =()
64 LLDB_RECORD_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &), in AddEvent()
82 LLDB_RECORD_METHOD(uint32_t, SBListener, StartListeningForEventClass, in StartListeningForEventClass()
100 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEventClass, in StopListeningForEventClass()
117 LLDB_RECORD_METHOD(uint32_t, SBListener, StartListeningForEvents, in StartListeningForEvents()
132 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEvents, in StopListeningForEvents()
143 LLDB_RECORD_METHOD(bool, SBListener, WaitForEvent, in WaitForEvent()
170 LLDB_RECORD_METHOD(bool, SBListener, WaitForEventForBroadcaster, in WaitForEventForBroadcaster()
192 LLDB_RECORD_METHOD( in WaitForEventForBroadcasterWithType()
213 LLDB_RECORD_METHOD(bool, SBListener, PeekAtNextEvent, (lldb::SBEvent &), in PeekAtNextEvent()
[all …]
DSBDebugger.cpp120 LLDB_RECORD_METHOD(void, SBInputReader, SetIsDone, (bool), b); in SetIsDone()
143 LLDB_RECORD_METHOD(lldb::SBDebugger &, in operator =()
265 LLDB_RECORD_METHOD(void, SBDebugger, SetAsync, (bool), b); in SetAsync()
278 LLDB_RECORD_METHOD(void, SBDebugger, SkipLLDBInitFiles, (bool), b); in SkipLLDBInitFiles()
285 LLDB_RECORD_METHOD(void, SBDebugger, SkipAppInitFiles, (bool), b); in SkipAppInitFiles()
292 LLDB_RECORD_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool), fh, in SetInputFileHandle()
298 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (FileSP), file_sp); in SetInputFile()
306 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (SBFile), file); in SetInputFile()
344 LLDB_RECORD_METHOD(SBError, SBDebugger, SetOutputFile, (FileSP), file_sp); in SetOutputFile()
349 LLDB_RECORD_METHOD(void, SBDebugger, SetOutputFileHandle, (FILE *, bool), fh, in SetOutputFileHandle()
[all …]
DSBBreakpoint.cpp63 LLDB_RECORD_METHOD(const lldb::SBBreakpoint &, in operator =()
71 LLDB_RECORD_METHOD( in operator ==()
78 LLDB_RECORD_METHOD( in operator !=()
133 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in FindLocationByAddress()
155 LLDB_RECORD_METHOD(lldb::break_id_t, SBBreakpoint, FindLocationIDByAddress, in FindLocationIDByAddress()
176 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, FindLocationByID, in FindLocationByID()
192 LLDB_RECORD_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in GetLocationAtIndex()
208 LLDB_RECORD_METHOD(void, SBBreakpoint, SetEnabled, (bool), enable); in SetEnabled()
232 LLDB_RECORD_METHOD(void, SBBreakpoint, SetOneShot, (bool), one_shot); in SetOneShot()
268 LLDB_RECORD_METHOD(void, SBBreakpoint, SetIgnoreCount, (uint32_t), count); in SetIgnoreCount()
[all …]
DSBCommandInterpreter.cpp96 LLDB_RECORD_METHOD( in operator =()
116 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, CommandExists, (const char *), in CommandExists()
124 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, AliasExists, (const char *), in AliasExists()
144 LLDB_RECORD_METHOD(const char *, SBCommandInterpreter, in GetIOHandlerControlSequence()
158 LLDB_RECORD_METHOD(lldb::ReturnStatus, SBCommandInterpreter, HandleCommand, in HandleCommand()
169 LLDB_RECORD_METHOD(lldb::ReturnStatus, SBCommandInterpreter, HandleCommand, in HandleCommand()
202 LLDB_RECORD_METHOD(void, SBCommandInterpreter, HandleCommandsFromFile, in HandleCommandsFromFile()
236 LLDB_RECORD_METHOD(int, SBCommandInterpreter, HandleCompletion, in HandleCompletion()
252 LLDB_RECORD_METHOD(int, SBCommandInterpreter, in HandleCompletionWithDescriptions()
322 LLDB_RECORD_METHOD(int, SBCommandInterpreter, in HandleCompletionWithDescriptions()
[all …]
DSBBreakpointName.cpp166 LLDB_RECORD_METHOD( in operator =()
181 LLDB_RECORD_METHOD( in operator ==()
188 LLDB_RECORD_METHOD( in operator !=()
215 LLDB_RECORD_METHOD(void, SBBreakpointName, SetEnabled, (bool), enable); in SetEnabled()
252 LLDB_RECORD_METHOD(void, SBBreakpointName, SetOneShot, (bool), one_shot); in SetOneShot()
279 LLDB_RECORD_METHOD(void, SBBreakpointName, SetIgnoreCount, (uint32_t), count); in SetIgnoreCount()
306 LLDB_RECORD_METHOD(void, SBBreakpointName, SetCondition, (const char *), in SetCondition()
334 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAutoContinue, (bool), in SetAutoContinue()
362 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadID, (lldb::tid_t), tid); in SetThreadID()
389 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadIndex, (uint32_t), index); in SetThreadIndex()
[all …]
DSBTypeFilter.cpp54 LLDB_RECORD_METHOD(void, SBTypeFilter, SetOptions, (uint32_t), value); in SetOptions()
62 LLDB_RECORD_METHOD(bool, SBTypeFilter, GetDescription, in GetDescription()
91 LLDB_RECORD_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex, in GetExpressionPathAtIndex()
104 LLDB_RECORD_METHOD(bool, SBTypeFilter, ReplaceExpressionPathAtIndex, in ReplaceExpressionPathAtIndex()
114 LLDB_RECORD_METHOD(void, SBTypeFilter, AppendExpressionPath, (const char *), in AppendExpressionPath()
122 LLDB_RECORD_METHOD(lldb::SBTypeFilter &, in operator =()
132 LLDB_RECORD_METHOD(bool, SBTypeFilter, operator==,(lldb::SBTypeFilter &), in operator ==()
142 LLDB_RECORD_METHOD(bool, SBTypeFilter, IsEqualTo, (lldb::SBTypeFilter &), in IsEqualTo()
160 LLDB_RECORD_METHOD(bool, SBTypeFilter, operator!=,(lldb::SBTypeFilter &), in operator !=()
DSBEnvironment.cpp34 LLDB_RECORD_METHOD(const lldb::SBEnvironment &, in operator =()
50 LLDB_RECORD_METHOD(const char *, SBEnvironment, Get, (const char *), name); in Get()
60 LLDB_RECORD_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t), in GetNameAtIndex()
70 LLDB_RECORD_METHOD(const char *, SBEnvironment, GetValueAtIndex, (size_t), in GetValueAtIndex()
80 LLDB_RECORD_METHOD(bool, SBEnvironment, Set, in Set()
92 LLDB_RECORD_METHOD(bool, SBEnvironment, Unset, (const char *), name); in Unset()
108 LLDB_RECORD_METHOD(void, SBEnvironment, PutEntry, (const char *), in PutEntry()
116 LLDB_RECORD_METHOD(void, SBEnvironment, SetEntries, in SetEntries()
DSBTarget.cpp113 LLDB_RECORD_METHOD(const lldb::SBTarget &, in operator =()
235 LLDB_RECORD_METHOD(void, SBTarget, SetCollectingStats, (bool), v); in SetCollectingStats()
253 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *), in LoadCore()
261 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, in LoadCore()
286 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LaunchSimple, in LaunchSimple()
328 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
411 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
460 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Attach, in Attach()
499 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in AttachToProcessWithID()
531 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithName, in AttachToProcessWithName()
[all …]
DSBInstructionList.cpp36 LLDB_RECORD_METHOD( in operator =()
66 LLDB_RECORD_METHOD(lldb::SBInstruction, SBInstructionList, in GetInstructionAtIndex()
80 LLDB_RECORD_METHOD(size_t, SBInstructionList, GetInstructionsCount, in GetInstructionsCount()
113 LLDB_RECORD_METHOD(void, SBInstructionList, AppendInstruction, in AppendInstruction()
122 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (FILE *), out); in Print()
130 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (SBFile), out); in Print()
138 LLDB_RECORD_METHOD(void, SBInstructionList, Print, (FileSP), out_sp); in Print()
146 LLDB_RECORD_METHOD(bool, SBInstructionList, GetDescription, in GetDescription()
189 LLDB_RECORD_METHOD(bool, SBInstructionList, DumpEmulationForAllInstructions, in DumpEmulationForAllInstructions()
DSBBreakpointLocation.cpp53 LLDB_RECORD_METHOD( in operator =()
106 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetEnabled, (bool), enabled); in SetEnabled()
153 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetIgnoreCount, (uint32_t), n); in SetIgnoreCount()
164 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCondition, (const char *), in SetCondition()
188 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetAutoContinue, (bool), in SetAutoContinue()
213 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction, in SetScriptCallbackFunction()
220 LLDB_RECORD_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction, in SetScriptCallbackFunction()
248 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointLocation, SetScriptCallbackBody, in SetScriptCallbackBody()
272 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in SetCommandLineCommands()
290 LLDB_RECORD_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in GetCommandLineCommands()
[all …]
DSBThreadPlan.cpp91 LLDB_RECORD_METHOD(const lldb::SBThreadPlan &, in operator =()
130 LLDB_RECORD_METHOD(uint64_t, SBThreadPlan, GetStopReasonDataAtIndex, in GetStopReasonDataAtIndex()
165 LLDB_RECORD_METHOD(void, SBThreadPlan, SetPlanComplete, (bool), success); in SetPlanComplete()
209 LLDB_RECORD_METHOD(void, SBThreadPlan, SetStopOthers, (bool), stop_others); in SetStopOthers()
225 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepOverRange()
236 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepOverRange()
270 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepInRange()
282 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepInRange()
316 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepOut()
328 LLDB_RECORD_METHOD(lldb::SBThreadPlan, SBThreadPlan, in QueueThreadPlanForStepOut()
[all …]
DSBPlatform.cpp98 LLDB_RECORD_METHOD( in operator =()
117 LLDB_RECORD_METHOD(void, SBPlatformConnectOptions, SetURL, (const char *), in SetURL()
135 LLDB_RECORD_METHOD(void, SBPlatformConnectOptions, EnableRsync, in EnableRsync()
167 LLDB_RECORD_METHOD(void, SBPlatformConnectOptions, SetLocalCacheDirectory, in SetLocalCacheDirectory()
202 LLDB_RECORD_METHOD( in operator =()
230 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetShell, (const char *), in SetShell()
248 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetCommand, (const char *), in SetCommand()
267 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetWorkingDirectory, in SetWorkingDirectory()
286 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetTimeoutSeconds, in SetTimeoutSeconds()
335 LLDB_RECORD_METHOD(SBPlatform &, in operator =()
[all …]
DSBTypeSynthetic.cpp94 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassName, (const char *), data); in SetClassName()
101 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassCode, (const char *), data); in SetClassCode()
116 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetOptions, (uint32_t), value); in SetOptions()
125 LLDB_RECORD_METHOD(bool, SBTypeSynthetic, GetDescription, in GetDescription()
138 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic &, in operator =()
149 LLDB_RECORD_METHOD( in operator ==()
158 LLDB_RECORD_METHOD(bool, SBTypeSynthetic, IsEqualTo, in IsEqualTo()
177 LLDB_RECORD_METHOD( in operator !=()
DSBData.cpp36 LLDB_RECORD_METHOD(const lldb::SBData &, in operator =()
80 LLDB_RECORD_METHOD(void, SBData, SetAddressByteSize, (uint8_t), in SetAddressByteSize()
113 LLDB_RECORD_METHOD(void, SBData, SetByteOrder, (lldb::ByteOrder), endian); in SetByteOrder()
120 LLDB_RECORD_METHOD(float, SBData, GetFloat, (lldb::SBError &, lldb::offset_t), in GetFloat()
136 LLDB_RECORD_METHOD(double, SBData, GetDouble, in GetDouble()
152 LLDB_RECORD_METHOD(long double, SBData, GetLongDouble, in GetLongDouble()
168 LLDB_RECORD_METHOD(lldb::addr_t, SBData, GetAddress, in GetAddress()
184 LLDB_RECORD_METHOD(uint8_t, SBData, GetUnsignedInt8, in GetUnsignedInt8()
200 LLDB_RECORD_METHOD(uint16_t, SBData, GetUnsignedInt16, in GetUnsignedInt16()
216 LLDB_RECORD_METHOD(uint32_t, SBData, GetUnsignedInt32, in GetUnsignedInt32()
[all …]
DSBInstruction.cpp83 LLDB_RECORD_METHOD(const lldb::SBInstruction &, in operator =()
115 LLDB_RECORD_METHOD(const char *, SBInstruction, GetMnemonic, (lldb::SBTarget), in GetMnemonic()
135 LLDB_RECORD_METHOD(const char *, SBInstruction, GetOperands, (lldb::SBTarget), in GetOperands()
155 LLDB_RECORD_METHOD(const char *, SBInstruction, GetComment, (lldb::SBTarget), in GetComment()
184 LLDB_RECORD_METHOD(lldb::SBData, SBInstruction, GetData, (lldb::SBTarget), in GetData()
238 LLDB_RECORD_METHOD(bool, SBInstruction, GetDescription, (lldb::SBStream &), in GetDescription()
260 LLDB_RECORD_METHOD(void, SBInstruction, Print, (FILE *), outp); in Print()
266 LLDB_RECORD_METHOD(void, SBInstruction, Print, (SBFile), out); in Print()
271 LLDB_RECORD_METHOD(void, SBInstruction, Print, (FileSP), out_sp); in Print()
294 LLDB_RECORD_METHOD(bool, SBInstruction, EmulateWithFrame, in EmulateWithFrame()
[all …]
DSBTypeFormat.cpp81 LLDB_RECORD_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format), fmt); in SetFormat()
88 LLDB_RECORD_METHOD(void, SBTypeFormat, SetTypeName, (const char *), type); in SetTypeName()
96 LLDB_RECORD_METHOD(void, SBTypeFormat, SetOptions, (uint32_t), value); in SetOptions()
104 LLDB_RECORD_METHOD(bool, SBTypeFormat, GetDescription, in GetDescription()
117 LLDB_RECORD_METHOD(lldb::SBTypeFormat &, in operator =()
127 LLDB_RECORD_METHOD(bool, SBTypeFormat, operator==,(lldb::SBTypeFormat &), in operator ==()
136 LLDB_RECORD_METHOD(bool, SBTypeFormat, IsEqualTo, (lldb::SBTypeFormat &), in IsEqualTo()
149 LLDB_RECORD_METHOD(bool, SBTypeFormat, operator!=,(lldb::SBTypeFormat &), in operator !=()
DSBVariablesOptions.cpp95 LLDB_RECORD_METHOD( in operator =()
124 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeArguments, (bool), in SetIncludeArguments()
140 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRecognizedArguments, in SetIncludeRecognizedArguments()
153 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool), in SetIncludeLocals()
166 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool), in SetIncludeStatics()
179 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool), in SetInScopeOnly()
194 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRuntimeSupportValues, in SetIncludeRuntimeSupportValues()
208 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetUseDynamic, in SetUseDynamic()
DSBModule.cpp70 LLDB_RECORD_METHOD(const lldb::SBModule &, SBModule, operator=, in operator =()
120 LLDB_RECORD_METHOD(bool, SBModule, SetPlatformFileSpec, in SetPlatformFileSpec()
146 LLDB_RECORD_METHOD(bool, SBModule, SetRemoteInstallFileSpec, in SetRemoteInstallFileSpec()
211 LLDB_RECORD_METHOD(lldb::SBAddress, SBModule, ResolveFileAddress, in ResolveFileAddress()
227 LLDB_RECORD_METHOD(lldb::SBSymbolContext, SBModule, in ResolveSymbolContextForAddress()
240 LLDB_RECORD_METHOD(bool, SBModule, GetDescription, (lldb::SBStream &), in GetDescription()
265 LLDB_RECORD_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in GetCompileUnitAtIndex()
278 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, in FindCompileUnits()
305 LLDB_RECORD_METHOD(lldb::SBSymbol, SBModule, GetSymbolAtIndex, (size_t), idx); in GetSymbolAtIndex()
317 LLDB_RECORD_METHOD(lldb::SBSymbol, SBModule, FindSymbol, in FindSymbol()
[all …]

123