mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-07 04:21:13 +00:00
2010-12-29 Hui Zhu <teawater@gmail.com>
* ax-gdb.c (gen_expr): Change error message.
This commit is contained in:
parent
457344df01
commit
abc1f4cd13
@ -1,3 +1,7 @@
|
||||
2010-12-29 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* ax-gdb.c (gen_expr): Change error message.
|
||||
|
||||
2010-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.c: Revert the previous change, which was probably committed
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user