Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Jose Paul" <jose@exorindia.com>
To: <gdb@sources.redhat.com>
Subject: GDB does not returns
Date: Fri, 01 Aug 2003 04:32:00 -0000	[thread overview]
Message-ID: <003201c357e6$29de3970$e900a8c0@jose> (raw)


Hi All,

Hi Alain,

Here is the program I am using.

/*----------------------------------------------------
 * eCos 'Hello world' example
 * --------------------------------------------------*/

#include <stdio.h>
//#include "library_example.h"

int main(int argc, char* argv[])
{
    int i;


    for (i=0; i<10; i++)
    {
      printf("Hello world!\n\r");
     }
    return 0;
}


I am using GDB  mipsel-elf-gdb.exe build GNU gdb 20030516.
My problem is that when I run the above program in command line it prints
Hello world
and is not returning to GDB.

One of the ecos GUY says that if we put a break point at exit it is possible
to exit the program.
What command we have use to put a break
point at exit or what settings I have to make to get back to gdb prompt?.

Please let me know.
Jose




             reply	other threads:[~2003-08-01  4:32 UTC|newest]

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

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='003201c357e6$29de3970$e900a8c0@jose' \
    --to=jose@exorindia.com \
    --cc=gdb@sources.redhat.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