all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
@ 2009-07-07 18:15 Jan Djärv 
  2009-07-08  4:59 ` Nick Roberts
  2009-07-08  5:05 ` bug#3779: marked as done (23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Djärv  @ 2009-07-07 18:15 UTC (permalink / raw)
  To: emacs-pretest-bug

Start gdb with M-x gdb.
Select from the menu Gud => GDB-MI => Separate IO.

Gives error message:
Symbol's function definition is void: gdb-use-separate-io-buffer.

gdb-use-separate-io-buffer is a variable, not a function.


In GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1)
 of 2009-07-07 on gaffa
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
configured using `configure  '--prefix=/opt/emacs-cvs' '--verbose' '--with-x-toolkit=gtk' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: sv_SE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Debugger

Minor modes in effect:
  delete-selection-mode: t
  icomplete-mode: t
  display-time-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
n <return> n <return> n <return> n <return> n <return> 
s <return> n <return> <return> n <return> n <return> 
n <return> n <return> n <return> <return> n <return> 
n <return> n <return> <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> p SPC p a t t e r n <return> n <return> 
n <return> p SPC s p e c <return> p r <return> q <return> 
C-x k <return> <help-echo> <down-mouse-1> <mouse-1> 
C-x 1 C-x k <return> <down-mouse-1> <mouse-movement> 
<mouse-movement> <drag-mouse-1> <down-mouse-1> <mouse-1> 
C-s C-w C-w C-s C-s C-s C-s C-a C-s C-s C-s C-a M-x 
g r e p <return> m , a t c h SPC <escape> <backspace> 
<backspace> a t c h SPC f o n t . c <return> <help-echo> 
<help-echo> <down-mouse-1> <mouse-1> <next> <prior> 
<help-echo> <down-mouse-1> <mouse-2> <help-echo> <help-echo> 
<down-mouse-1> <mouse-1> C-x 1 C-a <prior> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
C-s C-w C-w C-w C-s C-s C-a <prior> <next> C-s C-s 
C-s C-s C-s C-s C-a C-x b <return> C-x k <return> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> 
<mouse-1> <down-mouse-1> <mouse-1> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> C-a C-x b <return> 
C-s C-s C-s <escape> < C-s x f t f o n t _ m a t C-a 
<help-echo> <help-echo> <help-echo> C-s C-s C-s C-a 
<down-mouse-1> <mouse-1> M-x g d b <return> <return> 
C-x b <return> C-x C-a C-b C-x b <return> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<debug> <mi> <gdb-use-separate-io> M-x r e p o r t 
- <tab> <return>

Recent messages:
Mark set [208 times]
Mark saved where search started [2 times]
Grep finished (matches found)
Mark set
Mark saved where search started [2 times]
Mark set
Mark saved where search started [2 times]
Mark set [2 times]
Command: break xftfont.c:173
Mark set [3 times]
Symbol's function definition is void: gdb-use-separate-io-buffer





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
@ 2009-07-08  3:31 Chong Yidong
  0 siblings, 0 replies; 4+ messages in thread
From: Chong Yidong @ 2009-07-08  3:31 UTC (permalink / raw)
  To: Nick Roberts, Dmitry Dzhus; +Cc: 3779

I am not sure Nick or Dmitry read the bug list, so I'm forwarding this
to them.


"Jan Djärv" <jan.h.d@swipnet.se> wrote:

> Start gdb with M-x gdb.
> Select from the menu Gud => GDB-MI => Separate IO.
>
> Gives error message:
> Symbol's function definition is void: gdb-use-separate-io-buffer.
>
> gdb-use-separate-io-buffer is a variable, not a function.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
  2009-07-07 18:15 bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer Jan Djärv 
@ 2009-07-08  4:59 ` Nick Roberts
  2009-07-08  5:05 ` bug#3779: marked as done (23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer) Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Nick Roberts @ 2009-07-08  4:59 UTC (permalink / raw)
  To: Jan Djärv, 3779-done; +Cc: emacs-pretest-bug

 > Start gdb with M-x gdb.
 > Select from the menu Gud => GDB-MI => Separate IO.
 > 
 > Gives error message:
 > Symbol's function definition is void: gdb-use-separate-io-buffer.
 > 
 > gdb-use-separate-io-buffer is a variable, not a function.

I don't think this happens now.  gdb-use-separate-io-buffer should always be t
so I've made some changes.  This mode is replacing the one that's being
released (EMACS_23_1_RC branch) and is likely to be unstable in the near
future.  For the moment, I suggest that if you want to debug in earnest, to
use the version on the release branch.

I'm closing this report because I think it's fixed.

Nick





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3779: marked as done (23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer)
  2009-07-07 18:15 bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer Jan Djärv 
  2009-07-08  4:59 ` Nick Roberts
