Home
last modified time | relevance | path

Searched refs:LLDB_RECORD_METHOD_NO_ARGS (Results 1 – 25 of 62) sorted by relevance

123

/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp62 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcessInfo, GetName); in GetName()
72 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBProcessInfo, in GetExecutableFile()
83 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBProcessInfo, GetProcessID); in GetProcessID()
93 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetUserID); in GetUserID()
103 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetGroupID); in GetGroupID()
113 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, UserIDIsValid); in UserIDIsValid()
123 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, GroupIDIsValid); in GroupIDIsValid()
133 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveUserID); in GetEffectiveUserID()
143 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveGroupID); in GetEffectiveGroupID()
153 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveUserIDIsValid); in EffectiveUserIDIsValid()
[all …]
DSBType.cpp123 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBType, GetByteSize); in GetByteSize()
133 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPointerType); in IsPointerType()
141 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsArrayType); in IsArrayType()
150 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsVectorType); in IsVectorType()
158 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsReferenceType); in IsReferenceType()
166 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointerType); in GetPointerType()
176 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointeeType); in GetPointeeType()
185 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetReferenceType); in GetReferenceType()
194 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetTypedefedType); in GetTypedefedType()
203 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetDereferencedType); in GetDereferencedType()
[all …]
DSBAttachInfo.cpp71 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBAttachInfo, GetProcessID); in GetProcessID()
83 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetResumeCount); in GetResumeCount()
95 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBAttachInfo, GetProcessPluginName); in GetProcessPluginName()
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GetWaitForLaunch); in GetWaitForLaunch()
147 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GetIgnoreExisting); in GetIgnoreExisting()
159 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetUserID); in GetUserID()
165 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetGroupID); in GetGroupID()
171 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, UserIDIsValid); in UserIDIsValid()
177 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, GroupIDIsValid); in GroupIDIsValid()
195 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveUserID); in GetEffectiveUserID()
[all …]
DSBLaunchInfo.cpp72 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBLaunchInfo, GetProcessID); in GetProcessID()
78 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetUserID); in GetUserID()
84 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetGroupID); in GetGroupID()
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBLaunchInfo, UserIDIsValid); in UserIDIsValid()
96 LLDB_RECORD_METHOD_NO_ARGS(bool, SBLaunchInfo, GroupIDIsValid); in GroupIDIsValid()
114 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBLaunchInfo, GetExecutableFile); in GetExecutableFile()
128 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBListener, SBLaunchInfo, GetListener); in GetListener()
141 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetNumArguments); in GetNumArguments()
169 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetNumEnvironmentEntries); in GetNumEnvironmentEntries()
202 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBEnvironment, SBLaunchInfo, GetEnvironment); in GetEnvironment()
[all …]
DSBMemoryRegionInfo.cpp52 LLDB_RECORD_METHOD_NO_ARGS(void, SBMemoryRegionInfo, Clear); in Clear()
78 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBMemoryRegionInfo, GetRegionBase); in GetRegionBase()
84 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBMemoryRegionInfo, GetRegionEnd); in GetRegionEnd()
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
96 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsWritable); in IsWritable()
102 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsExecutable); in IsExecutable()
108 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsMapped); in IsMapped()
114 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBMemoryRegionInfo, GetName); in GetName()
DSBPlatform.cpp109 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformConnectOptions, GetURL); in GetURL()
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBPlatformConnectOptions, GetRsyncEnabled); in GetRsyncEnabled()
154 LLDB_RECORD_METHOD_NO_ARGS(void, SBPlatformConnectOptions, DisableRsync); in DisableRsync()
160 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformConnectOptions, in GetLocalCacheDirectory()
214 LLDB_RECORD_METHOD_NO_ARGS(void, SBPlatformShellCommand, Clear); in Clear()
222 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformShellCommand, GetShell); in GetShell()
240 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformShellCommand, GetCommand); in GetCommand()
258 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformShellCommand, in GetWorkingDirectory()
277 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBPlatformShellCommand, in GetTimeoutSeconds()
296 LLDB_RECORD_METHOD_NO_ARGS(int, SBPlatformShellCommand, GetSignal); in GetSignal()
[all …]
DSBValue.cpp245 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsValid); in IsValid()
259 LLDB_RECORD_METHOD_NO_ARGS(void, SBValue, Clear); in Clear()
265 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBValue, GetError); in GetError()
281 LLDB_RECORD_METHOD_NO_ARGS(lldb::user_id_t, SBValue, GetID); in GetID()
291 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetName); in GetName()
303 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetTypeName); in GetTypeName()
316 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetDisplayTypeName); in GetDisplayTypeName()
329 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBValue, GetByteSize); in GetByteSize()
343 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsInScope); in IsInScope()
357 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetValue); in GetValue()
[all …]
DSBWatchpoint.cpp52 LLDB_RECORD_METHOD_NO_ARGS(lldb::watch_id_t, SBWatchpoint, GetID); in GetID()
88 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBWatchpoint, GetError); in GetError()
99 LLDB_RECORD_METHOD_NO_ARGS(int32_t, SBWatchpoint, GetHardwareIndex); in GetHardwareIndex()
114 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBWatchpoint, GetWatchAddress); in GetWatchAddress()
129 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBWatchpoint, GetWatchSize); in GetWatchSize()
164 LLDB_RECORD_METHOD_NO_ARGS(bool, SBWatchpoint, IsEnabled); in IsEnabled()
176 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBWatchpoint, GetHitCount); in GetHitCount()
190 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBWatchpoint, GetIgnoreCount); in GetIgnoreCount()
213 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBWatchpoint, GetCondition); in GetCondition()
257 LLDB_RECORD_METHOD_NO_ARGS(void, SBWatchpoint, Clear); in Clear()
DSBSection.cpp61 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBSection, GetName); in GetName()
70 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSection, SBSection, GetParent); in GetParent()
99 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBSection, GetNumSubSections); in GetNumSubSections()
125 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBSection, GetFileAddress); in GetFileAddress()
148 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBSection, GetByteSize); in GetByteSize()
157 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBSection, GetFileOffset); in GetFileOffset()
172 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBSection, GetFileByteSize); in GetFileByteSize()
181 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBData, SBSection, GetSectionData); in GetSectionData()
227 LLDB_RECORD_METHOD_NO_ARGS(lldb::SectionType, SBSection, GetSectionType); in GetSectionType()
245 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBSection, GetTargetByteSize); in GetTargetByteSize()
DSBCommunication.cpp46 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommunication, GetCloseOnEOF); in GetCloseOnEOF()
93 LLDB_RECORD_METHOD_NO_ARGS(lldb::ConnectionStatus, SBCommunication, in Disconnect()
142 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommunication, ReadThreadStart); in ReadThreadStart()
148 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommunication, ReadThreadStop); in ReadThreadStop()
154 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommunication, ReadThreadIsRunning); in ReadThreadIsRunning()
174 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBroadcaster, SBCommunication, in GetBroadcaster()
DSBAddress.cpp87 LLDB_RECORD_METHOD_NO_ARGS(void, SBAddress, Clear); in Clear()
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSection, SBAddress, GetSection); in GetSection()
169 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBAddress, GetOffset); in GetOffset()
212 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBModule, SBAddress, GetModule); in GetModule()
232 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBCompileUnit, SBAddress, GetCompileUnit); in GetCompileUnit()
241 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBAddress, GetFunction); in GetFunction()
250 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBAddress, GetBlock); in GetBlock()
259 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSymbol, SBAddress, GetSymbol); in GetSymbol()
268 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBLineEntry, SBAddress, GetLineEntry); in GetLineEntry()
DSBTypeEnumMember.cpp63 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTypeEnumMember, GetName); in GetName()
71 LLDB_RECORD_METHOD_NO_ARGS(int64_t, SBTypeEnumMember, GetValueAsSigned); in GetValueAsSigned()
79 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBTypeEnumMember, GetValueAsUnsigned); in GetValueAsUnsigned()
87 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBTypeEnumMember, GetType); in GetType()
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeEnumMemberList, IsValid); in IsValid()
174 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeEnumMemberList, GetSize); in GetSize()
DSBModuleSpec.cpp54 LLDB_RECORD_METHOD_NO_ARGS(void, SBModuleSpec, Clear); in Clear()
60 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, GetFileSpec); in GetFileSpec()
74 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, in GetPlatformFileSpec()
88 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, GetSymbolFileSpec); in GetSymbolFileSpec()
101 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBModuleSpec, GetObjectName); in GetObjectName()
113 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBModuleSpec, GetTriple); in GetTriple()
134 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBModuleSpec, GetUUIDLength); in GetUUIDLength()
201 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBModuleSpecList, GetSize); in GetSize()
DSBBreakpointLocation.cpp79 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBBreakpointLocation, GetAddress); in GetAddress()
90 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBBreakpointLocation, in GetLoadAddress()
117 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointLocation, IsEnabled); in IsEnabled()
129 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBBreakpointLocation, GetHitCount); in GetHitCount()
141 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBBreakpointLocation, GetIgnoreCount); in GetIgnoreCount()
176 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBBreakpointLocation, GetCondition); in GetCondition()
200 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointLocation, GetAutoContinue); in GetAutoContinue()
317 LLDB_RECORD_METHOD_NO_ARGS(lldb::tid_t, SBBreakpointLocation, GetThreadID); in GetThreadID()
406 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointLocation, IsResolved); in IsResolved()
444 LLDB_RECORD_METHOD_NO_ARGS(lldb::break_id_t, SBBreakpointLocation, GetID); in GetID()
[all …]
DSBFunction.cpp151 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBFunction, GetStartAddress); in GetStartAddress()
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBFunction, GetEndAddress); in GetEndAddress()
193 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBFunction, GetPrologueByteSize); in GetPrologueByteSize()
201 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBFunction, GetType); in GetType()
213 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBFunction, GetBlock); in GetBlock()
222 LLDB_RECORD_METHOD_NO_ARGS(lldb::LanguageType, SBFunction, GetLanguage); in GetLanguage()
232 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFunction, GetIsOptimized); in GetIsOptimized()
DSBSymbol.cpp150 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBSymbol, GetStartAddress); in GetStartAddress()
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBSymbol, GetEndAddress); in GetEndAddress()
174 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBSymbol, GetPrologueByteSize); in GetPrologueByteSize()
182 LLDB_RECORD_METHOD_NO_ARGS(lldb::SymbolType, SBSymbol, GetType); in GetType()
190 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsExternal); in IsExternal()
198 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsSynthetic); in IsSynthetic()
DSBSymbolContext.cpp70 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBModule, SBSymbolContext, GetModule); in GetModule()
83 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBCompileUnit, SBSymbolContext, in GetCompileUnit()
91 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBSymbolContext, GetFunction); in GetFunction()
104 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBSymbolContext, GetBlock); in GetBlock()
111 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBLineEntry, SBSymbolContext, GetLineEntry); in GetLineEntry()
121 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSymbol, SBSymbolContext, GetSymbol); in GetSymbol()
DSBCommandInterpreter.cpp132 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, IsActive); in IsActive()
353 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCommands); in HasCommands()
359 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasAliases); in HasAliases()
365 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasAliasOptions); in HasAliasOptions()
371 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBCommandInterpreter, GetProcess); in GetProcess()
388 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBDebugger, SBCommandInterpreter, in GetDebugger()
399 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, GetPromptOnQuit); in GetPromptOnQuit()
420 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCustomQuitExitCode); in HasCustomQuitExitCode()
429 LLDB_RECORD_METHOD_NO_ARGS(int, SBCommandInterpreter, GetQuitStatus); in GetQuitStatus()
519 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBroadcaster, SBCommandInterpreter, in GetBroadcaster()
[all …]
DSBCommandReturnObject.cpp93 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommandReturnObject, GetOutput); in GetOutput()
100 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommandReturnObject, GetError); in GetError()
107 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetOutputSize); in GetOutputSize()
113 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetErrorSize); in GetErrorSize()
169 LLDB_RECORD_METHOD_NO_ARGS(void, SBCommandReturnObject, Clear); in Clear()
175 LLDB_RECORD_METHOD_NO_ARGS(lldb::ReturnStatus, SBCommandReturnObject, in GetStatus()
189 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandReturnObject, Succeeded); in Succeeded()
195 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandReturnObject, HasResult); in HasResult()
DSBExpressionOptions.cpp188 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetGenerateDebugInfo); in GetGenerateDebugInfo()
201 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, in GetSuppressPersistentResult()
229 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAutoApplyFixIts); in GetAutoApplyFixIts()
241 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBExpressionOptions, in GetRetriesWithFixIts()
255 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetTopLevel); in GetTopLevel()
268 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAllowJIT); in GetAllowJIT()
DSBQueue.cpp259 LLDB_RECORD_METHOD_NO_ARGS(void, SBQueue, Clear); in Clear()
288 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBQueue, GetNumThreads); in GetNumThreads()
302 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBQueue, GetNumPendingItems); in GetNumPendingItems()
315 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBQueue, GetNumRunningItems); in GetNumRunningItems()
321 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBQueue, GetProcess); in GetProcess()
327 LLDB_RECORD_METHOD_NO_ARGS(lldb::QueueKind, SBQueue, GetKind); in GetKind()
DSBTypeSummary.cpp38 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSummaryOptions, IsValid); in IsValid()
48 LLDB_RECORD_METHOD_NO_ARGS(lldb::LanguageType, SBTypeSummaryOptions, in GetLanguage()
57 LLDB_RECORD_METHOD_NO_ARGS(lldb::TypeSummaryCapping, SBTypeSummaryOptions, in GetCapping()
208 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSummary, IsFunctionCode); in IsFunctionCode()
221 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSummary, IsFunctionName); in IsFunctionName()
234 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSummary, IsSummaryString); in IsSummaryString()
243 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTypeSummary, GetData); in GetData()
261 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeSummary, GetOptions); in GetOptions()
DSBTypeSynthetic.cpp66 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSynthetic, IsClassCode); in IsClassCode()
75 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSynthetic, IsClassName); in IsClassName()
83 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTypeSynthetic, GetData); in GetData()
108 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeSynthetic, GetOptions); in GetOptions()
DSBProcess.cpp88 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetPluginName); in GetPluginName()
98 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetShortPluginName); in GetShortPluginName()
112 LLDB_RECORD_METHOD_NO_ARGS(void, SBProcess, Clear); in Clear()
194 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcess, GetNumThreads); in GetNumThreads()
449 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcess, GetNumQueues); in GetNumQueues()
519 LLDB_RECORD_METHOD_NO_ARGS(lldb::StateType, SBProcess, GetState); in GetState()
533 LLDB_RECORD_METHOD_NO_ARGS(int, SBProcess, GetExitStatus); in GetExitStatus()
547 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetExitDescription); in GetExitDescription()
560 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBProcess, GetProcessID); in GetProcessID()
571 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcess, GetUniqueID); in GetUniqueID()
[all …]
DSBInstruction.cpp95 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, IsValid); in IsValid()
105 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBInstruction, GetAddress); in GetAddress()
175 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBInstruction, GetByteSize); in GetByteSize()
199 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, DoesBranch); in DoesBranch()
208 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, HasDelaySlot); in HasDelaySlot()
217 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, CanSetBreakpoint); in CanSetBreakpoint()

123