mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
import gdb-1999-09-28 snapshot
This commit is contained in:
@ -429,7 +429,7 @@ handle_exception(int exceptionVector)
|
||||
break;
|
||||
}
|
||||
case 'G': /* set the value of the CPU registers - return OK */
|
||||
hex2mem(&ptr, (unsigned char*) registers, NUMREGBYTES, 0);
|
||||
hex2mem(ptr, (unsigned char*) registers, NUMREGBYTES, 0);
|
||||
strcpy(remcomOutBuffer,"OK");
|
||||
break;
|
||||
case 's': /* sAA..AA Step one instruction from AA..AA(optional) */
|
||||
|
Reference in New Issue
Block a user