mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* arm-tdep.c (displaced_write_reg): Replace call to abort by call
to internal_error.
This commit is contained in:
parent
5bbc5ae7bb
commit
97b9747c0c
@ -1,3 +1,9 @@
|
|||||||
|
2009-09-03 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* arm-tdep.c (displaced_write_reg): Replace call to abort by call
|
||||||
|
to internal_error.
|
||||||
|
|
||||||
2009-09-02 Tom Tromey <tromey@redhat.com>
|
2009-09-02 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* frame.h (frame_unwinder_is): Declare.
|
* frame.h (frame_unwinder_is): Declare.
|
||||||
|
@ -2769,7 +2769,8 @@ displaced_write_reg (struct regcache *regs, struct displaced_step_closure *dsc,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
abort ();
|
internal_error (__FILE__, __LINE__,
|
||||||
|
_("Invalid argument to displaced_write_reg"));
|
||||||
}
|
}
|
||||||
|
|
||||||
dsc->wrote_to_pc = 1;
|
dsc->wrote_to_pc = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user