Commit Graph

40 Commits

Author SHA1 Message Date
Christoph Reiter
c9825efd86 gdb: update _gcc_ver 2023-10-04 07:20:13 +02:00
Orgad Shaneh
985f67e580 gdb: Update to 13.2 2023-09-24 14:42:05 +03:00
Christoph Reiter
77ce3dc51f Some libstdc++ rebuilds 2023-09-15 16:33:15 +02:00
Orgad Shaneh
efe65b30d5 gdb: Update to 13.1 2023-04-28 13:02:30 +03:00
Christoph Reiter
98b156e78d gdb: more byte compile 2023-02-15 08:38:34 +01:00
Christoph Reiter
28c89659b0 python 3.11 rebuilds 2023-02-14 09:48:24 +01:00
Markus Mützel
8253ce6a37 gdb: Fix building with readline 8.2 2022-11-14 11:11:06 +01:00
Hannes Müller
2e79641eec gdb: add support for guile and minor fix for ModuleNotFoundError
Now gdb guile extension also with auto-loading is working. This simplifies
debugging guile code.

Fix for ModuleNotFoundError: No module named 'libstdcxx' with updated
gcc_ver=11.3.0
2022-10-04 21:20:37 +02:00
Christoph Reiter
8780e5c2b8 Python 3.10 rebuilds 2022-07-02 18:56:12 +02:00
Christoph Reiter
5391c118a7 Remove the base-devel group from all PKGBUILD files
We have a base-devel package now, so this isn't used anymore.
Remove it either way to avoid confusion.
2022-04-18 11:17:10 +02:00
Christoph Reiter
7b3bd3fba9 gdb: Update to 11.1 2021-12-28 10:05:48 +01:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Christoph Reiter
c6a134d91a Python 3.9 rebuilds 2021-05-15 15:21:37 +02:00
jeremyd2019
b029f93517 gdb: update PKGBUILD for i686 fix 2021-05-04 13:03:48 -07:00
jeremyd2019
270731d2b0 gdb: fix msysize patch for i686 2021-05-04 13:01:44 -07:00
Orgad Shaneh
990e05e576 gdb: Update to 10.2 2021-05-03 14:43:56 +03:00
Jeremy Drake
de4768e57f Use python-devel instead of libcrypt-devel.
For packages that need crypt.h by way of python.
2020-08-25 12:22:41 -07:00
Jeremy Drake
f75b7f2d6b gdb: add libcrypt-devel to makedepends
Otherwise configure fails trying to include Python.h
2020-08-02 00:06:45 -07:00
Alexey Pavlov
3bc0a1fbc7 gdb: Update to 9.2 2020-05-30 11:44:02 +03:00
Alexey Pavlov
fb12aa8523 gdb: Update to 9.1 2020-04-19 22:18:04 +03:00
Alexey Pavlov
da69f8ab60 Rebuild binutils and gdb with gcc-9.1.0 2019-07-04 23:41:42 +03:00
Alexey Pavlov
425672b591 gdb: Rebuild 2019-05-23 12:12:12 +03:00
xaizek
5006c8eb1f Add missing part of msysize patch for gdb (#1626)
gdb_osabi in defs.h and array of osabi strings in osabi.c must be
synchronized otherwise gdb fails with internal error on start as it
detects that the array and enumeration have diverged.
2019-05-23 08:11:54 +03:00
Alexey Pavlov
3a34b781ba gdb: Update to 8.2.1 2019-04-30 13:28:08 +03:00
Alexey Pavlov
5a462059ca gdb: Update to 7.12.1 2018-07-13 09:19:43 +03:00
Alexey Pavlov
6637e49538 gdb: Update to 7.11.1 2017-02-15 12:16:50 +03:00
Antonio Cebrián
ea7ffe6b65 gdb: Added sha256 for new patch file 2016-12-09 19:08:40 +01:00
Antonio Cebrián
8c970d1070 gdb: Add patch for thread name support.
Solves unknown target exception 0x406d1388

Backported from cygwin commit:
https://cygwin.com/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=24cdb46e9f0a694b4fbc11085e094857f08c0419
2016-12-09 17:41:27 +01:00
J. Peter Mugaas
7f1a65b248 gdb 7.9 - add validpgpkeys 2016-05-16 08:05:07 -04:00
mati865
fccbd55905 gdb: fix path for gcc-5.3.0 libstdcxx
Fixes importError:
 Traceback (most recent call last):
  File "<string>", line 3, in <module>
  ImportError: No module named libstdcxx.v6.printers
  /etc/gdbinit:6: Error in sourced command file:
  Error while executing Python code.
2016-05-14 16:04:37 +02:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexpux
307f6dca73 gdb: Update to 7.9 2015-03-08 15:07:51 +03:00
David Macek
310f430905 Clean up /usr/sbin and /usr/etc
Affected recipes: cyrus-sasl, filesystem, gdb, heimdal, tar, tzcode, util-linux

Also:
- add missing dependencies to gdb
- re-format filesystem PKGBUILD slightly
2015-03-07 17:07:25 +01:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
b748377d06 gdb: Rebuild for gcc-4.9.2. Add patches from cygwin 2014-11-07 22:56:24 +03:00
Alexpux
0e8f426712 gdb: Update to 7.8.1 2014-10-30 10:01:03 +03:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
f0138dbc5e Add GDB package. 2014-01-26 19:47:10 +04:00