Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.c459 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars in ReadFromMemory()
473 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in ReadFromMemory()
505 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars in WriteToMemory()
535 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in WriteToMemory()
579 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; in ParseBreakpointPacket()
603 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in ParseBreakpointPacket()
DGdbDebugAgent.h41 #define MAX_ADDR_SIZE 32 macro
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.c618 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars in ReadFromMemory()
632 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in ReadFromMemory()
666 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars in WriteToMemory()
696 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in WriteToMemory()
742 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; in ParseBreakpointPacket()
767 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in ParseBreakpointPacket()
DGdbStubInternal.h44 #define MAX_ADDR_SIZE 32 macro