diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-17 06:51:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-17 06:51:28 +0000 |
commit | e2bdc01eaa62b069c7635a067db59f0882de4fe8 (patch) | |
tree | e61cf78f0f3d0b8a644d6b9e9be0bd48182e1204 /gdb/config | |
parent | f9e0cf0b839f02ed36c17f711f1373df677ab014 (diff) | |
download | gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.zip gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.tar.gz gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.tar.bz2 |
Change v850 break-point instruction to loop. Get around lack of 16
bit breakpoint.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/v850/tm-v850.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h index 256606a..05edaff 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 |