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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_69/] [or1ksim/] [debug/] [gdbcomm.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 321 markom
/* gdbcomm.h -- Communication routines for gdb
2 479 markom
   Copyright (C) 2001 by Marko Mlinar, markom@opencores.org
3
   Code copied from toplevel.c
4 321 markom
 
5 479 markom
   This file is part of OpenRISC 1000 Architectural Simulator.
6
 
7
   This program is free software; you can redistribute it and/or modify
8
   it under the terms of the GNU General Public License as published by
9
   the Free Software Foundation; either version 2 of the License, or
10
   (at your option) any later version.
11
 
12
   This program is distributed in the hope that it will be useful,
13
   but WITHOUT ANY WARRANTY; without even the implied warranty of
14
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
   GNU General Public License for more details.
16 321 markom
 
17 479 markom
   You should have received a copy of the GNU General Public License
18
   along with this program; if not, write to the Free Software
19
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 321 markom
*/
21
 
22
#include "gdb.h"
23
#include <signal.h>
24
#include <errno.h>
25
typedef enum {
26
  false = 0,
27
  true = 1,
28
} Boolean;
29
 
30
void HandleServerSocket(Boolean);
31
void JTAGRequest(void);
32
void GDBRequest(void);
33
void ProtocolClean(int,int32_t);
34
void BlockJTAG(void);
35
int GetServerSocket(const char* name,const char* proto,int port);
36
 
37
int gdbcomm_init ();

powered by: WebSVN 2.1.0

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