This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Commit] New file


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]