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

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

Re: gud-mode --annotate=3 and synchronization problems


From: Nick Roberts
Subject: Re: gud-mode --annotate=3 and synchronization problems
Date: Wed, 5 Sep 2007 17:20:01 +1200

 > Not doing anything but `M-x describe-variable RET gdb-ready' before gdb 
 > prompt appears tells "No match" and then commands make gdb freeze. Plus, 
 > hre are some messages I had:
 >    when: Symbol's value as variable is void: gdb-ready
 >...

I don't get that because:

  *** gud.el    13 Aug 2007 20:51:56 +1200      1.129.2.6
  --- gud.el    02 Sep 2007 15:20:41 +1200      
  *************** If SOFT is non-nil, returns nil if the s
  *** 104,109 ****
  --- 104,111 ----
      "Non-nil if debugged program is running.
    Used to grey out relevant toolbar icons.")
    
  + (defvar gdb-ready nil)
  + 
  ...

Have you byte compiled gud.el?  (You may be loading an old version).
These diffs were made against Emacs in CVS (EMACS_22_BASE branch) so you might
need to adjust them a bit for Emacs 22.1.


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




reply via email to

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