Home | History | Annotate | Download | only in debug

Lines Matching refs:uc_mcontext

315     { "  gs: ", context->uc_mcontext.gregs[REG_GS] },
316 { " fs: ", context->uc_mcontext.gregs[REG_FS] },
317 { " es: ", context->uc_mcontext.gregs[REG_ES] },
318 { " ds: ", context->uc_mcontext.gregs[REG_DS] },
319 { " edi: ", context->uc_mcontext.gregs[REG_EDI] },
320 { " esi: ", context->uc_mcontext.gregs[REG_ESI] },
321 { " ebp: ", context->uc_mcontext.gregs[REG_EBP] },
322 { " esp: ", context->uc_mcontext.gregs[REG_ESP] },
323 { " ebx: ", context->uc_mcontext.gregs[REG_EBX] },
324 { " edx: ", context->uc_mcontext.gregs[REG_EDX] },
325 { " ecx: ", context->uc_mcontext.gregs[REG_ECX] },
326 { " eax: ", context->uc_mcontext.gregs[REG_EAX] },
327 { " trp: ", context->uc_mcontext.gregs[REG_TRAPNO] },
328 { " err: ", context->uc_mcontext.gregs[REG_ERR] },
329 { " ip: ", context->uc_mcontext.gregs[REG_EIP] },
330 { " cs: ", context->uc_mcontext.gregs[REG_CS] },
331 { " efl: ", context->uc_mcontext.gregs[REG_EFL] },
332 { " usp: ", context->uc_mcontext.gregs[REG_UESP] },
333 { " ss: ", context->uc_mcontext.gregs[REG_SS] },
335 { " r8: ", context->uc_mcontext.gregs[REG_R8] },
336 { " r9: ", context->uc_mcontext.gregs[REG_R9] },
337 { " r10: ", context->uc_mcontext.gregs[REG_R10] },
338 { " r11: ", context->uc_mcontext.gregs[REG_R11] },
339 { " r12: ", context->uc_mcontext.gregs[REG_R12] },
340 { " r13: ", context->uc_mcontext.gregs[REG_R13] },
341 { " r14: ", context->uc_mcontext.gregs[REG_R14] },
342 { " r15: ", context->uc_mcontext.gregs[REG_R15] },
343 { " di: ", context->uc_mcontext.gregs[REG_RDI] },
344 { " si: ", context->uc_mcontext.gregs[REG_RSI] },
345 { " bp: ", context->uc_mcontext.gregs[REG_RBP] },
346 { " bx: ", context->uc_mcontext.gregs[REG_RBX] },
347 { " dx: ", context->uc_mcontext.gregs[REG_RDX] },
348 { " ax: ", context->uc_mcontext.gregs[REG_RAX] },
349 { " cx: ", context->uc_mcontext.gregs[REG_RCX] },
350 { " sp: ", context->uc_mcontext.gregs[REG_RSP] },
351 { " ip: ", context->uc_mcontext.gregs[REG_RIP] },
352 { " efl: ", context->uc_mcontext.gregs[REG_EFL] },
353 { " cgf: ", context->uc_mcontext.gregs[REG_CSGSFS] },
354 { " erf: ", context->uc_mcontext.gregs[REG_ERR] },
355 { " trp: ", context->uc_mcontext.gregs[REG_TRAPNO] },
356 { " msk: ", context->uc_mcontext.gregs[REG_OLDMASK] },
357 { " cr2: ", context->uc_mcontext.gregs[REG_CR2] },