]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/vx-share/dbgRpcLib.h
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / vx-share / dbgRpcLib.h
1 /* Copyright 1992 Free Software Foundation, Inc.
2
3 This code was donated by Wind River Systems, Inc.
4
5 dbgRpcLib.h - header file for remote debugging via rpc */
6
7 /*
8 modification history
9 --------------------
10 01b,04oct90,maf added VX_BOOT_FILE_INQ.
11 01a,05jun90,llk extracted from xdr_dbx.h.
12 */
13
14 #ifndef INCdbxRpcLibh
15 #define INCdbxRpcLibh 1
16
17 #define PROCESS_START 50
18 #define PROCESS_WAIT 51
19 #define VX_STATE_INQ 60
20 #define VX_LOAD 61
21 #define VX_SYMBOL_INQ 62
22 #define VX_BREAK_ADD 63
23 #define VX_BREAK_DELETE 64
24 #define VX_FP_INQUIRE 65
25 #define VX_TASK_SUSPEND 66
26 #define VX_CALL_FUNC 67
27 #define VX_CONV_FROM_68881 68
28 #define VX_CONV_TO_68881 69
29 #define VX_BOOT_FILE_INQ 70
30 #define VX_SOURCE_STEP 71
31
32 #endif INCdbxRpcLibh