emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: Re: lisp/progmodes/gdb-ui.el
Date: Sat, 30 Dec 2006 11:09:35 +1300

 > > It works for me so I can't infer much from this report.  Can you say which
 > > version of gdb-ui.el this is and whether it worked with an earlier one?
 > 
 > current version is 1.194, I got it yesterday (Thursday) and it does not 
 > work.
 > the previous version did work, I used it on Wednesday (and I got it on 
 > Tuesday).

That narrows it down a lot.  Those changes are:

  2006-12-26  Nick Roberts  <address@hidden>

          * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
          expressions.
          (gdb-var-delete): Handle duplicate names.  Print message for non
          root expressions.

This should only make a difference if you create a watch expression in the
speedbar.

          (gdb-partial-output-name): Start buffer name with a space.
          (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
          buffer name.

This looks a more likely candidate.  I've made the partial-output
buffer invisible to `C-x b' and tried to change the regexp accordingly.

 > > Also, I think there must be something particular about your program.
 > > Can you work out what it is?
 > 
 > like what?

It's hard for me to guess but do you see the same problem with another
program? i.e is it the program or something else e.g .emacs, OS, version
of GDB?


 > > Note that gdb-ui.el lists known bugs.  One says:
 > >   3) M-x gdb doesn't work with "run" command in .gdbinit, use M-x gdba 
 > > instead.
 > 
 > I have "run" in "define"d commands, see
 > http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/.gdbinit
 > it did not prevent the previous version from working

They *should* be fine.  What happens if you run your program under GDB without
your .gdbinit (gdb -nx), perhaps setting a breakpoint from the GUD buffer?


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]