public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@redhat.com>
To: Jose Paul <jose@exorindia.com>
Cc: gdb@sources.redhat.com
Subject: Re: GDB does not returns
Date: Fri, 08 Aug 2003 13:37:00 -0000	[thread overview]
Message-ID: <3F33A771.9080308@redhat.com> (raw)
In-Reply-To: <000e01c35d66$62933dd0$e900a8c0@jose>


> (gdb) break _exit
> Breakpoint 1 at 0x8010f040: file /ecos-d/DeviceStudio/ecos/src/ecos-s
> es/language/c/libc/startup/current/src/_exit.cxx, line 83.
> (gdb) continue
> Continuing.
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> [New Thread 2]
> [Switching to Thread 2]
> 
> Breakpoint 1, _exit (status=0) at /ecos-d/DeviceStudio/ecos/src/ecos-
> ges/language/c/libc/startup/current/src/_exit.cxx:83
> 83          CYG_ASSERT( status == 0, "Program _exiting with non-zero
> s");
> Current language:  auto; currently c++

Right.  Your program's been stopped just mm from its real exit.

> (gdb) c
> Continuing.

That won't go anywhere.  The remote end will need to be modified so that 
_exit causes the target to report back a program-exited packet (Wnn, see 
Remote Protocol in the doco).  It appears at present _exit is simply 
implemented as an infinite loop..

Andrew


      reply	other threads:[~2003-08-08 13:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-01  4:32 Jose Paul
2003-08-08  2:27 ` Andrew Cagney
2003-08-08  4:33   ` Jose Paul
2003-08-08 13:37     ` Andrew Cagney [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F33A771.9080308@redhat.com \
    --to=ac131313@redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=jose@exorindia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).