Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp225 const char *code_desc = nullptr; in GetDescription() local
243 code_desc = "EXC_I386_GPFLT"; in GetDescription()
252 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
255 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
276 code_desc = "EXC_I386_INVOP"; in GetDescription()
282 code_desc = "EXC_ARM_UNDEFINED"; in GetDescription()
297 code_desc = "EXC_I386_DIV"; in GetDescription()
300 code_desc = "EXC_I386_INTO"; in GetDescription()
303 code_desc = "EXC_I386_NOEXT"; in GetDescription()
306 code_desc = "EXC_I386_EXTOVR"; in GetDescription()
[all …]