Changeset 6c6a19e6 in mainline for arch/amd64/include/debugger.h


Ignore:
Timestamp:
2006-03-17T13:37:59Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f250f9
Parents:
bd72b475
Message:

Modified debugger to be able to coexist in AS watch mode and SMP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/debugger.h

    rbd72b475 r6c6a19e6  
    4343
    4444extern void debugger_init(void);
    45 extern int breakpoint_add(void * where, int flags);
     45extern int breakpoint_add(void * where, int flags, int curidx);
    4646extern void breakpoint_del(int slot);
    4747
Note: See TracChangeset for help on using the changeset viewer.