Home
last modified time | relevance | path

Searched refs:GDB_EBADMEMDATASIZE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.h75 #define GDB_EBADMEMDATASIZE 15 // the memory data, 'XX..', is too short or too long macro
DGdbDebugAgent.c551 SendError (GDB_EBADMEMDATASIZE); in WriteToMemory()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStubInternal.h77 #define GDB_EBADMEMDATASIZE 15 // the memory data, 'XX..', is too short or too long macro
DGdbStub.c714 SendError (GDB_EBADMEMDATASIZE); in WriteToMemory()