Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp224 const char *code_desc = nullptr; in GetDescription() local
242 code_desc = "EXC_I386_GPFLT"; in GetDescription()
275 code_desc = "EXC_I386_INVOP"; in GetDescription()
296 code_desc = "EXC_I386_DIV"; in GetDescription()
299 code_desc = "EXC_I386_INTO"; in GetDescription()
302 code_desc = "EXC_I386_NOEXT"; in GetDescription()
311 code_desc = "EXC_I386_EMERR"; in GetDescription()
347 code_desc = "EXC_I386_SGL"; in GetDescription()
350 code_desc = "EXC_I386_BPT"; in GetDescription()
407 code_desc = code_desc_buf; in GetDescription()
[all …]