Home
last modified time | relevance | path

Searched refs:dwarf_version (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py178 remote=None, dwarf_version=None, argument
214 skip_for_dwarf_version = (dwarf_version is None) or (
215 _check_expected_version(dwarf_version[0], dwarf_version[1],
233 (dwarf_version, skip_for_dwarf_version, "dwarf version"),
278 remote=None, dwarf_version=None, argument
288 remote=remote,dwarf_version=dwarf_version,
305 remote=None, dwarf_version=None, argument
315 remote=remote, dwarf_version=dwarf_version,
H A Dconfiguration.py51 dwarf_version = 0 variable
H A Ddotest.py333 if args.dwarf_version:
334 configuration.dwarf_version = args.dwarf_version
337 os.environ['CFLAGS'] = '-gdwarf-{}'.format(configuration.dwarf_version)
H A Dlldbtest.py1297 if configuration.dwarf_version:
1298 return str(configuration.dwarf_version)
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/
H A DTestAmbiguousTailCallSeq2.py5 decorators.skipIf(dwarf_version=['<', '4'])]
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/
H A DTestAmbiguousTailCallSeq1.py5 decorators.skipIf(dwarf_version=['<', '4'])]
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/
H A DTestArtificialFrameStepOutMessage.py5 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/
H A DTestDisambiguateCallSite.py5 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/
H A DTestDisambiguateTailCallSeq.py5 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/
H A DTestDisambiguatePathsToCommonSink.py5 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/
H A DTestInliningAndTailCalls.py5 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A DTestBasicEntryValues.py9 skipIf(dwarf_version=['<', '4'])]
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/
H A DTestUnambiguousTailCalls.py6 decorators.skipIf(dwarf_version=['<', '4']),
/llvm-project-15.0.7/lldb/test/API/commands/expression/scoped_enums/
H A DTestScopedEnumType.py11 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_dso/
H A DTestCrossDSOTailCalls.py17 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_object/
H A DTestCrossObjectTailCalls.py17 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/lang/cpp/enum_types/
H A DTestCPP11EnumTypes.py38 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/sbapi_support/
H A DTestTailCallFrameSBAPI.py13 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/
H A DTestObjCIvarsInBlocks.py20 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/lang/cpp/template/
H A DTestTemplateArgs.py114 @skipIf(dwarf_version=['<', '4'])
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py152 if configuration.dwarf_version >= 4: