OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-src/gdb-6.8/include/gdb
    from Rev 157 to Rev 225
    Reverse comparison

Rev 157 → Rev 225

/sim-m32c.h
1,5 → 1,5
/* This file defines the interface between the m32c simulator and gdb.
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
 
This file is part of GDB.
 
/callback.h
1,5 → 1,5
/* Remote target system call callback support.
Copyright 1997, 2007, 2008 Free Software Foundation, Inc.
Copyright 1997, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
 
This file is part of GDB.
124,7 → 124,11
/* Print an error message and "exit".
In the case of gdb "exiting" means doing a longjmp back to the main
command loop. */
void (*error) PARAMS ((host_callback *, const char *, ...));
void (*error) PARAMS ((host_callback *, const char *, ...))
#ifdef __GNUC__
__attribute__ ((__noreturn__))
#endif
;
 
int last_errno; /* host format */
 
/signals.h
1,6 → 1,7
/* Target signal numbers for GDB and the GDB remote protocol.
Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
1998, 1999, 2000, 2001, 2002, 2007, 2008, 2009
Free Software Foundation, Inc.
 
This file is part of GDB.
 
/sim-d10v.h
1,6 → 1,6
/* This file defines the interface between the d10v simulator and gdb.
 
Copyright 1999, 2002, 2007, 2008 Free Software Foundation, Inc.
Copyright 1999, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 
This file is part of GDB.
 
/sim-sh.h
1,5 → 1,6
/* This file defines the interface between the sh simulator and gdb.
Copyright (C) 2000, 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
Copyright (C) 2000, 2002, 2004, 2007, 2008, 2009
Free Software Foundation, Inc.
 
This file is part of GDB.
 
/ChangeLog
1,3 → 1,16
2009-05-18 Jon Beniston <jon@beniston.com>
 
* sim-lm32.h: New file.
 
2009-01-07 Hans-Peter Nilsson <hp@axis.com>
 
* callback.h (struct host_callback_struct): Mark member error as
pointing to a noreturn function.
 
2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
 
* sim-cr16.h: New file.
 
2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
 
Updated copyright notices for most files.
/remote-sim.h
1,6 → 1,6
/* This file defines the interface between the simulator and gdb.
 
Copyright 1993, 1994, 1996, 1997, 1998, 2000, 2002, 2007, 2008
Copyright 1993, 1994, 1996, 1997, 1998, 2000, 2002, 2007, 2008, 2009
Free Software Foundation, Inc.
 
This file is part of GDB.
/sim-frv.h
1,6 → 1,6
/* This file defines the interface between the FR-V simulator and GDB.
 
Copyright 2003, 2007, 2008 Free Software Foundation, Inc.
Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
 
Contributed by Red Hat.
 
/sim-arm.h
1,6 → 1,6
/* This file defines the interface between the Arm simulator and GDB.
 
Copyright 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
Copyright 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
 
Contributed by Red Hat.
 
/fileio.h
1,6 → 1,6
/* Hosted File I/O interface definitions, for GDB, the GNU Debugger.
 
Copyright 2003, 2007, 2008 Free Software Foundation, Inc.
Copyright 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
 
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/sim-h8300.h
1,5 → 1,5
/* This file defines the interface between the h8300 simulator and gdb.
Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc.
Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 
This file is part of GDB.
 
/sim-ppc.h
1,6 → 1,6
/* sim-ppc.h --- interface between PowerPC simulator and GDB.
 
Copyright 2004, 2007, 2008 Free Software Foundation, Inc.
Copyright 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
 
Contributed by Red Hat.
 

powered by: WebSVN 2.1.0

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