Sun2 native support (untested).
[deliverable/binutils-gdb.git] / gdb / vx-share / dbgRpcLib.h
CommitLineData
dd3b648e
RP
1/* dbgRpcLib.h - header file for remote debugging via rpc */
2
3/*
4modification history
5--------------------
601b,04oct90,maf added VX_BOOT_FILE_INQ.
701a,05jun90,llk extracted from xdr_dbx.h.
8*/
9
10#ifndef INCdbxRpcLibh
11#define INCdbxRpcLibh 1
12
13#define PROCESS_START 50
14#define PROCESS_WAIT 51
15#define VX_STATE_INQ 60
16#define VX_LOAD 61
17#define VX_SYMBOL_INQ 62
18#define VX_BREAK_ADD 63
19#define VX_BREAK_DELETE 64
20#define VX_FP_INQUIRE 65
21#define VX_TASK_SUSPEND 66
22#define VX_CALL_FUNC 67
23#define VX_CONV_FROM_68881 68
24#define VX_CONV_TO_68881 69
25#define VX_BOOT_FILE_INQ 70
26#define VX_SOURCE_STEP 71
27
28#endif INCdbxRpcLibh
This page took 0.081796 seconds and 4 git commands to generate.