Change History (5)
comment:1 by , 22 months ago
Summary: | gdb-13,2 → gdb-13.2 |
---|
comment:2 by , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 22 months ago
We have a problem: we have not been installing gdbserver since probably 2020. The reason is we use make -C gdb install
, and gdbserver is now in the top level directory. Removing -C gdb
, on the other hand, installs files that conflict with binutils (in /usr/include mainly, but also it installs static versions of some binutils libraries in /usr/include. I think I'll go with make -C gdbserver install
in addition to the existing install instruction.
Note:
See TracTickets
for help on using tickets.
May 27th, 2023: GDB 13.2 Released!
This is a minor corrective release over GDB 13.1, fixing the following issues: