On Mon, Oct 19, 2009 at 11:30 AM, Tom Tromey wrote: >>>>>> "Paul" == Paul Pluzhnikov writes: > > Paul> This patch still lacks documentation and test case updates. I'll work up > Paul> the complete patch if this one is OK. > > It looks reasonable to me. Here is updated patch with documentation and testsuite fixes. Thanks, -- Paul Pluzhnikov 2009-10-20 Paul Pluzhnikov * defs.h (pc_prefix): New prototype. * disasm.c (dump_insns): Mark current instruction. * printcmd.c (do_examine): Likewise. (pc_prefix): New function. * stack.c (print_frame_info): Disassemble entire current line. doc/ChangeLog 2009-10-20 Paul Pluzhnikov * gdb.texi (Machine Code): Mention current pc marker, update examples. (Memory): Likewise. testsuite/ChangeLog 2009-10-20 Paul Pluzhnikov * gdb.base/consecutive.exp: Adjust. * gdb.base/display.exp: Likewise. * gdb.base/pc-fp.exp: Likewise. * gdb.base/sigbpt.exp: Likewise.