gdbsyscall.h File Reference
#include "gdbstub.h"
Include dependency graph for gdbsyscall.h:

Go to the source code of this file.

Functions

void gdbstub_syscall_execute ()
 Called from gdbSendUserData() when user data has finished sending. More...
 
bool gdb_syscall_complete (const char *data)
 Command handler for 'F'. More...
 

Function Documentation

◆ gdb_syscall_complete()

bool gdb_syscall_complete ( const char *  data)

Command handler for 'F'.

Parameters
datafirst character after 'F'
Return values
booltrue means Ctrl-C was pressed
Note
A file (or console) I/O request ends with receipt of an 'F' command:
Fretcode,errno,Ctrl-C flag;call-specific attachment

◆ gdbstub_syscall_execute()

void gdbstub_syscall_execute ( )

Called from gdbSendUserData() when user data has finished sending.