Implemented DbgBreakPoint and DbgUserBreakPoint for Sparc. Debugger
must already be attached for this implementation to work.
This commit is contained in:
parent
c6a0054484
commit
07db325edb
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue