Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Dmytro Bablinyuk <dmytro.bablinyuk@rftechnology.com.au>
To: gdb@sources.redhat.com
Subject: Using cross compiled GDB under Emacs
Date: Thu, 06 Oct 2005 01:40:00 -0000	[thread overview]
Message-ID: <43448083.9020906@rftechnology.com.au> (raw)

I have cross compiled gdb and I can set a break point under emacs using 
'C-x space' but when gdb stops at breakpoint Emacs does not show the 
line where gdb stopped. If I use 'b' command - the same, Emacs does not 
show the file and line where it stopped. If I try to see line info it 
says that no line number available.
Here is dump:

There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i386-pc-linux-gnu 
--target=powerpc-linux-uclibc"...0xfff00100 in ?? ()

(gdb) ram
add symbol table from file "u-boot" at
	.text_addr = 0x3fc7000
(gdb) b board_init_r
Breakpoint 1 at 0x3fcba28: file board.c, line 588.
(gdb) c
Continuing.

Breakpoint 1, <signal handler called>
(gdb) info line
No line number information available.
(gdb)

Does anybody know how to 'attach' emacs to gdb?
The program was compiled with these options
-ggdb  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ 
-DTEXT_BASE=0xFFF00000 -fno-builtin -ffreestanding -nostdinc -isystem 
-pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 
-ffixed-r29 -mstring -mcpu=603e -mmultiple -Wall -Wstrict-prototypes

Thank you


             reply	other threads:[~2005-10-06  1:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-06  1:40 Dmytro Bablinyuk [this message]
2005-10-06  2:14 ` Dmytro Bablinyuk
2005-10-06  2:16   ` Daniel Jacobowitz

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=43448083.9020906@rftechnology.com.au \
    --to=dmytro.bablinyuk@rftechnology.com.au \
    --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