NAME

DebugBreak16  (KRNL386.203)

SYNOPSIS

 void DebugBreak16
 (
  CONTEXT86* context
 )

PARAMS

context [In/Out] A pointer to the 386 compatible processor state.

DESCRIPTION

Raises an expection in a 16 bit application so that a debugger (if attached) can take some action.

PARAMS

RETURNS

BUGS

Only 386 compatible processors implemented.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/kernel/debugger.c". source.winehq.org/source/dlls/kernel/debugger.c

This function passes one or more arguments in registers. For more details, please read the source code.

Debug channel "debugstr".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.