URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [mainpage] - Rev 310
Go to most recent revision | Compare with Previous | Blame | View Log
/*! @file
*
* @mainpage GNU Debugger Version 6.8 for the OpenRISC 1000 Architecture
*
* @section intro_sec About
*
* This is the code changes to GDB 6.8 to support the OpenRISC 1000
* Architecture. Only files that are additional to GDB are documented
* here. A full description of the port is described in the Embecosm
* Application Note "Howto: Porting the GNU Debugger: Practical Experience
* with the OpenRISC 1000 Architecture".
*
* @section install_sec Installation
*
* The changes to the standard GDB 6.8 distribution are available as a patch
* file from www.embecosm.com.
*
* Apply this patch, then see the INSTALL file in the main directory for
* information on building and installing these programs
*
* @section documentation_sec Documentation
*
* Basic instructions on using GDB with the OpenRISC 1000 can be found in the
* main GDB manual (as a texinfo file in the gdb/doc subdirectory). A more
* detailed explanation can be found in or1k.texinfo in the same directory.
*
* These documents may be converted to HTML, PDF, info files or PostScript by
* the commands "make html", "make pdf", "make info" and "make ps"
* respectively in the gdb/doc subdirectory of the build directory.
*
* @section copying_sec Copying
*
* This file is part of GDB.
*
* 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 the Free
* Software Foundation; either version 3 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
Go to most recent revision | Compare with Previous | Blame | View Log