Jump to content

DBG_N_ThreadCreate

From EDM2
Revision as of 23:53, 4 March 2020 by Martini (talk | contribs) (Created page with "Debug Notification -15 - Thread Creation Notification This notification returns: * Cmd= DBG_N_ThreadCreate * Tid= Thread ID of new thread * Addr= 0 A debuggee thread ha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debug Notification -15 - Thread Creation Notification

This notification returns:

  • Cmd= DBG_N_ThreadCreate
  • Tid= Thread ID of new thread
  • Addr= 0

A debuggee thread has just been created.

The new thread has not executed any user code yet.