forked from Imagelibrary/binutils-gdb
2010-12-29 Hui Zhu <teawater@gmail.com>
* ax-gdb.c (gen_expr): Change error message.
This commit is contained in:
@@ -1981,8 +1981,8 @@ gen_expr (struct expression *exp, union exp_element **pc,
|
||||
/* No support for tracing user registers yet. */
|
||||
if (reg >= gdbarch_num_regs (exp->gdbarch)
|
||||
+ gdbarch_num_pseudo_regs (exp->gdbarch))
|
||||
error (_("'%s' is a pseudo-register; "
|
||||
"GDB cannot yet trace pseudoregister contents."),
|
||||
error (_("'%s' is a user-register; "
|
||||
"GDB cannot yet trace user-register contents."),
|
||||
name);
|
||||
value->kind = axs_lvalue_register;
|
||||
value->u.reg = reg;
|
||||
|
||||
Reference in New Issue
Block a user