Home
last modified time | relevance | path

Searched refs:get_description (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A DTestLLDBIterator.py42 from lldbsuite.test.lldbutil import get_description
53 print("yours[%d]='%s'" % (i, get_description(yours[i])))
54 print("mine[%d]='%s'" % (i, get_description(mine[i])))
74 from lldbsuite.test.lldbutil import get_description
85 print("yours[%d]='%s'" % (i, get_description(yours[i])))
86 print("mine[%d]='%s'" % (i, get_description(mine[i])))
/llvm-project-15.0.7/lldb/test/API/functionalities/unused-inlined-parameters/
H A DTestUnusedInlinedParameters.py18 lldbutil.get_description(self.frame().FindVariable("unused1")))
21 lldbutil.get_description(self.frame().FindVariable("unused2")))
/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestDisasmAPI.py111 from lldbsuite.test.lldbutil import get_description
112 desc1 = get_description(sa1)
113 desc2 = get_description(sa2)
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py61 self.get_description()
315 def get_description(self): member in TargetAPITestCase
323 from lldbsuite.test.lldbutil import get_description
327 desc = get_description(target)
336 desc = get_description(target, option=lldb.eDescriptionLevelFull)
478 from lldbsuite.test.lldbutil import get_description
479 desc1 = get_description(symbol1)
480 desc2 = get_description(symbol2)
/llvm-project-15.0.7/lldb/test/API/lang/objc/print-obj/
H A DTestPrintObj.py71 print("selected thread:" + lldbutil.get_description(other_thread))
84 print("selected frame:" + lldbutil.get_description(frame))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py50 lldbutil.get_description(bp), bp.GetHitCount())
55 lldbutil.get_description(watch), watch.GetHitCount())
62 location = "\t".join([lldbutil.get_description(
H A Dlldbutil.py179 def get_description(obj, option=None): function
/llvm-project-15.0.7/lldb/utils/lui/
H A Dbreakwin.py73 text = lldbutil.get_description(bp)
89 desc = lldbutil.get_description(
H A Deventwin.py25 self.win.addstr(h - 1, 0, lldbutil.get_description(event))
H A Dsourcewin.py70 target = lldbutil.get_description(process.GetTarget())
205 desc = lldbutil.get_description(
H A Dlldbutil.py121 def get_description(obj, option=None): function
/llvm-project-15.0.7/lldb/test/API/python_api/event/
H A DTestEvents.py86 desc = lldbutil.get_description(event)
265 desc = lldbutil.get_description(event)
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py56 desc = lldbutil.get_description(module)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIter.py100 print(lldbutil.get_description(watchpoint, lldb.eDescriptionLevelFull))
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py677 def get_description(text, appendix): function
789 description = get_description(text, assembly)
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py62 location = "\t".join([lldbutil.get_description(
/llvm-project-15.0.7/clang/utils/analyzer/
H A DCmpRuns.py138 def get_description(self) -> str: member in AnalysisDiagnostic