Lines Matching refs:gdb

4 Subject: [PATCH] gdb: Fix native build on xtensa
9 Apply a similar fix than for Alpha architecture on gdb 9:
10 https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=7a27b85f6d9b5eea9bd1493f903158fbea4b2…
14 ../../gdb/xtensa-linux-nat.c: In function ‘void fill_gregset(const regcache*, elf_greg_t (*)[128], …
15 ../../gdb/xtensa-linux-nat.c:66:17: error: ‘gdbarch_pc_regnum’ was not declared in this scope
19 ../../gdb/xtensa-linux-nat.c:68:17: error: ‘gdbarch_ps_regnum’ was not declared in this scope
22 ../../gdb/xtensa-linux-nat.c:71:38: error: no matching function for call to ‘gdbarch_tdep::gdbarch_…
25 In file included from ../../gdb/xtensa-linux-nat.c:38:
26 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘gdbarch_tdep::gdbarch_tdep()’
29 ../../gdb/xtensa-tdep.h:160:8: note: candidate expects 0 arguments, 1 provided
30 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘constexpr gdbarch_tdep::gdbarch_tdep(const gdbarch…
31 ../../gdb/xtensa-tdep.h:160:8: note: no known conversion for argument 1 from ‘gdbarch*’ to ‘const…
32 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘constexpr gdbarch_tdep::gdbarch_tdep(gdbarch_tdep&…
33 ../../gdb/xtensa-tdep.h:160:8: note: no known conversion for argument 1 from ‘gdbarch*’ to ‘gdbar…
34 ../../gdb/xtensa-linux-nat.c:72:49: error: no matching function for call to ‘gdbarch_tdep::gdbarch_…
40 gdb/xtensa-linux-nat.c | 1 +
43 diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c
45 --- a/gdb/xtensa-linux-nat.c
46 +++ b/gdb/xtensa-linux-nat.c