From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: Andrew Cagney Cc: nickrob@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [Commit] New file Date: Wed, 26 May 2004 09:54:00 -0000 Message-id: <2719-Wed26May2004125153+0300-eliz@gnu.org> References: <16563.42891.155614.609433@nick.uklinux.net> <40B3CA60.6010001@gnu.org> X-SW-Source: 2004-05/msg00736.html > Date: Tue, 25 May 2004 18:36:16 -0400 > From: Andrew Cagney > > 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.