Subversion Repositories Kolibri OS

Rev

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

Rev 4443 Rev 4590
Line 861... Line 861...
861
 
861
 
862
    @@:
862
    @@:
Line 863... Line 863...
863
        jmp     waitevent
863
        jmp     waitevent
864
 
864
 
865
; TODO: make it local
865
; TODO: make it local
866
CtrlF7:
866
F7:
867
        cmp     [debuggee_pid], 0
867
        cmp     [debuggee_pid], 0
Line 868... Line 868...
868
        jz      .no
868
        jz      .no
869
        call    OnStep
869
        call    OnStep
Line 870... Line 870...
870
 
870
 
871
    .no:
871
    .no:
872
        jmp     waitevent
872
        jmp     waitevent
873
 
873
 
874
; TODO: make it local
874
; TODO: make it local
875
CtrlF8:
875
F8:
Line 876... Line 876...
876
        cmp     [debuggee_pid], 0
876
        cmp     [debuggee_pid], 0
877
        jz      CtrlF7.no
877
        jz      F7.no
Line 878... Line 878...
878
        call    OnProceed
878
        call    OnProceed
Line 2458... Line 2458...
2458
        db      'load-symbols   - load information on symbols for program',10
2458
        db      'load-symbols   - load information on symbols for program',10
2459
        db      'terminate            - terminate loaded program',10
2459
        db      'terminate            - terminate loaded program',10
2460
        db      'detach               - detach from debugging program',10
2460
        db      'detach               - detach from debugging program',10
2461
        db      'stop                 - suspend execution of debugging program',10
2461
        db      'stop                 - suspend execution of debugging program',10
2462
        db      'g []     - go on (resume execution of debugging program)',10
2462
        db      'g []     - go on (resume execution of debugging program)',10
2463
        db      's []            - program step, also ',10
2463
        db      's []            - program step, also ',10
2464
        db      'p []            - program wide step, also ',10
2464
        db      'p []            - program wide step, also ',10
2465
        db      'unpack               - try to bypass unpacker code (heuristic)',10,0
2465
        db      'unpack               - try to bypass unpacker code (heuristic)',10,0
Line 2466... Line 2466...
2466
 
2466
 
Line 2467... Line 2467...
2467
;               Data commands group
2467
;               Data commands group