mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Fixed some bugs in handling vxworks960 -- not reading registers right,
trying to use FP regs (not supported by target), botching IP.
This commit is contained in:
@ -20,6 +20,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include "tm-i960.h"
|
#include "tm-i960.h"
|
||||||
|
|
||||||
|
/* Under VxWorks the IP isn't filled in. Skip it, go with RIP, which has
|
||||||
|
the real value. */
|
||||||
|
#undef PC_REGNUM
|
||||||
|
#define PC_REGNUM RIP_REGNUM
|
||||||
|
|
||||||
#define GDBINIT_FILENAME ".vxgdbinit"
|
#define GDBINIT_FILENAME ".vxgdbinit"
|
||||||
|
|
||||||
#define DEFAULT_PROMPT "(vxgdb) "
|
#define DEFAULT_PROMPT "(vxgdb) "
|
||||||
|
Reference in New Issue
Block a user