代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.c
#include
#include
/**************************************************************************
* TESTS :
* -- downloading of a rather large executable
**********************
remote.exp
# Copyright (C) 1999 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
# t
remote.h
extern int remote_desc, remote_timeout;
extern void remote_reset(void);
extern void remote_continue(void);
extern int remote_write_bytes(unsigned long, char *, int);
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.idl
/* This is a generated file. Do not edit this file */
/**
* This code was automatically generated at 22:04:29 on 2000-3-8 from
* java.rmi.Remote
* by weblogic.rmi.rmic.IDLGenerator -- do no
remote.h
/*
* (C) Copyright 2000
* Murray Jensen
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribu
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.h
/*
* (C) Copyright 2000
* Murray Jensen
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribu
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.h
#ifndef _REMOTE_H
#define _REMOTE_H
/* Remote reset/restart server definitions */
extern char *Rempass;
/* Commands */
#define SYS_RESET 1
#define SYS_EXIT 2
#define KICK_ME 3
#endif