This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18071] New: TLS variables can't be resolved on aarch64-linux-gnu


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

            Bug ID: 18071
           Summary: TLS variables can't be resolved on aarch64-linux-gnu
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org

We see some fails in gdb.threads/tls.exp that some tls variables can't be
resolved,

info address K::another_thread_local^M
Symbol "K::another_thread_local" is unresolved.^M
(gdb) FAIL: gdb.threads/tls.exp: first info address another_thread_local
â
info address K::another_thread_local
Symbol "K::another_thread_local" is unresolved.
(gdb) FAIL: gdb.threads/tls.exp: second info address another_thread_local
â
info address K::another_thread_local
Symbol "K::another_thread_local" is unresolved.
(gdb) FAIL: gdb.threads/tls.exp: third info address another_thread_local
â
info address K::another_thread_local
Symbol "K::another_thread_local" is unresolved.
(gdb) FAIL: gdb.threads/tls.exp: 4 info address another_thread_local
â
info address K::another_thread_local
Symbol "K::another_thread_local" is unresolved.
(gdb) FAIL: gdb.threads/tls.exp: 2 info address another_thread_local
â
info address K::another_thread_local
Symbol "K::another_thread_local" is unresolved.
(gdb) FAIL: gdb.threads/tls.exp: 3 info address another_thread_local

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]