From: Andrew Cagney Date: Wed, 17 May 2000 06:51:28 +0000 (+0000) Subject: Change v850 break-point instruction to loop. Get around lack of 16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2bdc01eaa62b069c7635a067db59f0882de4fe8;p=binutils-gdb.git Change v850 break-point instruction to loop. Get around lack of 16 bit breakpoint. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df2b8fb5519..07e67eb3936 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed May 17 16:48:36 2000 Andrew Cagney + + From 2000-04-14 Gary Thomas : + * 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 * TODO: Review. Delete anything that is no longer applicable. diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h index 256606a96c7..05edaff5df1 100644 --- a/gdb/config/v850/tm-v850.h +++ b/gdb/config/v850/tm-v850.h @@ -82,7 +82,7 @@ extern char **v850_register_names; #define MAX_REGISTER_VIRTUAL_SIZE 4 -#define BREAKPOINT {0x40, 0xF8} /* little-ended */ +#define BREAKPOINT {0x85, 0x05} /* little-ended */ #define FUNCTION_START_OFFSET 0