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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [debug/] [gdbcomm.h] - Blame information for rev 439

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

Line No. Rev Author Line
1 321 markom
/* gdbcomm.h -- Communication routines for gdb
2
         Copyright (C) 2001 by Marko Mlinar, markom@opencores.org
3
         Code copied from toplevel.c
4
 
5
         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
 
17
         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
*/
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
static int gdb_read(void*,int);
35 439 erez
static int gdb_write(const void*,int);
36 321 markom
void BlockJTAG(void);
37
int GetServerSocket(const char* name,const char* proto,int port);
38
 
39
int gdbcomm_init ();

powered by: WebSVN 2.1.0

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