public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/17497] New: gdb doesn't always consider normalized source file paths when inserting breakpoints
@ 2014-10-20 20:22 malaperle at gmail dot com
  2014-10-20 20:26 ` [Bug breakpoints/17497] " malaperle at gmail dot com
  2015-02-03 20:32 ` antoine.tremblay at ericsson dot com
  0 siblings, 2 replies; 3+ messages in thread
From: malaperle at gmail dot com @ 2014-10-20 20:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17497

            Bug ID: 17497
           Summary: gdb doesn't always consider normalized source file
                    paths when inserting breakpoints
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: malaperle at gmail dot com

I have an executable with debug symbols with a path that look likes
/build-server/program/build/../file.c
I try to insert a breakpoint by using the CLI "b /build-server/program/file.c"

If file.c doesn't exist, gdb fails to insert the breakpoint with "No source
file named".
However, if file.c exists, it works. So it seems that in that case it correctly
normalizes the source file path in the debug symbols and removes the
"build/../" part so that it can be matched.

Some background:

This is especially a problem when using Eclipse with path mapping. For example,
the program was compiled in /build-server/program/build on another machine and
I try to debug it on my local machine with the source files in
/home/user/program. If I create this mapping:

/home/user/program -> /build-server/program/build/../

The paths in the mapping get normalized (by Eclipse) to this:

/home/user/program -> /build-server/program/

So that when I set a breakpoint in /home/user/program/file.c, it issues the
command to insert in /build-server/program/file.c. But that doesn't work, as
explained above. One could argue that this could be changed on the Eclipse side
so that it doesn't normalize the paths but I think it's reasonable to expect
that the user should be able to enter "b /build-server/program/file.c" and
expect it to work on the command line.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug breakpoints/17497] gdb doesn't always consider normalized source file paths when inserting breakpoints
  2014-10-20 20:22 [Bug breakpoints/17497] New: gdb doesn't always consider normalized source file paths when inserting breakpoints malaperle at gmail dot com
@ 2014-10-20 20:26 ` malaperle at gmail dot com
  2015-02-03 20:32 ` antoine.tremblay at ericsson dot com
  1 sibling, 0 replies; 3+ messages in thread
From: malaperle at gmail dot com @ 2014-10-20 20:26 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17497

Marc-Andre Laperle <malaperle at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreas.from at ericsson dot com,
                   |                            |malaperle at gmail dot com,
                   |                            |marc.khouzam at ericsson dot com,
                   |                            |simon.marchi at ericsson dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug breakpoints/17497] gdb doesn't always consider normalized source file paths when inserting breakpoints
  2014-10-20 20:22 [Bug breakpoints/17497] New: gdb doesn't always consider normalized source file paths when inserting breakpoints malaperle at gmail dot com
  2014-10-20 20:26 ` [Bug breakpoints/17497] " malaperle at gmail dot com
@ 2015-02-03 20:32 ` antoine.tremblay at ericsson dot com
  1 sibling, 0 replies; 3+ messages in thread
From: antoine.tremblay at ericsson dot com @ 2015-02-03 20:32 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17497

Antoine Tremblay <antoine.tremblay at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |antoine.tremblay at ericsson dot c
                   |                            |om
           Assignee|unassigned at sourceware dot org   |antoine.tremblay at ericsson dot c
                   |                            |om

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-03 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20 20:22 [Bug breakpoints/17497] New: gdb doesn't always consider normalized source file paths when inserting breakpoints malaperle at gmail dot com
2014-10-20 20:26 ` [Bug breakpoints/17497] " malaperle at gmail dot com
2015-02-03 20:32 ` antoine.tremblay at ericsson dot com

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).