streamgaq.blogg.se

Emcopy flags
Emcopy flags






emcopy flags

# define EMFILL 26 /* Could not FILL target memory */

emcopy flags

# define EMCOPY 25 /* Could not COPY target memory */ # define EMBKPTUSED 24 /* Breakpoints already in use */ # define EMBKPTNONE 23 /* All breakpoints in use */ # define EMBKPTSTAT 22 /* Could not get breakpoint status */ # define EMBKPTRM 21 /* Could not remove breakpoint */ # define EMBKPTSET 20 /* Could not set breakpoint */ # define EMWRITE 19 /* Could not WRITE target memory */ # define EMREAD 18 /* Could not READ target memory */ # define EMSTATUS 17 /* Could not get target STATUS */ # define EMCONFIG 16 /* Could not get target CONFIG */ # define EMRESET 15 /* Could not RESET target */ # define EMNORECV 14 /* Could not receive message */ # define EMNOSEND 13 /* Could not send message */ # define EMMSG2BIG 12 /* Message to large for buffer */ # define EMBADMSG 11 /* Unknown message type */ # define EMCOMM 10 /* Could not open communication channel */ /* Message errors */ # define EMHINIT 9 /* Could not initialize host */ # define EMTARGET 8 /* Unknown target type */ # define EMALLOC 7 /* Could not allocate memory */ # define EMACCESS 6 /* Could not access memory */ # define EMSYNTAX 5 /* Illegal command syntax */ # define EMBADREG 4 /* Illegal register */ # define EMBADADDR 3 /* Illegal address */ # define EMFAIL 2 /* Unrecoverable error */

emcopy flags

# define EMUSAGE 1 /* Bad args / flags */ We can't portably depend on a "long int" being FIXME, this should be done by declaring bitfield You should have received a copy of the GNU General Public LicenseĪlong with this program if not, write to the Free Softwareįoundation, Inc., 59 Temple Place - Suite 330, GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is distributed in the hope that it will be useful,īut WITHOUT ANY WARRANTY without even the implied warranty of The Free Software Foundation either version 2 of the License, or It under the terms of the GNU General Public License as published by This program is free software you can redistribute it and/or modify * Definitions and macros for support of AMD's remote debugger, MiniMON.Ĭopyright 1990, 1991 Free Software Foundation, Inc.








Emcopy flags