OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [include/] [gdb/] [callback.h] - Diff between revs 17 and 166

Show entire file | Details | Blame | View Log

Rev 17 Rev 166
Line 1... Line 1...
/* Remote target system call callback support.
/* Remote target system call callback support.
   Copyright 1997, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
   Copyright 1997, 2007-2012 Free Software Foundation, Inc.
   Contributed by Cygnus Solutions.
   Contributed by Cygnus Solutions.
 
 
   This file is part of GDB.
   This file is part of GDB.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
Line 322... Line 322...
/* Tests for special fds.  */
/* Tests for special fds.  */
int cb_is_stdin (host_callback *, int);
int cb_is_stdin (host_callback *, int);
int cb_is_stdout (host_callback *, int);
int cb_is_stdout (host_callback *, int);
int cb_is_stderr (host_callback *, int);
int cb_is_stderr (host_callback *, int);
 
 
 
/* Read a string out of the target.  */
 
int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
 
 
/* Perform a system call.  */
/* Perform a system call.  */
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.