代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

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.5

.\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, a

remote.h

/* * Copyright (c) 1991, 1992 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyrig

remote.c

/* * Copyright (c) 1990, 1991, 1992 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above c

remote.c

/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * * Redistribution and use in source and binary forms, with or without * modification, are pe

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.c

#include #include /************************************************************************** * TESTS : * -- downloading of a rather large executable **********************

remote.exp

# Copyright 1999, 2001 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 #