Jump to content

DBG_N_CoError

From EDM2
Revision as of 23:47, 4 March 2020 by Martini (talk | contribs) (Created page with "Debug Notification -9 - Coprocessor Error Notification This notification returns: *Cmd= DBG_N_CoError *Value= Any standard Error Code An error was detected while attempt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debug Notification -9 - Coprocessor Error Notification

This notification returns:

  • Cmd= DBG_N_CoError
  • Value= Any standard Error Code

An error was detected while attempting a DosDebug command that attempted to access a Coprocessor.

DBG_N_CoError is similar to the DBG_N_Error notification, but is returned only after attempting an access to the coprocessor registers.

DBG_N_CoError is returned if any one of the following occurs:

  • The debuggee process is emulating the coprocessor.
  • The specified debuggee thread has not yet attempted to use the coprocessor.
  • The wrong coprocessor type is used.
  • The requested coprocessor type is not supported or available.

This notification should not be confused with any of the floating point exception notifications.