MCPcopy Create free account
hub / github.com/qilingframework/qiling / debugger_convert

Function debugger_convert

qiling/utils.py:63–64  ·  view source on GitHub ↗
(debugger: str)

Source from the content-addressed store, hash-verified

61
62
63def debugger_convert(debugger: str) -> Optional[QL_DEBUGGER]:
64 return __name_to_enum(debugger, debugger_map)
65
66
67def arch_os_convert(arch: QL_ARCH) -> Optional[QL_OS]:

Callers 1

select_debuggerFunction · 0.85

Calls 1

__name_to_enumFunction · 0.85

Tested by

no test coverage detected