From mboxrd@z Thu Jan 1 00:00:00 1970 From: toddpw@wrs.com (Todd Whitesel) To: tastas@home.com (Todd Sabin) Cc: gdb@cygnus.com Subject: Re: keeping commands out of the history Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903060638.WAA29974@alabama.wrs.com> References: <199903060607.BAA11685@banzai3.insignia.org> X-SW-Source: 1999-q1/msg00086.html > I'm playing with emacs's gud.el to make it display some stuff from > gdb in other buffers. The problem is that the commands used to get the > data go into gdb's history, which is not intended. I looked for some > option for temporarily bypassing command history, but didn't find anything. > > It seems that DDD is able to do this. I looked at its source for a bit, > but didn't see anything special it's doing. > > Does anyone know if there's a way to do what I'm talking about, or how > DDD seems to manage to do it? I have the code you need, but it is currently tied to a custom command we use here. It is easy for me to implement a whole new command that is like 'print' or 'inspect' but does not add to the value history, and submit the patches. Would this work for you? -- Todd Whitesel toddpw @ wrs.com