OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbstub_get_packet_args
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
gdbstub.c
165
static int
gdbstub_get_packet_args
( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) {
function
215
if ( !
gdbstub_get_packet_args
( stub, args, sizeof args / sizeof args [ 0 ], NULL ) ) {
228
if ( !
gdbstub_get_packet_args
( stub, args, sizeof args / sizeof args [ 0 ], &colon ) ||
240
if ( stub->len > 1 &&
gdbstub_get_packet_args
( stub, &pc, 1, NULL ) ) {
251
if ( !
gdbstub_get_packet_args
( stub, args, sizeof args / sizeof args [ 0 ], NULL ) ) {
/external/syslinux/com32/gdbstub/
gdbstub.c
342
static int
gdbstub_get_packet_args
(struct gdbstub *stub, unsigned long *args,
function
400
if (!
gdbstub_get_packet_args
415
if (!
gdbstub_get_packet_args
430
&&
gdbstub_get_packet_args
(stub, (unsigned long *)&pc, 1, NULL)) {
442
if (!
gdbstub_get_packet_args
Completed in 38 milliseconds