Hi, again,
> > (gdb) step
> > 73 in /tmp/buildd/qemu-kvm-1.1.1+dfsg/audio/rate_template.h
> > (gdb)
> > 75 in /tmp/buildd/qemu-kvm-1.1.1+dfsg/audio/rate_template.h
Btw, I started another gdb session today, before switching to ich6. qemu-kvm is
apparently looping here in rate_template.h because of those values (different
gdb session):
(gdb)
71 while (rate->ipos <= (rate->opos >> 32)) {
(gdb)
72 ilast = *ibuf++;
(gdb)
73 rate->ipos++;
(gdb)
75 if (ibuf >= iend) {
(gdb)
73 rate->ipos++;
(gdb)
75 if (ibuf >= iend) {
(gdb)
71 while (rate->ipos <= (rate->opos >> 32)) {
(gdb) print rate->ipos
$1 = 1127898092
(gdb) print rate->opos >> 32
$2 = 4294967295
Mike
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]