Alexey Pavlov
4f339ed7cd
gdb: Update to 8.2.1
2018-12-25 10:39:58 +03:00
Alexey Pavlov
e7530388b7
gdb: Update to 8.2
2018-09-06 11:51:53 +03:00
Alexey Pavlov
64497f0103
gdb: Update to 8.1.1
2018-08-07 16:58:18 +03:00
Christoph Reiter
b991ed778e
gdb: py37 build fix ( #4052 )
...
patch taken from upstream
2018-07-06 21:29:27 +03:00
erw7
d28973c6ab
gdb: Fix crash when using info register on Win64. ( #3952 )
...
Reference: https://sourceware.org/bugzilla/show_bug.cgi?id=22854
Signed-off-by: Liu Hao <lh_mouse@126.com >
2018-06-16 14:24:52 +03:00
Andrew Sun
3a93db9199
gdb: update to 8.1 ( #3819 )
...
This updates gdb to 8.1.
2018-05-24 08:02:48 +03:00
Alexey Pavlov
9ced2f415a
gdb: Rebuild
2018-02-05 10:38:20 +03:00
Christoph Reiter
0d3f18a4ad
gdb: fix python relocatable support. See #3329 ( #3345 )
...
Previously python-config-u, a python-configure which returns unix paths,
was passed to configure. Passing a python executable of python-config
which returns Windows paths breaks the relocatable support somehow.
This patch converts the exec-prefix result of the python-config script
to a unix path so that things work as before.
2018-02-04 22:28:30 +03:00
Christoph Reiter
038fd69d28
gdb: Switch to Python 3 ( #3332 )
2018-01-31 08:06:47 +03:00
Alexey Pavlov
9bd705e8c4
gdb: Build with system readline to fix crash
2017-09-18 10:41:57 +03:00
Alexey Pavlov
8e599b5f67
gdb: Update to 8.0.1
2017-09-12 11:26:26 +03:00
Alexey Pavlov
19b08d9ee6
GCC 7.1.0 rebuilds
2017-07-04 07:48:42 +03:00
Alexey Pavlov
b5d93821bb
gdb: Update to 8.0
2017-06-07 15:18:36 +03:00
Alexey Pavlov
aba6e82be3
gdb: Rebuild
2017-05-17 07:41:41 +03:00
Mateusz Mikuła
9dd7fc2fda
{gcc,gdb}: fix checksums ( #2398 )
2017-04-21 07:42:23 +03:00
Orgad Shaneh
f6628a0f2e
Move gdbinit from gdb to gcc ( #2354 )
...
It prints an error when GCC is not installed.
Fixes #1729
2017-04-04 07:02:06 +03:00
Orgad Shaneh
050f734151
gdb: Fix crash on mingw32 ( #2256 )
...
Fixes https://github.com/Alexpux/MSYS2-packages/issues/716 .
Future versions of gdb will have a flag for that[1].
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21187
2017-03-07 20:37:05 +03:00
Alexey Pavlov
07d0f9a11d
gdb: Update to 7.12.1
2017-01-23 09:08:22 +03:00
Alexey Pavlov
e3b593c663
gdb: Rebuild for GCC-6.3.0
2017-01-19 08:51:22 +03:00
Dimitrij Mijoski
eea0a04b2f
Fixes buggy readline 7 in GDB, Alexpux/MINGW-packages#1952 ( #2105 )
...
We revert to using Readline from GDB
We apply a patch from GDB master related to Readline and Mingw
TUI works too.
2017-01-19 06:03:47 +03:00
Dimitrij Mijoski
76576a67f7
Adds a TUI in GNU debugger, GDB. ( #1869 )
2016-11-01 07:40:50 +03:00
Alexey Pavlov
540a69dd1e
gdb: Update to 7.12
2016-10-08 18:29:31 +03:00
Alexey Pavlov
1960254ed6
Rebuild toolchain packages for GCC 6.2.0
2016-09-21 13:33:11 +03:00
mati865
6d9aeca0bb
Rebuild for gcc 6.1.0
2016-08-21 13:50:06 +02:00
Alexey Pavlov
33568ca04c
Rebuild for gcc 5.4.0
2016-06-08 14:22:41 +03:00
Alexey Pavlov
2b37d44874
gdb: Update to 7.11.1
2016-06-03 14:32:21 +03:00
Alexey Pavlov
7e5562a186
gdb: Update to 7.11
2016-02-26 09:07:57 +03:00
Viktor Szakats
e32a40cc92
switch to sha256 checksums
...
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Viktor Szakats
e925eec97d
use secure urls
...
* and follow some redirects
* prefer http over ftp
2016-02-21 13:42:32 +01:00
Alexey Pavlov
0eb971dfa6
gdb: Update to 7.10.1
2015-12-28 08:55:22 +03:00
Alexey Pavlov
e069a57efe
gdb: Update to 7.10
2015-08-30 10:39:02 +03:00
Alexey Pavlov
22eaa7634a
gdb: Fix gdb init file
2015-08-01 11:28:58 +03:00
Alexey Pavlov
4293803a24
=== Rebuild with GCC-5.x. Part XIV ===
2015-07-20 00:49:34 +03:00
U-warlock\alexx
13c9aa2b19
=== Rebuild with GCC-5.1.0. Part I ===
2015-06-30 16:32:00 +03:00
Alexpux
01e0f16ab1
gdb: Update to 7.9.1
2015-05-15 15:12:18 +03:00
Alexpux
d10f10b9e2
gdb: Fix PKGBUILD.
2015-04-28 10:52:49 +03:00
Ray Donnelly
c4e811c690
qt5: Emit QMAKE_DEFAULT_{LIBDIRS,INCDIRS} from configure.exe
...
.. into qconfig.pri. Without this, the packager was required to
remove old versions of Qt software from the sysroot before
building new versions of that software.
mkspecs/features/qt_functions.prf:77..78 has the following:
MODULE_LIBS_ADD = $$MODULE_LIBS
MODULE_LIBS_ADD -= $$QMAKE_DEFAULT_LIBDIRS
.. and that did nothing since QMAKE_DEFAULT_LIBDIRS was empty
before this change.
The configure shell script does this using awk. This feature
should be made to work for other compilers too, currently only
g++ is supported.
2015-04-28 00:33:47 +01:00
Alexpux
740b5310d9
gdb: Rebuild for gcc-4.9.2
2014-12-11 12:35:29 +03:00
Ray Donnelly
0e09566b83
gdb: Add patch for 7.8.1
2014-11-04 23:15:24 +00:00
Ray Donnelly
c4b375970a
gdb: Roll back to 7.6.2 for now
...
Until this is fixed:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279
2014-09-01 21:41:27 +01:00
Ray Donnelly
4c07be6f44
gdb: Add a comment about bug 14963
2014-08-20 23:54:55 +01:00
Alexpux
a4d51d9e8d
gdb: Update to 7.8
2014-07-29 23:28:16 +04:00
Alexpux
d92815a652
Fix scripts to use new global MINGW_PACKAGE_PREFIX variable instead locally defined
2014-06-11 07:11:51 +04:00
Alexpux
a483513366
gdb: Update to 7.7.1
2014-05-06 08:48:42 +04:00
Ray Donnelly
0082acb8c6
gdb: configure as --with-python=../python-config-u.sh
...
So that PYTHON_PATH_RELOCATABLE is detected and defined.
2014-04-28 21:06:20 +01:00
Alexpux
6417552a52
gdb, lib tool: Rebuild with gcc-4.9.0
2014-04-25 08:37:18 +04:00
Alexpux
228bb23d40
Fix formatting. Replace TAB with two spaces
2014-04-22 16:46:15 +04:00
Alexpux
efc2902b50
gdb: Use python executable for detecting python.
2014-03-16 10:46:54 +04:00
Alexpux
ebcc3a796f
gdb: Add support for bigobj file format. Fix using gnu_print with mingw.
2014-03-14 12:09:21 +04:00
Alexpux
e040ea7cdd
gdb: Add patch to fix python stack corrupt.
2014-03-11 13:20:06 +04:00