public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "rui314 at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/30008] gdb fails to get line numbers with gold/mold with --gdb-index
Date: Wed, 18 Jan 2023 00:48:46 +0000	[thread overview]
Message-ID: <bug-30008-4717-yxGHZxph9x@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-30008-4717@http.sourceware.org/bugzilla/>

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

--- Comment #2 from Rui Ueyama <rui314 at gmail dot com> ---
I'm using "GNU gold (GNU Binutils for Ubuntu 2.38) 1.16" on Ubuntu 22.04.

You may want to apply the following patch to ensure you are using gold with
`--gdb-index`.

```
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e0ae9ed..091835c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,6 +55,8 @@ if(MOLD_USE_MOLD)
   add_link_options(-fuse-ld=mold -Wl,--gdb-index)
 endif()

+add_link_options(-fuse-ld=gold -Wl,--gdb-index)
+
 add_executable(mold)
 target_compile_features(mold PRIVATE cxx_std_20)
 target_link_libraries(mold PRIVATE ${CMAKE_DL_LIBS})
```

With this patch, I can reproduce the issue with the following commands:

$ git clone git@github.com:rui314/mold.git
$ cd mold
$ patch -p1 < patch.diff
$ mkdir build; cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clang++-14 ..
$ cmake --build .
$ gdb ./mold -nx -batch -ex 'b parse_nonpositional_args' -ex 'run --no-fork
--no-threads' -ex bt -ex c -ex quit

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

  parent reply	other threads:[~2023-01-18  0:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17  6:25 [Bug gdb/30008] New: " rui314 at gmail dot com
2023-01-17 18:20 ` [Bug gdb/30008] " simon.marchi at polymtl dot ca
2023-01-18  0:48 ` rui314 at gmail dot com [this message]
2023-02-15 15:56 ` tromey at sourceware dot org
2023-02-15 16:28 ` simon.marchi at polymtl dot ca
2023-02-15 18:15 ` tromey at sourceware dot org
2023-02-16  0:07 ` rui314 at gmail dot com
2023-02-16  2:32 ` sam at gentoo dot org

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=bug-30008-4717-yxGHZxph9x@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).