Home
last modified time | relevance | path

Searched refs:showFuncName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py813 frame, showFuncName=False) if not frame.IsInlined() else '()'), file=output)
853 def get_args_as_string(frame, showFuncName=True): argument
873 if showFuncName:
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1220 showFuncName=False) if not frame.IsInlined() else '()'),
1317 def get_args_as_string(frame, showFuncName=True): argument
1337 if showFuncName: