From kdb/Changelog.
2002-11-08 Keith Owens <kaos@xxxxxxx>
* Upgrade to 2.4.20-rc1.
* Fix processing with O(1) scheduler.
* 'go' switches back to initial cpu first.
* 'go <address>' only allowed on initial cpu.
* 'go' installs the global breakpoints from the initial cpu before
releasing the other cpus.
* If 'go' has to single step over a breakpoint then it single steps just
the initial cpu, installs the global breakpoints then releases the
other cpus.
* General clean up of handling for breakpoints and single stepping over
software breakpoints.
The use of O(1) scheduler required signifcant changes to the way that
breakpoints were handled, especially when typing 'go' and single
stepping over software breakpoints. Caveat emptor.
Date: Thu Nov 7 21:35:09 PST 2002
Workarea: sherman.melbourne.sgi.com:/build/kaos/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:132445a
linux/drivers/char/serial.c - 1.59
linux/drivers/usb/usbkbd.c - 1.21
linux/kdb/kdb_bp.c - 1.14
linux/include/linux/kdb.h - 1.26
linux/kdb/kdbmain.c - 1.31
linux/arch/i386/kdb/kdba_bp.c - 1.16
linux/kdb/ChangeLog - 1.24
linux/arch/i386/kdb/ChangeLog - 1.12
|