Home
last modified time | relevance | path

Searched refs:LLDB_REGISTER_METHOD_CONST (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp262 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
266 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
270 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
274 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
278 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
282 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
286 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
290 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
294 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreterRunOptions, in RegisterMethods()
308 LLDB_REGISTER_METHOD_CONST(int, SBCommandInterpreterRunResult, in RegisterMethods()
[all …]
H A DSBStructuredData.cpp221 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, IsValid, ()); in RegisterMethods()
222 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, operator bool, ()); in RegisterMethods()
224 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in RegisterMethods()
226 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetDescription, in RegisterMethods()
228 LLDB_REGISTER_METHOD_CONST(lldb::StructuredDataType, SBStructuredData, in RegisterMethods()
230 LLDB_REGISTER_METHOD_CONST(size_t, SBStructuredData, GetSize, ()); in RegisterMethods()
231 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetKeys, in RegisterMethods()
233 LLDB_REGISTER_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in RegisterMethods()
235 LLDB_REGISTER_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in RegisterMethods()
237 LLDB_REGISTER_METHOD_CONST(uint64_t, SBStructuredData, GetIntegerValue, in RegisterMethods()
[all …]
H A DSBUnixSignals.cpp185 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, IsValid, ()); in RegisterMethods()
186 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, operator bool, ()); in RegisterMethods()
187 LLDB_REGISTER_METHOD_CONST(const char *, SBUnixSignals, GetSignalAsCString, in RegisterMethods()
189 LLDB_REGISTER_METHOD_CONST(int32_t, SBUnixSignals, GetSignalNumberFromName, in RegisterMethods()
191 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldSuppress, in RegisterMethods()
195 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldStop, (int32_t)); in RegisterMethods()
197 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldNotify, (int32_t)); in RegisterMethods()
199 LLDB_REGISTER_METHOD_CONST(int32_t, SBUnixSignals, GetNumSignals, ()); in RegisterMethods()
200 LLDB_REGISTER_METHOD_CONST(int32_t, SBUnixSignals, GetSignalAtIndex, in RegisterMethods()
H A DSBCompileUnit.cpp251 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, GetFileSpec, in RegisterMethods()
253 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, GetNumLineEntries, ()); in RegisterMethods()
254 LLDB_REGISTER_METHOD_CONST(lldb::SBLineEntry, SBCompileUnit, in RegisterMethods()
256 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in RegisterMethods()
258 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, FindLineEntryIndex, in RegisterMethods()
260 LLDB_REGISTER_METHOD_CONST(uint32_t, SBCompileUnit, GetNumSupportFiles, ()); in RegisterMethods()
262 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, in RegisterMethods()
267 LLDB_REGISTER_METHOD_CONST(bool, SBCompileUnit, IsValid, ()); in RegisterMethods()
268 LLDB_REGISTER_METHOD_CONST(bool, SBCompileUnit, operator bool, ()); in RegisterMethods()
269 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
[all …]
H A DSBVariablesOptions.cpp247 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, IsValid, ()); in RegisterMethods()
248 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, operator bool, ()); in RegisterMethods()
249 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeArguments, in RegisterMethods()
252 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, in RegisterMethods()
257 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeLocals, ()); in RegisterMethods()
259 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeStatics, ()); in RegisterMethods()
261 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetInScopeOnly, ()); in RegisterMethods()
263 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, in RegisterMethods()
267 LLDB_REGISTER_METHOD_CONST(lldb::DynamicValueType, SBVariablesOptions, in RegisterMethods()
H A DSBLineEntry.cpp201 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBLineEntry, GetStartAddress, in RegisterMethods()
203 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBLineEntry, GetEndAddress, ()); in RegisterMethods()
204 LLDB_REGISTER_METHOD_CONST(bool, SBLineEntry, IsValid, ()); in RegisterMethods()
205 LLDB_REGISTER_METHOD_CONST(bool, SBLineEntry, operator bool, ()); in RegisterMethods()
206 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBLineEntry, GetFileSpec, ()); in RegisterMethods()
207 LLDB_REGISTER_METHOD_CONST(uint32_t, SBLineEntry, GetLine, ()); in RegisterMethods()
208 LLDB_REGISTER_METHOD_CONST(uint32_t, SBLineEntry, GetColumn, ()); in RegisterMethods()
212 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
214 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
H A DSBFileSpec.cpp202 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
204 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
206 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, IsValid, ()); in RegisterMethods()
207 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, operator bool, ()); in RegisterMethods()
208 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ()); in RegisterMethods()
212 LLDB_REGISTER_METHOD_CONST(const char *, SBFileSpec, GetFilename, ()); in RegisterMethods()
213 LLDB_REGISTER_METHOD_CONST(const char *, SBFileSpec, GetDirectory, ()); in RegisterMethods()
216 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, GetDescription, in RegisterMethods()
H A DSBError.cpp196 LLDB_REGISTER_METHOD_CONST(const char *, SBError, GetCString, ()); in RegisterMethods()
198 LLDB_REGISTER_METHOD_CONST(bool, SBError, Fail, ()); in RegisterMethods()
199 LLDB_REGISTER_METHOD_CONST(bool, SBError, Success, ()); in RegisterMethods()
200 LLDB_REGISTER_METHOD_CONST(uint32_t, SBError, GetError, ()); in RegisterMethods()
201 LLDB_REGISTER_METHOD_CONST(lldb::ErrorType, SBError, GetType, ()); in RegisterMethods()
206 LLDB_REGISTER_METHOD_CONST(bool, SBError, IsValid, ()); in RegisterMethods()
207 LLDB_REGISTER_METHOD_CONST(bool, SBError, operator bool, ()); in RegisterMethods()
H A DSBExpressionOptions.cpp299 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetCoerceResultToId, in RegisterMethods()
303 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetUnwindOnError, ()); in RegisterMethods()
305 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetIgnoreBreakpoints, in RegisterMethods()
309 LLDB_REGISTER_METHOD_CONST(lldb::DynamicValueType, SBExpressionOptions, in RegisterMethods()
313 LLDB_REGISTER_METHOD_CONST(uint32_t, SBExpressionOptions, in RegisterMethods()
317 LLDB_REGISTER_METHOD_CONST(uint32_t, SBExpressionOptions, in RegisterMethods()
321 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTryAllThreads, ()); in RegisterMethods()
323 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetStopOthers, ()); in RegisterMethods()
325 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTrapExceptions, in RegisterMethods()
337 LLDB_REGISTER_METHOD_CONST(const char *, SBExpressionOptions, GetPrefix, in RegisterMethods()
H A DSBDeclaration.cpp189 LLDB_REGISTER_METHOD_CONST(bool, SBDeclaration, IsValid, ()); in RegisterMethods()
190 LLDB_REGISTER_METHOD_CONST(bool, SBDeclaration, operator bool, ()); in RegisterMethods()
191 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBDeclaration, GetFileSpec, in RegisterMethods()
193 LLDB_REGISTER_METHOD_CONST(uint32_t, SBDeclaration, GetLine, ()); in RegisterMethods()
194 LLDB_REGISTER_METHOD_CONST(uint32_t, SBDeclaration, GetColumn, ()); in RegisterMethods()
198 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
200 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
H A DSBSymbol.cpp212 LLDB_REGISTER_METHOD_CONST(bool, SBSymbol, IsValid, ()); in RegisterMethods()
213 LLDB_REGISTER_METHOD_CONST(bool, SBSymbol, operator bool, ()); in RegisterMethods()
214 LLDB_REGISTER_METHOD_CONST(const char *, SBSymbol, GetName, ()); in RegisterMethods()
215 LLDB_REGISTER_METHOD_CONST(const char *, SBSymbol, GetDisplayName, ()); in RegisterMethods()
216 LLDB_REGISTER_METHOD_CONST(const char *, SBSymbol, GetMangledName, ()); in RegisterMethods()
217 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
219 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
H A DSBBroadcaster.cpp196 LLDB_REGISTER_METHOD_CONST(const char *, SBBroadcaster, GetName, ()); in RegisterMethods()
201 LLDB_REGISTER_METHOD_CONST(bool, SBBroadcaster, IsValid, ()); in RegisterMethods()
202 LLDB_REGISTER_METHOD_CONST(bool, SBBroadcaster, operator bool, ()); in RegisterMethods()
204 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
206 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
208 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
H A DSBFunction.cpp248 LLDB_REGISTER_METHOD_CONST(bool, SBFunction, IsValid, ()); in RegisterMethods()
249 LLDB_REGISTER_METHOD_CONST(bool, SBFunction, operator bool, ()); in RegisterMethods()
250 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetName, ()); in RegisterMethods()
251 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetDisplayName, ()); in RegisterMethods()
252 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetMangledName, ()); in RegisterMethods()
253 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
255 LLDB_REGISTER_METHOD_CONST( in RegisterMethods()
H A DSBEvent.cpp221 LLDB_REGISTER_METHOD_CONST(uint32_t, SBEvent, GetType, ()); in RegisterMethods()
222 LLDB_REGISTER_METHOD_CONST(lldb::SBBroadcaster, SBEvent, GetBroadcaster, in RegisterMethods()
224 LLDB_REGISTER_METHOD_CONST(const char *, SBEvent, GetBroadcasterClass, ()); in RegisterMethods()
230 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, IsValid, ()); in RegisterMethods()
231 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, operator bool, ()); in RegisterMethods()
235 LLDB_REGISTER_METHOD_CONST(bool, SBEvent, GetDescription, in RegisterMethods()
H A DSBQueueItem.cpp126 LLDB_REGISTER_METHOD_CONST(bool, SBQueueItem, IsValid, ()); in RegisterMethods()
127 LLDB_REGISTER_METHOD_CONST(bool, SBQueueItem, operator bool, ()); in RegisterMethods()
131 LLDB_REGISTER_METHOD_CONST(lldb::QueueItemKind, SBQueueItem, GetKind, ()); in RegisterMethods()
133 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBQueueItem, GetAddress, ()); in RegisterMethods()
H A DSBValueList.cpp213 LLDB_REGISTER_METHOD_CONST(bool, SBValueList, IsValid, ()); in RegisterMethods()
214 LLDB_REGISTER_METHOD_CONST(bool, SBValueList, operator bool, ()); in RegisterMethods()
221 LLDB_REGISTER_METHOD_CONST(lldb::SBValue, SBValueList, GetValueAtIndex, in RegisterMethods()
223 LLDB_REGISTER_METHOD_CONST(uint32_t, SBValueList, GetSize, ()); in RegisterMethods()
226 LLDB_REGISTER_METHOD_CONST(lldb::SBValue, SBValueList, GetFirstValueByName, in RegisterMethods()
H A DSBStringList.cpp148 LLDB_REGISTER_METHOD_CONST(bool, SBStringList, IsValid, ()); in RegisterMethods()
149 LLDB_REGISTER_METHOD_CONST(bool, SBStringList, operator bool, ()); in RegisterMethods()
154 LLDB_REGISTER_METHOD_CONST(uint32_t, SBStringList, GetSize, ()); in RegisterMethods()
157 LLDB_REGISTER_METHOD_CONST(const char *, SBStringList, GetStringAtIndex, in RegisterMethods()
H A DSBBlock.cpp356 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsValid, ()); in RegisterMethods()
357 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, operator bool, ()); in RegisterMethods()
358 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsInlined, ()); in RegisterMethods()
359 LLDB_REGISTER_METHOD_CONST(const char *, SBBlock, GetInlinedName, ()); in RegisterMethods()
360 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBBlock, in RegisterMethods()
362 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBlock, GetInlinedCallSiteLine, ()); in RegisterMethods()
363 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBlock, GetInlinedCallSiteColumn, ()); in RegisterMethods()
H A DSBExecutionContext.cpp152 LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBExecutionContext, GetTarget, in RegisterMethods()
154 LLDB_REGISTER_METHOD_CONST(lldb::SBProcess, SBExecutionContext, GetProcess, in RegisterMethods()
156 LLDB_REGISTER_METHOD_CONST(lldb::SBThread, SBExecutionContext, GetThread, in RegisterMethods()
158 LLDB_REGISTER_METHOD_CONST(lldb::SBFrame, SBExecutionContext, GetFrame, ()); in RegisterMethods()
H A DSBFrame.cpp1301 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsValid, ()); in RegisterMethods()
1302 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, operator bool, ()); in RegisterMethods()
1313 LLDB_REGISTER_METHOD_CONST(uint32_t, SBFrame, GetFrameID, ()); in RegisterMethods()
1314 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBFrame, GetCFA, ()); in RegisterMethods()
1315 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBFrame, GetPC, ()); in RegisterMethods()
1317 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBFrame, GetSP, ()); in RegisterMethods()
1318 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBFrame, GetFP, ()); in RegisterMethods()
1334 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
1336 LLDB_REGISTER_METHOD_CONST(bool, in RegisterMethods()
1358 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsInlined, ()); in RegisterMethods()
[all …]
H A DSBFile.cpp151 LLDB_REGISTER_METHOD_CONST(bool, SBFile, IsValid, ()); in RegisterMethods()
152 LLDB_REGISTER_METHOD_CONST(bool, SBFile, operator bool,()); in RegisterMethods()
153 LLDB_REGISTER_METHOD_CONST(bool, SBFile, operator!,()); in RegisterMethods()
154 LLDB_REGISTER_METHOD_CONST(FileSP, SBFile, GetFile, ()); in RegisterMethods()
H A DSBBreakpointName.cpp716 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, IsValid, ()); in RegisterMethods()
717 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, operator bool, ()); in RegisterMethods()
718 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetName, ()); in RegisterMethods()
722 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, IsOneShot, ()); in RegisterMethods()
724 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpointName, GetIgnoreCount, ()); in RegisterMethods()
732 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpointName, GetThreadIndex, ()); in RegisterMethods()
734 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetThreadName, in RegisterMethods()
737 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetQueueName, in RegisterMethods()
743 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetHelpString, in RegisterMethods()
754 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, GetAllowList, ()); in RegisterMethods()
H A DSBSymbolContextList.cpp129 LLDB_REGISTER_METHOD_CONST(uint32_t, SBSymbolContextList, GetSize, ()); in RegisterMethods()
137 LLDB_REGISTER_METHOD_CONST(bool, SBSymbolContextList, IsValid, ()); in RegisterMethods()
138 LLDB_REGISTER_METHOD_CONST(bool, SBSymbolContextList, operator bool, ()); in RegisterMethods()
H A DSBQueue.cpp341 LLDB_REGISTER_METHOD_CONST(bool, SBQueue, IsValid, ()); in RegisterMethods()
342 LLDB_REGISTER_METHOD_CONST(bool, SBQueue, operator bool, ()); in RegisterMethods()
344 LLDB_REGISTER_METHOD_CONST(lldb::queue_id_t, SBQueue, GetQueueID, ()); in RegisterMethods()
345 LLDB_REGISTER_METHOD_CONST(uint32_t, SBQueue, GetIndexID, ()); in RegisterMethods()
346 LLDB_REGISTER_METHOD_CONST(const char *, SBQueue, GetName, ()); in RegisterMethods()
H A DSBBreakpoint.cpp1000 LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBBreakpoint, GetTarget, ()); in RegisterMethods()
1001 LLDB_REGISTER_METHOD_CONST(lldb::break_id_t, SBBreakpoint, GetID, ()); in RegisterMethods()
1002 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsValid, ()); in RegisterMethods()
1003 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, operator bool, ()); in RegisterMethods()
1016 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsOneShot, ()); in RegisterMethods()
1023 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetHitCount, ()); in RegisterMethods()
1024 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetIgnoreCount, ()); in RegisterMethods()
1028 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetThreadIndex, ()); in RegisterMethods()
1035 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumLocations, ()); in RegisterMethods()
1074 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsHardware, ()); in RegisterMethods()
[all …]

123