# HG changeset patch # User Nick Roberts # Date 1130710606 0 # Node ID 1b800330fe1f4bf3e2d19ab592a15747a593572b # Parent c996c096d9366a829e58256e130a73327935a14e (GDB Graphical Interface): Don't reference gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until must stay in same frame. diff -r c996c096d936 -r 1b800330fe1f man/building.texi --- a/man/building.texi Sun Oct 30 22:15:57 2005 +0000 +++ b/man/building.texi Sun Oct 30 22:16:46 2005 +0000 @@ -758,10 +758,10 @@ @kbd{Mouse-1} in the fringe or display margin of a source buffer to set a breakpoint there and, on a graphical display, a red bullet will appear. If a breakpoint already exists on that line, this action will -remove it (@code{gdb-mouse-set-clear-breakpoint}). You can also -enable or disable a breakpoint by clicking @kbd{Mouse-3} on the -bullet. If you drag the debugger arrow in the fringe with -@kbd{Mouse-1}, execution will continue to where you release the button +remove it. You can also enable or disable a breakpoint by clicking +@kbd{Mouse-3} on the bullet. If you drag the debugger arrow in the +fringe with @kbd{Mouse-1}, execution will continue to the line where +you release the button, provided it is still in the same frame (@code{gdb-mouse-until}). Alternatively, you can click @kbd{Mouse-2} at some point in the fringe of this buffer and execution will advance to there.