> Nit, the comments above talk about null_ptid, while the code is > really checking for minus_one_ptid (wildcard). Argh! Going through the emails, I noticed I forgot about this comment before committing. Sorry about that... Fixed thusly. gdb/gdbserver/ChangeLog: * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid confusion in comment. Tested by rebuilding the lynx178 gdbserver. Checked in. -- Joel