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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [gdb_proc_service.h] - Rev 1775

Go to most recent revision | Compare with Previous | Blame | View Log

typedef enum {
  PS_OK,          /* generic "call succeeded" */
  PS_ERR,         /* generic. */
  PS_BADPID,      /* bad process handle */
  PS_BADLID,      /* bad lwp identifier */
  PS_BADADDR,     /* bad address */
  PS_NOSYM,       /* p_lookup() could not find given symbol */
        PS_NOFREGS
  /*
   * FPU register set not available for given
   * lwp
   */
}       ps_err_e;
 
#ifndef HAVE_LWPID_T
typedef unsigned int  lwpid_t;
#endif
 
typedef unsigned long paddr_t;
 
#ifndef HAVE_PSADDR_T
typedef unsigned long psaddr_t;
#endif
 
#ifndef HAVE_PRGREGSET_T
typedef gregset_t  prgregset_t;		/* BOGUS BOGUS BOGUS */
#endif
 
#ifndef HAVE_PRFPREGSET_T
typedef fpregset_t prfpregset_t;	/* BOGUS BOGUS BOGUS */
#endif
 
struct ps_prochandle;		/* user defined. */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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