Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Pawel K <pawlaczus@yahoo.com>
To: gdb@sourceware.org
Subject: gdb changes the path
Date: Fri, 07 Sep 2007 09:21:00 -0000	[thread overview]
Message-ID: <879142.58013.qm@web33808.mail.mud.yahoo.com> (raw)

Hello
Why gdb changes path while it works ?
My small project consists of 2 files:
/project/main.cpp
/project/include/functions.h 

main.cpp includes functions.h

main.cpp has been compiled as follows:
g++ -O0 -g ...

Now is the case:

(gdb) bre functions.h:100
Breakpoint ... file /projekt/include/functions.h:100

(gdb) bre main.cpp:200
Breakpoint ... file main.cpp

(gdb) bre functions.h:100
Breakpoint ... file include/functions.h:100

1. Why gdb changes the internal path after setting up
the breakpoint at main.cpp ?

2. How to force gdb to use the relative path as in
breakpoint nr 3 above ?

I use:
gdb 6.6
g++ 4.1.2

Thank You for help


       
____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/


             reply	other threads:[~2007-09-07  9:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07  9:21 Pawel K [this message]
2007-09-07 11:49 ` Daniel Jacobowitz
2007-09-07 12:35   ` Pawel K
2007-09-07 13:37     ` 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=879142.58013.qm@web33808.mail.mud.yahoo.com \
    --to=pawlaczus@yahoo.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