[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in process filter: gdb-starting: Unexpected `starting' annotation
From: |
David L |
Subject: |
error in process filter: gdb-starting: Unexpected `starting' annotation |
Date: |
Wed, 28 Feb 2007 10:00:55 -0800 |
I compiled the following program like this:
gcc -g -o foo foo.c
#include <stdio.h>
int main(int argc, char *argv[])
{
int i,j=0;
for (i=0;i<1000000;i++) {
j+=i;
}
printf("%d\n", j);
return 0;
}
Then I opened foo.c with emacs and started gdb from within emacs.
I put a breakpoint on line 5, and started running. After it hit
the breakpoint, I typed step. Then I held down return to step
through a bunch more lines. I got some error messages like this:
error in process filter: gdb-starting: Unexpected `starting' annotation
error in process filter: Unexpected `starting' annotation
I am not currently subscribed... please CC me on responses.
David
In GNU Emacs 22.0.94.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2007-02-28 on chewbacca.integrinautics.com
X server distributor `The X.Org Foundation', version 11.0.70101000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
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: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
Major mode: Debugger
Minor modes in effect:
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
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
<escape> x g d b <return> <return> C-x 2 C-x b <return>
C-x o b r e a k SPC 8 <return> r u n <return> s t e
p <return> <return> <return> <return> <return> <return>
<return> <return> <return> <return> <return> <return>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu>
<report-emacs-bug>
Recent messages:
For information about the GNU Project and its goals, type C-h C-p.
Loading cc-mode...done
For information about the GNU Project and its goals, type C-h C-p.
Loading gud...
Loading easy-mmode...done
Loading gud...done
error in process filter: gdb-starting: Unexpected `starting' annotation
error in process filter: Unexpected `starting' annotation
Loading emacsbug...done
byte-code: Beginning of buffer
_________________________________________________________________
Don’t miss your chance to WIN 10 hours of private jet travel from Microsoft®
Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/
- error in process filter: gdb-starting: Unexpected `starting' annotation,
David L <=