Re: has_more="0" with pretty-printer installed
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/11/2013 03:24 PM, Yao Qi wrote: > (gdb) b 329 > Breakpoint 2 at 0x804871e: file > ../../../../git/gdb/testsuite/gdb.python/py-prettyprint.c, line 329. > (gdb) c > Continuing. > > Breakpoint 2, main () at > ../../../../git/gdb/testsuite/gdb.python/py-prettyprint.c:329 > 329 add_item (&c, 23); /* MI breakpoint here */ You should set breakpoint on line 328 to reproduce it. A blank line is added in my gdb.python/py-prettyprint.c. -- Yao (齐尧)