Subversion Repositories Kolibri OS

Rev

Rev 680 | Rev 709 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 680 Rev 684
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 680 $
8
$Revision: 684 $
9
 
9
 
10
 
10
 
Line 68... Line 68...
68
 
68
 
69
debug_terminate:
69
debug_terminate:
70
; in: ebx=pid
70
; in: ebx=pid
71
	call	get_debuggee_slot
71
	call	get_debuggee_slot
72
	jc	debug_detach.ret
72
	jc	debug_detach.ret
73
	mov	ebx, eax
73
	mov	ecx, eax
74
	shr	ebx, 5
74
	shr	ecx, 5
75
	push	2
75
	push	2
76
	pop	eax
76
	pop	ebx
Line 77... Line 77...
77
	jmp	sys_system
77
	jmp	sys_system
78
 
78
 
79
debug_suspend:
79
debug_suspend: