OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBG_PACKET_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/stubs/
z80-stub.c
111
#define
DBG_PACKET_SIZE
150
280
#if
DBG_PACKET_SIZE
< (NUMREGBYTES*2+5)
281
#error "Too small
DBG_PACKET_SIZE
"
471
char buffer[
DBG_PACKET_SIZE
+1];
495
#if
DBG_PACKET_SIZE
<= 256
508
count =
DBG_PACKET_SIZE
;
703
p = int2hex (&buffer[11],
DBG_PACKET_SIZE
);
735
if (length >
DBG_PACKET_SIZE
)
780
if (len >
DBG_PACKET_SIZE
/2)
816
if (len*2 + (p - buffer) >
DBG_PACKET_SIZE
)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/stubs/
z80-stub.c
111
#define
DBG_PACKET_SIZE
150
280
#if
DBG_PACKET_SIZE
< (NUMREGBYTES*2+5)
281
#error "Too small
DBG_PACKET_SIZE
"
471
char buffer[
DBG_PACKET_SIZE
+1];
495
#if
DBG_PACKET_SIZE
<= 256
508
count =
DBG_PACKET_SIZE
;
703
p = int2hex (&buffer[11],
DBG_PACKET_SIZE
);
735
if (length >
DBG_PACKET_SIZE
)
780
if (len >
DBG_PACKET_SIZE
/2)
816
if (len*2 + (p - buffer) >
DBG_PACKET_SIZE
)
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026