bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/25309] Certain source lines when debugging with GDB are not fo


From: ciro.santilli at gmail dot com
Subject: [Bug gold/25309] Certain source lines when debugging with GDB are not found for an executable using gold linker, but are found if regular ld is used instead
Date: Mon, 23 Dec 2019 16:33:57 +0000

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

--- Comment #1 from Ciro Santilli <ciro.santilli at gmail dot com> ---
Worth mentioning that the point I try to break at is a member method of a C++
template class:

```
template <class Impl>
void
FullO3CPU<Impl>::tick()
{
```

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]