Home
last modified time | relevance | path

Searched defs:stop_reason_to_str (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py183 def stop_reason_to_str(enum): function
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py231 def stop_reason_to_str(enum: int) -> str: function