Subversion Repositories Kolibri OS

Rev

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

Rev 8869 Rev 8876
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 8869 $
8
$Revision: 8876 $
9
 
9
 
10
 
10
 
Line 447... Line 447...
447
        pop     edx
447
        pop     edx
448
        pop     edx
448
        pop     edx
449
        call    write_process_memory
449
        call    write_process_memory
450
; new debug event
450
; new debug event
451
        mov     eax, ebp
451
        mov     eax, ebp
452
        shl     eax, 8
452
        shl     eax, BSF sizeof.APPDATA
453
        or      byte [SLOT_BASE+eax+APPDATA.occurred_events+1], 1      ; set flag 100h
453
        or      [SLOT_BASE+eax+APPDATA.occurred_events], EVENT_DEBUG
454
.ret:
454
.ret:
455
        ret
455
        ret