public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Guillaume Savaton <guillaume.savaton@eseo.fr>
Cc: insight@sources.redhat.com
Subject: Re: Make breakpoint pending
Date: Thu, 09 Mar 2006 16:45:00 -0000	[thread overview]
Message-ID: <44105B96.8000205@redhat.com> (raw)
In-Reply-To: <44105A23.7070705@eseo.fr>

Guillaume Savaton wrote:

> All my programs are written in assembly language.
> The executable is generated using GNU as and ld.

Ah, okay, now I'm beginning to see what is happening.

If you type "break _start" (or whatever your label is called), I'll bet 
gdb asks you the same question. You really need to use "break *_start", 
since _start is only a LABEL, not a FUNCTION. [Okay, I am assuming you 
didn't write your assembler code make the distinction.]

Keith

  reply	other threads:[~2006-03-09 16:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-22  4:14 Need Help Amarnath
2006-03-02  8:51 ` Make breakpoint pending Guillaume Savaton
2006-03-09 16:09   ` Keith Seitz
2006-03-09 16:39     ` Guillaume Savaton
2006-03-09 16:45       ` Keith Seitz [this message]
2006-03-09 17:08         ` Guillaume Savaton
2006-03-09 17:12           ` Keith Seitz

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=44105B96.8000205@redhat.com \
    --to=keiths@redhat.com \
    --cc=guillaume.savaton@eseo.fr \
    --cc=insight@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).