Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Steffen Dettmer <steffen.dettmer@googlemail.com>
To: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: remote debugging: "call" just leads to "Cannot insert breakpoint 0"
Date: Mon, 20 Sep 2010 14:41:00 -0000	[thread overview]
Message-ID: <AANLkTim2Agf+J8JeS5GDFCaZU4Xm0qcK10iZr5tyxX06@mail.gmail.com> (raw)

Hi,

using gdb-arm-elf (non-linux) running on x86 linux I think remote
functions can be invoked (such as "(gdb) print strlen(str)"), but
I just get "Cannot insert breakpoint 0".

Why is gdb trying to break at 0?

Any ideas what could cause this?

Do I do something wrong?
Do I need to setup anything special?

This issue was reported for a wide range of gdb versions (6.4,
6.8, 7.1/7.2), actually never worked for us, but I think it
should work, shouldn't it?

The trace shows that when you type the "call" command, GDB sets
up the registers, sets a breakpoint (to be reached at the end of
the function execution, I believe), and resumes the execution.
The problem is that the breakpoint is always set at address 0, on
4 bytes:

"Sending packet: $Z0,0,4#46...Ack"
-> It makes no sense to set such a breakpoint at address 0, and
BTW this breakpoint is never reached. It fails immediately
because it is impossible to set this breakpoint.

p &toto
p &toto
$1 = (int ()) 0xc0000248 <toto>
set debug remote 1
set debug remote 1
call toto()
call toto()
Sending packet: $Pe=00000000#72...Ack
Packet received: OK
Packet P (set-register) is supported
Sending packet: $Pd=980702c0#be...Ack
Packet received: OK
Sending packet: $Pf=480200c0#b4...Ack
Packet received: OK
Sending packet: $Z0,0,4#46...Ack
Packet received: E00
Sending packet: $Pd=a00702c0#de...Ack
Packet received: OK
Sending packet: $Pe=100200c0#a8...Ack
Packet received: OK
Sending packet: $Pf=520200c0#af...Ack
Packet received: OK
Warning:
Cannot insert breakpoint 0.
Error accessing memory address 0x0: Unknown error 4294967295.


Any hints appreciated.

oki,

Steffen


             reply	other threads:[~2010-09-20 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20 14:41 Steffen Dettmer [this message]
2010-09-20 14:59 ` Pedro Alves

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=AANLkTim2Agf+J8JeS5GDFCaZU4Xm0qcK10iZr5tyxX06@mail.gmail.com \
    --to=steffen.dettmer@googlemail.com \
    --cc=gdb@sourceware.org \
    /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