> Hi > > I saw kgdb used 'Y/y' packets for HW breakpoints. However the GDB > manual still says that 'y/y' are reserved. GDB uses the Z/z packets for hardware breakpoints so what kgdb thinks it is doing is puzzling. Andrew > Can I use 'Y/y' for implementing HW breakpoints? > > Thanks > > --Xinan