mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Change v850 break-point instruction to loop. Get around lack of 16
bit breakpoint.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
Wed May 17 16:48:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
From 2000-04-14 Gary Thomas <gthomas@redhat.com>:
|
||||||
|
* config/v850/tm-v850.h: Change breakpoint sequence to be
|
||||||
|
'br *' since there is no 16bit "illegal" instruction on this
|
||||||
|
processor.
|
||||||
|
|
||||||
Tue May 16 18:57:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
Tue May 16 18:57:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* TODO: Review. Delete anything that is no longer applicable.
|
* TODO: Review. Delete anything that is no longer applicable.
|
||||||
|
@ -82,7 +82,7 @@ extern char **v850_register_names;
|
|||||||
|
|
||||||
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
||||||
|
|
||||||
#define BREAKPOINT {0x40, 0xF8} /* little-ended */
|
#define BREAKPOINT {0x85, 0x05} /* little-ended */
|
||||||
|
|
||||||
#define FUNCTION_START_OFFSET 0
|
#define FUNCTION_START_OFFSET 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user