Source code for crash

# -*- coding: utf-8 -*-
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

import gdb

[docs] def archname() -> str: return gdb.selected_inferior().architecture().name()