Lines Matching refs:str

18 inline void AppendFaultAddr(std::string& str, lldb::addr_t addr)
22 str += ss.str();
30 static std::string str;
39 str = "invalid address";
40 AppendFaultAddr(str, fault_addr);
43 str = "address access protected";
44 AppendFaultAddr(str, fault_addr);
47 str = "illegal instruction";
50 str = "illegal instruction operand";
53 str = "illegal addressing mode";
56 str = "illegal trap";
59 str = "privileged instruction";
62 str = "privileged register";
65 str = "coprocessor error";
68 str = "internal stack error";
71 str = "illegal alignment";
74 str = "illegal address";
77 str = "hardware error";
80 str = "integer divide by zero";
83 str = "integer overflow";
86 str = "floating point divide by zero";
89 str = "floating point overflow";
92 str = "floating point underflow";
95 str = "inexact floating point result";
98 str = "invalid floating point operation";
101 str = "invalid floating point subscript range";
105 return str.c_str();
113 chcar str[8];
114 sprintf(str, "%d", reason);
116 const char *str = NULL;
121 str = "eInvalidCrashReason";
126 str = "eInvalidAddress";
129 str = "ePrivilegedAddress";
134 str = "eIllegalOpcode";
137 str = "eIllegalOperand";
140 str = "eIllegalAddressingMode";
143 str = "eIllegalTrap";
146 str = "ePrivilegedOpcode";
149 str = "ePrivilegedRegister";
152 str = "eCoprocessorError";
155 str = "eInternalStackError";
160 str = "eIllegalAlignment";
163 str = "eIllegalAddress";
166 str = "eHardwareError";
171 str = "eIntegerDivideByZero";
174 str = "eIntegerOverflow";
177 str = "eFloatDivideByZero";
180 str = "eFloatOverflow";
183 str = "eFloatUnderflow";
186 str = "eFloatInexactResult";
189 str = "eFloatInvalidOperation";
192 str = "eFloatSubscriptRange";
197 return str;
211 chcar str[8];
212 sprintf(str, "%d", reason);
214 const char *str = NULL;
219 str = "eInvalidMessage";
222 str = "eExitMessage";
225 str = "eLimboMessage";
228 str = "eSignalMessage";
231 str = "eSignalDeliveredMessage";
234 str = "eTraceMessage";
237 str = "eBreakpointMessage";
240 str = "eWatchpointMessage";
243 str = "eCrashMessage";
246 str = "eNewThreadMessage";
251 return str;