| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 272 LLDB_REGISTER_METHOD(lldb::SBAttachInfo &, in RegisterMethods() 276 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetResumeCount, ()); in RegisterMethods() 279 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetProcessPluginName, in RegisterMethods() 283 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetWaitForLaunch, ()); in RegisterMethods() 286 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GetIgnoreExisting, ()); in RegisterMethods() 288 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetUserID, ()); in RegisterMethods() 289 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetGroupID, ()); in RegisterMethods() 290 LLDB_REGISTER_METHOD(bool, SBAttachInfo, UserIDIsValid, ()); in RegisterMethods() 291 LLDB_REGISTER_METHOD(bool, SBAttachInfo, GroupIDIsValid, ()); in RegisterMethods() 292 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetUserID, (uint32_t)); in RegisterMethods() [all …]
|
| H A D | SBLaunchInfo.cpp | 404 LLDB_REGISTER_METHOD(SBLaunchInfo &, in RegisterMethods() 407 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetUserID, ()); in RegisterMethods() 408 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetGroupID, ()); in RegisterMethods() 409 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, UserIDIsValid, ()); in RegisterMethods() 410 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, GroupIDIsValid, ()); in RegisterMethods() 414 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetExecutableFile, in RegisterMethods() 421 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetArguments, in RegisterMethods() 428 LLDB_REGISTER_METHOD(void, SBLaunchInfo, Clear, ()); in RegisterMethods() 447 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddOpenFileAction, in RegisterMethods() 451 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetLaunchEventData, in RegisterMethods() [all …]
|
| H A D | SBType.cpp | 935 LLDB_REGISTER_METHOD(lldb::SBType &, in RegisterMethods() 940 LLDB_REGISTER_METHOD(bool, SBType, IsPointerType, ()); in RegisterMethods() 941 LLDB_REGISTER_METHOD(bool, SBType, IsArrayType, ()); in RegisterMethods() 942 LLDB_REGISTER_METHOD(bool, SBType, IsVectorType, ()); in RegisterMethods() 952 LLDB_REGISTER_METHOD(bool, SBType, IsFunctionType, ()); in RegisterMethods() 954 LLDB_REGISTER_METHOD(bool, SBType, IsTypedefType, ()); in RegisterMethods() 971 LLDB_REGISTER_METHOD(bool, SBType, GetDescription, in RegisterMethods() 994 LLDB_REGISTER_METHOD(bool, SBTypeList, IsValid, ()); in RegisterMethods() 996 LLDB_REGISTER_METHOD(lldb::SBTypeList &, in RegisterMethods() 1003 LLDB_REGISTER_METHOD(lldb::SBTypeMember &, in RegisterMethods() [all …]
|
| H A D | SBCommandReturnObject.cpp | 379 LLDB_REGISTER_METHOD( in RegisterMethods() 394 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, Clear, ()); in RegisterMethods() 397 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, SetStatus, in RegisterMethods() 399 LLDB_REGISTER_METHOD(bool, SBCommandReturnObject, Succeeded, ()); in RegisterMethods() 400 LLDB_REGISTER_METHOD(bool, SBCommandReturnObject, HasResult, ()); in RegisterMethods() 401 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, AppendMessage, in RegisterMethods() 403 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, AppendWarning, in RegisterMethods() 405 LLDB_REGISTER_METHOD(bool, SBCommandReturnObject, GetDescription, in RegisterMethods() 423 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, PutCString, in RegisterMethods() 425 LLDB_REGISTER_METHOD(const char *, SBCommandReturnObject, GetOutput, in RegisterMethods() [all …]
|
| H A D | SBExpressionOptions.cpp | 296 LLDB_REGISTER_METHOD( in RegisterMethods() 301 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetCoerceResultToId, in RegisterMethods() 307 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, in RegisterMethods() 311 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetFetchDynamicValue, in RegisterMethods() 319 LLDB_REGISTER_METHOD(void, SBExpressionOptions, in RegisterMethods() 328 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetLanguage, in RegisterMethods() 331 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, in RegisterMethods() 342 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetTopLevel, ()); in RegisterMethods() 343 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTopLevel, (bool)); in RegisterMethods() 344 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAllowJIT, ()); in RegisterMethods() [all …]
|
| H A D | SBPlatform.cpp | 711 LLDB_REGISTER_METHOD( in RegisterMethods() 731 LLDB_REGISTER_METHOD( in RegisterMethods() 740 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, in RegisterMethods() 758 LLDB_REGISTER_METHOD(SBPlatform &, in RegisterMethods() 762 LLDB_REGISTER_METHOD(void, SBPlatform, Clear, ()); in RegisterMethods() 769 LLDB_REGISTER_METHOD(bool, SBPlatform, IsConnected, ()); in RegisterMethods() 777 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Get, in RegisterMethods() 779 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Put, in RegisterMethods() 781 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Install, in RegisterMethods() 783 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Run, in RegisterMethods() [all …]
|
| H A D | SBModuleSpec.cpp | 254 LLDB_REGISTER_METHOD(const lldb::SBModuleSpec &, in RegisterMethods() 258 LLDB_REGISTER_METHOD(void, SBModuleSpec, Clear, ()); in RegisterMethods() 260 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetFileSpec, in RegisterMethods() 267 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetSymbolFileSpec, in RegisterMethods() 274 LLDB_REGISTER_METHOD(bool, SBModuleSpec, GetDescription, in RegisterMethods() 279 LLDB_REGISTER_METHOD( in RegisterMethods() 284 LLDB_REGISTER_METHOD(void, SBModuleSpecList, Append, in RegisterMethods() 286 LLDB_REGISTER_METHOD(void, SBModuleSpecList, Append, in RegisterMethods() 288 LLDB_REGISTER_METHOD(size_t, SBModuleSpecList, GetSize, ()); in RegisterMethods() 291 LLDB_REGISTER_METHOD(lldb::SBModuleSpec, SBModuleSpecList, in RegisterMethods() [all …]
|
| H A D | SBProcessInfo.cpp | 204 LLDB_REGISTER_METHOD( in RegisterMethods() 209 LLDB_REGISTER_METHOD(const char *, SBProcessInfo, GetName, ()); in RegisterMethods() 212 LLDB_REGISTER_METHOD(lldb::pid_t, SBProcessInfo, GetProcessID, ()); in RegisterMethods() 213 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetUserID, ()); in RegisterMethods() 214 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetGroupID, ()); in RegisterMethods() 215 LLDB_REGISTER_METHOD(bool, SBProcessInfo, UserIDIsValid, ()); in RegisterMethods() 216 LLDB_REGISTER_METHOD(bool, SBProcessInfo, GroupIDIsValid, ()); in RegisterMethods() 217 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveUserID, ()); in RegisterMethods() 218 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveGroupID, ()); in RegisterMethods() 219 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveUserIDIsValid, ()); in RegisterMethods() [all …]
|
| H A D | SBTypeCategory.cpp | 664 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetEnabled, ()); in RegisterMethods() 670 LLDB_REGISTER_METHOD(void, SBTypeCategory, AddLanguage, in RegisterMethods() 680 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, in RegisterMethods() 686 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, in RegisterMethods() 688 LLDB_REGISTER_METHOD(bool, SBTypeCategory, AddTypeSummary, in RegisterMethods() 706 LLDB_REGISTER_METHOD(bool, SBTypeCategory, AddTypeFormat, in RegisterMethods() 712 LLDB_REGISTER_METHOD(bool, SBTypeCategory, AddTypeFilter, in RegisterMethods() 716 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetDescription, in RegisterMethods() 718 LLDB_REGISTER_METHOD( in RegisterMethods() 721 LLDB_REGISTER_METHOD(bool, in RegisterMethods() [all …]
|
| H A D | SBCommandInterpreter.cpp | 760 LLDB_REGISTER_METHOD( in RegisterMethods() 771 LLDB_REGISTER_METHOD(const char *, SBCommandInterpreter, in RegisterMethods() 787 LLDB_REGISTER_METHOD(int, SBCommandInterpreter, in RegisterMethods() 791 LLDB_REGISTER_METHOD(int, SBCommandInterpreter, in RegisterMethods() 795 LLDB_REGISTER_METHOD( in RegisterMethods() 812 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, in RegisterMethods() 815 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, in RegisterMethods() 818 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, in RegisterMethods() 836 LLDB_REGISTER_METHOD( in RegisterMethods() 846 LLDB_REGISTER_METHOD(bool, SBCommand, IsValid, ()); in RegisterMethods() [all …]
|
| H A D | SBBreakpointLocation.cpp | 481 LLDB_REGISTER_METHOD( in RegisterMethods() 490 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsEnabled, ()); in RegisterMethods() 493 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetIgnoreCount, in RegisterMethods() 495 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCondition, in RegisterMethods() 504 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointLocation, in RegisterMethods() 510 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadID, in RegisterMethods() 513 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadIndex, in RegisterMethods() 517 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadName, in RegisterMethods() 521 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetQueueName, in RegisterMethods() 526 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetDescription, in RegisterMethods() [all …]
|
| H A D | SBValue.cpp | 1554 LLDB_REGISTER_METHOD(lldb::SBValue &, in RegisterMethods() 1556 LLDB_REGISTER_METHOD(bool, SBValue, IsValid, ()); in RegisterMethods() 1558 LLDB_REGISTER_METHOD(void, SBValue, Clear, ()); in RegisterMethods() 1564 LLDB_REGISTER_METHOD(size_t, SBValue, GetByteSize, ()); in RegisterMethods() 1565 LLDB_REGISTER_METHOD(bool, SBValue, IsInScope, ()); in RegisterMethods() 1572 LLDB_REGISTER_METHOD(const char *, SBValue, GetSummary, in RegisterMethods() 1587 LLDB_REGISTER_METHOD( in RegisterMethods() 1613 LLDB_REGISTER_METHOD(bool, SBValue, IsDynamic, ()); in RegisterMethods() 1614 LLDB_REGISTER_METHOD(bool, SBValue, IsSynthetic, ()); in RegisterMethods() 1638 LLDB_REGISTER_METHOD(bool, SBValue, GetExpressionPath, in RegisterMethods() [all …]
|
| H A D | SBSection.cpp | 299 LLDB_REGISTER_METHOD(const lldb::SBSection &, in RegisterMethods() 303 LLDB_REGISTER_METHOD(const char *, SBSection, GetName, ()); in RegisterMethods() 304 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetParent, ()); in RegisterMethods() 305 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, FindSubSection, in RegisterMethods() 307 LLDB_REGISTER_METHOD(size_t, SBSection, GetNumSubSections, ()); in RegisterMethods() 311 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetLoadAddress, in RegisterMethods() 313 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetByteSize, ()); in RegisterMethods() 314 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileOffset, ()); in RegisterMethods() 315 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileByteSize, ()); in RegisterMethods() 317 LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, in RegisterMethods() [all …]
|
| H A D | SBEnvironment.cpp | 139 LLDB_REGISTER_METHOD(const lldb::SBEnvironment &, in RegisterMethods() 141 LLDB_REGISTER_METHOD(size_t, SBEnvironment, GetNumValues, ()); in RegisterMethods() 142 LLDB_REGISTER_METHOD(const char *, SBEnvironment, Get, (const char *)); in RegisterMethods() 143 LLDB_REGISTER_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t)); in RegisterMethods() 144 LLDB_REGISTER_METHOD(const char *, SBEnvironment, GetValueAtIndex, (size_t)); in RegisterMethods() 145 LLDB_REGISTER_METHOD(bool, SBEnvironment, Set, in RegisterMethods() 147 LLDB_REGISTER_METHOD(bool, SBEnvironment, Unset, (const char *)); in RegisterMethods() 148 LLDB_REGISTER_METHOD(lldb::SBStringList, SBEnvironment, GetEntries, ()); in RegisterMethods() 149 LLDB_REGISTER_METHOD(void, SBEnvironment, PutEntry, (const char *)); in RegisterMethods() 150 LLDB_REGISTER_METHOD(void, SBEnvironment, SetEntries, in RegisterMethods() [all …]
|
| H A D | SBDebugger.cpp | 1740 LLDB_REGISTER_METHOD(lldb::SBDebugger &, in RegisterMethods() 1746 LLDB_REGISTER_METHOD(void, SBDebugger, Clear, ()); in RegisterMethods() 1760 LLDB_REGISTER_METHOD(bool, SBDebugger, GetAsync, ()); in RegisterMethods() 1776 LLDB_REGISTER_METHOD( in RegisterMethods() 1779 LLDB_REGISTER_METHOD( in RegisterMethods() 1782 LLDB_REGISTER_METHOD( in RegisterMethods() 1799 LLDB_REGISTER_METHOD( in RegisterMethods() 1802 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, in RegisterMethods() 1829 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBDebugger, in RegisterMethods() 1833 LLDB_REGISTER_METHOD(void, SBDebugger, PushInputReader, in RegisterMethods() [all …]
|
| H A D | SBTypeFilter.cpp | 204 LLDB_REGISTER_METHOD(uint32_t, SBTypeFilter, GetOptions, ()); in RegisterMethods() 205 LLDB_REGISTER_METHOD(void, SBTypeFilter, SetOptions, (uint32_t)); in RegisterMethods() 206 LLDB_REGISTER_METHOD(bool, SBTypeFilter, GetDescription, in RegisterMethods() 208 LLDB_REGISTER_METHOD(void, SBTypeFilter, Clear, ()); in RegisterMethods() 209 LLDB_REGISTER_METHOD(uint32_t, SBTypeFilter, GetNumberOfExpressionPaths, in RegisterMethods() 211 LLDB_REGISTER_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex, in RegisterMethods() 213 LLDB_REGISTER_METHOD(bool, SBTypeFilter, ReplaceExpressionPathAtIndex, in RegisterMethods() 215 LLDB_REGISTER_METHOD(void, SBTypeFilter, AppendExpressionPath, in RegisterMethods() 217 LLDB_REGISTER_METHOD(lldb::SBTypeFilter &, in RegisterMethods() 219 LLDB_REGISTER_METHOD(bool, SBTypeFilter, operator==,(lldb::SBTypeFilter &)); in RegisterMethods() [all …]
|
| H A D | SBTypeSynthetic.cpp | 226 LLDB_REGISTER_METHOD(bool, SBTypeSynthetic, IsClassCode, ()); in RegisterMethods() 227 LLDB_REGISTER_METHOD(bool, SBTypeSynthetic, IsClassName, ()); in RegisterMethods() 228 LLDB_REGISTER_METHOD(const char *, SBTypeSynthetic, GetData, ()); in RegisterMethods() 229 LLDB_REGISTER_METHOD(void, SBTypeSynthetic, SetClassName, (const char *)); in RegisterMethods() 231 LLDB_REGISTER_METHOD(uint32_t, SBTypeSynthetic, GetOptions, ()); in RegisterMethods() 232 LLDB_REGISTER_METHOD(void, SBTypeSynthetic, SetOptions, (uint32_t)); in RegisterMethods() 233 LLDB_REGISTER_METHOD(bool, SBTypeSynthetic, GetDescription, in RegisterMethods() 235 LLDB_REGISTER_METHOD( in RegisterMethods() 238 LLDB_REGISTER_METHOD(bool, in RegisterMethods() 240 LLDB_REGISTER_METHOD(bool, SBTypeSynthetic, IsEqualTo, in RegisterMethods() [all …]
|
| H A D | SBThreadPlan.cpp | 467 LLDB_REGISTER_METHOD(const lldb::SBThreadPlan &, in RegisterMethods() 471 LLDB_REGISTER_METHOD(void, SBThreadPlan, Clear, ()); in RegisterMethods() 482 LLDB_REGISTER_METHOD(bool, SBThreadPlan, IsValid, ()); in RegisterMethods() 485 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 488 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 491 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 494 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 497 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 499 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() 502 LLDB_REGISTER_METHOD(lldb::SBThreadPlan, SBThreadPlan, in RegisterMethods() [all …]
|
| H A D | SBInstruction.cpp | 352 LLDB_REGISTER_METHOD( in RegisterMethods() 355 LLDB_REGISTER_METHOD(bool, SBInstruction, IsValid, ()); in RegisterMethods() 365 LLDB_REGISTER_METHOD(lldb::SBData, SBInstruction, GetData, in RegisterMethods() 367 LLDB_REGISTER_METHOD(bool, SBInstruction, DoesBranch, ()); in RegisterMethods() 368 LLDB_REGISTER_METHOD(bool, SBInstruction, HasDelaySlot, ()); in RegisterMethods() 370 LLDB_REGISTER_METHOD(bool, SBInstruction, GetDescription, in RegisterMethods() 372 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FILE *)); in RegisterMethods() 373 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (SBFile)); in RegisterMethods() 374 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FileSP)); in RegisterMethods() 375 LLDB_REGISTER_METHOD(bool, SBInstruction, EmulateWithFrame, in RegisterMethods() [all …]
|
| H A D | SBBreakpointName.cpp | 709 LLDB_REGISTER_METHOD( in RegisterMethods() 712 LLDB_REGISTER_METHOD( in RegisterMethods() 714 LLDB_REGISTER_METHOD( in RegisterMethods() 719 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetEnabled, (bool)); in RegisterMethods() 720 LLDB_REGISTER_METHOD(bool, SBBreakpointName, IsEnabled, ()); in RegisterMethods() 721 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetOneShot, (bool)); in RegisterMethods() 728 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAutoContinue, ()); in RegisterMethods() 746 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetDescription, in RegisterMethods() 755 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowList, (bool)); in RegisterMethods() 756 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDelete, ()); in RegisterMethods() [all …]
|
| H A D | SBSymbolContext.cpp | 242 LLDB_REGISTER_METHOD( in RegisterMethods() 247 LLDB_REGISTER_METHOD(lldb::SBModule, SBSymbolContext, GetModule, ()); in RegisterMethods() 250 LLDB_REGISTER_METHOD(lldb::SBFunction, SBSymbolContext, GetFunction, ()); in RegisterMethods() 251 LLDB_REGISTER_METHOD(lldb::SBBlock, SBSymbolContext, GetBlock, ()); in RegisterMethods() 253 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBSymbolContext, GetSymbol, ()); in RegisterMethods() 254 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetModule, (lldb::SBModule)); in RegisterMethods() 255 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetCompileUnit, in RegisterMethods() 257 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetFunction, in RegisterMethods() 259 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetBlock, (lldb::SBBlock)); in RegisterMethods() 260 LLDB_REGISTER_METHOD(void, SBSymbolContext, SetLineEntry, in RegisterMethods() [all …]
|
| H A D | SBCommandInterpreterRunOptions.cpp | 259 LLDB_REGISTER_METHOD(lldb::SBCommandInterpreterRunOptions &, in RegisterMethods() 268 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in RegisterMethods() 272 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in RegisterMethods() 276 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetEchoCommands, in RegisterMethods() 280 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, in RegisterMethods() 284 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetPrintResults, in RegisterMethods() 288 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetPrintErrors, in RegisterMethods() 292 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in RegisterMethods() 296 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, in RegisterMethods() 300 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetSpawnThread, in RegisterMethods() [all …]
|
| H A D | SBBreakpoint.cpp | 994 LLDB_REGISTER_METHOD(const lldb::SBBreakpoint &, in RegisterMethods() 996 LLDB_REGISTER_METHOD(bool, in RegisterMethods() 998 LLDB_REGISTER_METHOD(bool, in RegisterMethods() 1007 LLDB_REGISTER_METHOD(lldb::break_id_t, SBBreakpoint, in RegisterMethods() 1014 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsEnabled, ()); in RegisterMethods() 1017 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods() 1040 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription, in RegisterMethods() 1042 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription, in RegisterMethods() 1085 LLDB_REGISTER_METHOD(void, SBBreakpointList, Append, in RegisterMethods() 1087 LLDB_REGISTER_METHOD(void, SBBreakpointList, AppendByID, in RegisterMethods() [all …]
|
| H A D | SBWatchpoint.cpp | 315 LLDB_REGISTER_METHOD(const lldb::SBWatchpoint &, in RegisterMethods() 317 LLDB_REGISTER_METHOD(lldb::watch_id_t, SBWatchpoint, GetID, ()); in RegisterMethods() 324 LLDB_REGISTER_METHOD(lldb::SBError, SBWatchpoint, GetError, ()); in RegisterMethods() 327 LLDB_REGISTER_METHOD(size_t, SBWatchpoint, GetWatchSize, ()); in RegisterMethods() 328 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetEnabled, (bool)); in RegisterMethods() 329 LLDB_REGISTER_METHOD(bool, SBWatchpoint, IsEnabled, ()); in RegisterMethods() 330 LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetHitCount, ()); in RegisterMethods() 331 LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetIgnoreCount, ()); in RegisterMethods() 335 LLDB_REGISTER_METHOD(bool, SBWatchpoint, GetDescription, in RegisterMethods() 337 LLDB_REGISTER_METHOD(void, SBWatchpoint, Clear, ()); in RegisterMethods() [all …]
|
| H A D | SBTypeEnumMember.cpp | 208 LLDB_REGISTER_METHOD( in RegisterMethods() 213 LLDB_REGISTER_METHOD(const char *, SBTypeEnumMember, GetName, ()); in RegisterMethods() 214 LLDB_REGISTER_METHOD(int64_t, SBTypeEnumMember, GetValueAsSigned, ()); in RegisterMethods() 215 LLDB_REGISTER_METHOD(uint64_t, SBTypeEnumMember, GetValueAsUnsigned, ()); in RegisterMethods() 216 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeEnumMember, GetType, ()); in RegisterMethods() 220 LLDB_REGISTER_METHOD(bool, SBTypeEnumMemberList, IsValid, ()); in RegisterMethods() 222 LLDB_REGISTER_METHOD( in RegisterMethods() 225 LLDB_REGISTER_METHOD(void, SBTypeEnumMemberList, Append, in RegisterMethods() 227 LLDB_REGISTER_METHOD(lldb::SBTypeEnumMember, SBTypeEnumMemberList, in RegisterMethods() 229 LLDB_REGISTER_METHOD(uint32_t, SBTypeEnumMemberList, GetSize, ()); in RegisterMethods() [all …]
|