[Commit] New file

Eli Zaretskii eliz@gnu.org
Wed May 26 09:54:00 GMT 2004


> Date: Tue, 25 May 2004 18:36:16 -0400
> From: Andrew Cagney <cagney@gnu.org>
> 
> Oh, and how do I load it into my emacs?

That's a two-step dance (from reading the beginning of the file):

  1. Put the following into your ~/.emacs:

     (autoload 'gdmi "gdb-mi"  
               "Run gdb on program FILE in buffer *gud-FILE*."
               t)

  2. Type "M-x gdbmi RET" to activate.



More information about the Gdb-patches mailing list