@ 2009-07-08  5:05 ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-07-08  5:05 UTC (permalink / raw)
  To: Nick Roberts

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]


Your message dated Wed, 8 Jul 2009 16:59:32 +1200
with message-id <19028.10164.250489.46481@totara.tehura.co.nz>
and subject line bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
has caused the Emacs bug report #3779,
regarding 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3779: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3779
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6001 bytes --]

From: "Jan Djärv" <jan.h.d@swipnet.se>
To: emacs-pretest-bug@gnu.org
Subject: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
Date: Tue, 7 Jul 2009 20:15:41 +0200
Message-ID: <200907071815.n67IFfJ5028577@gaffa.localdomain>

Start gdb with M-x gdb.
Select from the menu Gud => GDB-MI => Separate IO.

Gives error message:
Symbol's function definition is void: gdb-use-separate-io-buffer.

gdb-use-separate-io-buffer is a variable, not a function.


In GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1)
 of 2009-07-07 on gaffa
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
configured using `configure  '--prefix=/opt/emacs-cvs' '--verbose' '--with-x-toolkit=gtk' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: sv_SE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Debugger

Minor modes in effect:
  delete-selection-mode: t
  icomplete-mode: t
  display-time-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
n <return> n <return> n <return> n <return> n <return> 
s <return> n <return> <return> n <return> n <return> 
n <return> n <return> n <return> <return> n <return> 
n <return> n <return> <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> n <return> n <return> n <return> n <return> 
n <return> p SPC p a t t e r n <return> n <return> 
n <return> p SPC s p e c <return> p r <return> q <return> 
C-x k <return> <help-echo> <down-mouse-1> <mouse-1> 
C-x 1 C-x k <return> <down-mouse-1> <mouse-movement> 
<mouse-movement> <drag-mouse-1> <down-mouse-1> <mouse-1> 
C-s C-w C-w C-s C-s C-s C-s C-a C-s C-s C-s C-a M-x 
g r e p <return> m , a t c h SPC <escape> <backspace> 
<backspace> a t c h SPC f o n t . c <return> <help-echo> 
<help-echo> <down-mouse-1> <mouse-1> <next> <prior> 
<help-echo> <down-mouse-1> <mouse-2> <help-echo> <help-echo> 
<down-mouse-1> <mouse-1> C-x 1 C-a <prior> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
C-s C-w C-w C-w C-s C-s C-a <prior> <next> C-s C-s 
C-s C-s C-s C-s C-a C-x b <return> C-x k <return> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <down-mouse-1> 
<mouse-1> <down-mouse-1> <mouse-1> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> C-a C-x b <return> 
C-s C-s C-s <escape> < C-s x f t f o n t _ m a t C-a 
<help-echo> <help-echo> <help-echo> C-s C-s C-s C-a 
<down-mouse-1> <mouse-1> M-x g d b <return> <return> 
C-x b <return> C-x C-a C-b C-x b <return> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<debug> <mi> <gdb-use-separate-io> M-x r e p o r t 
- <tab> <return>

Recent messages:
Mark set [208 times]
Mark saved where search started [2 times]
Grep finished (matches found)
Mark set
Mark saved where search started [2 times]
Mark set
Mark saved where search started [2 times]
Mark set [2 times]
Command: break xftfont.c:173
Mark set [3 times]
Symbol's function definition is void: gdb-use-separate-io-buffer


[-- Attachment #3: Type: message/rfc822, Size: 2176 bytes --]

From: nickrob@snap.net.nz (Nick Roberts)
To: "Jan Djärv " <jan.h.d@swipnet.se>, 3779-done@emacsbugs.donarmstrong.com
Cc: emacs-pretest-bug@gnu.org
Subject: bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer
Date: Wed, 8 Jul 2009 16:59:32 +1200
Message-ID: <19028.10164.250489.46481@totara.tehura.co.nz>

 > Start gdb with M-x gdb.
 > Select from the menu Gud => GDB-MI => Separate IO.
 > 
 > Gives error message:
 > Symbol's function definition is void: gdb-use-separate-io-buffer.
 > 
 > gdb-use-separate-io-buffer is a variable, not a function.

I don't think this happens now.  gdb-use-separate-io-buffer should always be t
so I've made some changes.  This mode is replacing the one that's being
released (EMACS_23_1_RC branch) and is likely to be unstable in the near
future.  For the moment, I suggest that if you want to debug in earnest, to
use the version on the release branch.

I'm closing this report because I think it's fixed.

Nick

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-08  5:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 18:15 bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer Jan Djärv 
2009-07-08  4:59 ` Nick Roberts
2009-07-08  5:05 ` bug#3779: marked as done (23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer) Emacs bug Tracking System
  -- strict thread matches above, loose matches on Subject: below --
2009-07-08  3:31 bug#3779: 23.1.50; Symbol's function definition is void: gdb-use-separate-io-buffer Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.