Commit Graph

85 Commits

Author SHA1 Message Date
Rudi Heitbaum
8d4984823e gdb: update to 16.3 2025-04-21 02:29:33 +00:00
Rudi Heitbaum
1dbc5db9ec gdb: update to 16.2 2025-02-02 03:50:56 +00:00
Rudi Heitbaum
aaec583ec5 gdb: update to 16.1 2025-01-19 01:14:42 +00:00
Rudi Heitbaum
c2b9dfba65 gdb: update to 15.2 2024-09-29 16:07:28 +00:00
Rudi Heitbaum
db921b5c6c gdb: update to 15.1 2024-07-08 12:43:52 +00:00
Rudi Heitbaum
08f81f0652 gdb: update to 14.2
March 3rd, 2024: GDB 14.2 Released!
The latest version of GDB, version 14.2, is available for download.

This is a minor corrective release over GDB 14.1, fixing the following issues:

PR symtab/31112 (DLL export forwarding is broken)
PR c++/31128 (gdb crashes when trying to print a global variable stub without a running inferior)
PR tdep/31254 ([gdb/tdep, arm] FAIL: gdb.threads/staticthreads.exp: up 10)
PR gdb/31256 (Crash with basic 'list .')
PR python/31366 (Frame.static_link() segfaults)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-14.2-release
2024-03-04 05:34:37 +00:00
Rudi Heitbaum
20edbef394 gdb: update to 14.1
ann:
- https://sourceware.org/pipermail/gdb-announce/2023/000137.html
- https://www.sourceware.org/gdb/download/ANNOUNCEMENT
- https://www.sourceware.org/gdb/
2023-12-03 11:13:50 +00:00
Rudi Heitbaum
3c95921617 gdb: update to 13.2 2023-06-05 12:07:14 +00:00
Rudi Heitbaum
40b6a7bfa1 gdb: update to 13.1 2023-03-17 11:05:14 +00:00
Dom Cobley
d85af7144f gdb: Fix ctrl-c handling with gdbserver
See: https://sourceware.org/bugzilla/show_bug.cgi?id=18772
Signed-off-by: Dom Cobley <popcornmix@gmail.com>
2022-06-20 13:46:15 +01:00
Rudi Heitbaum
90d566d803 gdb: update to 12.1
ann:
- https://lists.gnu.org/archive/html/info-gnu/2022-05/msg00000.html
2022-05-02 09:51:12 +00:00
heitbaum
788f22f17d gdb: update to 11.2
update 11.1 (2021-09-13) to 11.2 (2022-01-16)

Release Notes:
- https://www.sourceware.org/gdb/download/ANNOUNCEMENT
- https://www.sourceware.org/gdb/
- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-11.2-release

January 16th, 2022: GDB 11.2 Released!
The latest version of GDB, version 11.2, is available for download.

This is a minor corrective release over GDB 11.1, fixing the following issues:

- PR sim/28302 (gdb fails to build with glibc 2.34)
- PR build/28318 (std::thread support configure check does not use CXX_DIALECT)
- PR gdb/28405 (arm-none-eabi: internal-error: ptid_t remote_target::select_thread_for_ambiguous_stop_reply(const target_waitstatus*): Assertion `first_resumed_thread != nullptr' failed)
- PR tui/28483 ([gdb/tui] breakpoint creation not displayed)
- PR build/28555 (uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6)
- PR rust/28637 (Rust characters will be encoded using DW_ATE_UTF)
- PR gdb/28758 (GDB 11 doesn't work correctly on binaries with a SHT_RELR (.relr.dyn) section)
- PR gdb/28785 (Support SHT_RELR (.relr.dyn) section)
2022-02-05 04:36:24 +00:00
heitbaum
eb70950135 gdb: remove RPATH 2022-01-23 21:39:17 +00:00
Jernej Skrabec
611b517507 gdb: Add gmp dependency 2021-09-24 17:40:56 +02:00
heitbaum
ab7fcbac51 gdb: update to 11.1 2021-09-19 21:30:05 +10:00
Ian Leonard
02d5330409 debug: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:44 +00:00
heitbaum
230280139e gdb: update to 10.1 2020-12-13 07:19:59 +00:00
Matthias Reichl
f699a62097 gdb: support building remote/cross gdb for host
gdbserver is already present in the image but a remote/cross gdb
for the target arch was missing.

Add this so we can easily remote-debug programs.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-04-22 16:18:48 +02:00
Jernej Skrabec
1ad1ac54cf gdb: fix expat search on some hosts 2020-02-22 07:39:18 +01:00
MilhouseVH
0e1b760dd8 gdb: update to gdb-9.1 2020-02-09 12:27:23 +00:00
Ian Leonard
08bdf2a5cd gdb: set size build flag
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-21 02:54:54 +00:00
MilhouseVH
7ffc044f29 gdb: update to gdb-8.2.1 2019-02-01 20:42:55 +00:00
MilhouseVH
c19a3ff780 packages: setup_toolchain $TARGET only called after package is sourced
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00