Commit 07db325e authored by Gregg Mattinson's avatar Gregg Mattinson Committed by Alexandre Julliard

Implemented DbgBreakPoint and DbgUserBreakPoint for Sparc. Debugger

must already be attached for this implementation to work.
parent c6a00544
......@@ -416,7 +416,7 @@ void __wine_enter_vm86( CONTEXT *context )
*/
void WINAPI DbgBreakPoint(void)
{
/* FIXME */
kill(getpid(), SIGTRAP);
}
/**********************************************************************
......@@ -424,7 +424,7 @@ void WINAPI DbgBreakPoint(void)
*/
void WINAPI DbgUserBreakPoint(void)
{
/* FIXME */
kill(getpid(), SIGTRAP);
}
#endif /* __sparc__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment