Pedro Alves (palves@redhat.com): > A few minor comments below. Thanks again! Comments integrated. I'm just not sure about this one: > > + > > + gdb_test "info break \$bpnum" \ > > + "Num Type\[ \]+Disp Enb Address\[ \]+What.* > > +\[0-9\]+\[\t \]+breakpoint keep y.* in main at .* > > +\[\t \]+echo.*" > > I think we need to use use multi_line, to avoid problems with > "\n" vs "\r" vs "\r\n". I've used the same code pattern as in break.exp; is that OK?