157 Commits

Author SHA256 Message Date
OBS User buildservice-autocommit
bd6cbb6ebd Updating link to change in openSUSE:Factory/gdb revision 125.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=6ed8d3488e880b2255fe3a3ae50e1011
2019-05-25 11:16:31 +00:00
Michael Matz
630d3f35be Accepting request 705251 from home:tomdevries:branches:devel:gcc
Update to 8.3 release

OBS-URL: https://build.opensuse.org/request/show/705251
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=204
2019-05-24 13:40:33 +00:00
Michael Matz
15e61520b4 Accepting request 704690 from home:marxin:branches:devel:gcc
- Add gdb-gcc9-fix-build-with-latest-GCC-9.0-tree.patch and
  gdb-gcc9-warning-on-elf32-arm.c-elf32_arm_final_link.patch
  in order to fix build with GCC9.

OBS-URL: https://build.opensuse.org/request/show/704690
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=203
2019-05-22 12:16:56 +00:00
Richard Biener
d40359d9a3 Accepting request 668275 from home:tomdevries:branches:devel:gcc
- Backport upstream fix for assertion failure
  `SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language'
  [swo#23712, rh#1560010]
 * Add patches from fedora 29 @ 4513f72
 * Add patch to fix multidictionary.exp test-case

OBS-URL: https://build.opensuse.org/request/show/668275
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=200
2019-01-24 12:30:30 +00:00
Michael Matz
8150433645 Remove fuzz.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=199
2019-01-18 13:31:48 +00:00
Michael Matz
2af81dcacc - Add power8-registers.diff for implementing access to
more POWER8 registers.  [fate#326120, fate#325178]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=198
2018-12-06 14:50:54 +00:00
Richard Biener
1aa67c2660 Accepting request 652001 from home:tomdevries:branches:devel:gcc
- Run tests with -fno-PIE/-no-pie and -fPIE/-pie.

OBS-URL: https://build.opensuse.org/request/show/652001
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=197
2018-11-26 15:24:47 +00:00
Richard Biener
a87c07ece5 Accepting request 647075 from home:tomdevries:branches:devel:gcc
- Fix crash when reading core [bsc #1109013]
  * Add gdb-fix-crash-when-reading-core.patch
    https://sourceware.org/ml/gdb-cvs/2018-11/msg00022.html

OBS-URL: https://build.opensuse.org/request/show/647075
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=195
2018-11-08 08:59:28 +00:00
Michael Matz
a4bd629f85 - Add gdb-fix-s390-build.diff for a Wformat error on s390.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=192
2018-09-12 12:56:29 +00:00
Michael Matz
61f55bd3c2 .
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=190
2018-09-11 15:01:08 +00:00
Michael Matz
8d74db1fa0 Use %license marker
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=189
2018-09-11 13:50:50 +00:00
Michael Matz
435dad805c Rebase onto fedora f29 @c720d998
8.2 release

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=187
2018-09-11 13:49:10 +00:00
Michael Matz
c4e854fd10 Fix place of new patch in .spec file.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=185
2018-08-10 12:21:57 +00:00
Michael Matz
9b5210576c Accepting request 628575 from home:scarabeus_iv:branches:devel:gcc
- Apply patch from fedora to build with python3.7:
  * gdb-fix-python37-breakage.patch

OBS-URL: https://build.opensuse.org/request/show/628575
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=184
2018-08-10 12:19:29 +00:00
Michael Matz
945af33f4d .
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=182
2018-03-27 15:55:16 +00:00
Michael Matz
45cbf065f2 - Add some -Wno-error flags for gcc-8 compatibility.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=181
2018-03-27 14:02:35 +00:00
Michael Matz
128b6e2e21 Fix the fix.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=179
2018-03-09 17:17:11 +00:00
Michael Matz
27b778ca74 fix check for -Wno flag
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=178
2018-03-09 17:08:53 +00:00
Michael Matz
e7db4ec014 - Rebase to 8.1 release:
* ptype/o prints offsets and sizes of members (like pahole)
  * tab-completion improved: quoting function names is not generally
    necessary anymore, completion offers for breakpoint don't include
    data symbol
  * enable/disable breakpoints now accept ranges: 'disable 1.3-5'
  * new commands:
    - set/show cwd: working directory of debuggee
    - set/show compile-gcc: program to use for 'compile' command
    - starti: start program and stop at first instruction
    - TUI single-key commands: 'i' for stepi and 'o' for nexti
  * --readnever option disables any reading of debug info (for dumping)
  * s390: guarded storage register access for z14
  * gcore option -a dumps all memory mapping
  * C++ breakpoints: 'b foo' will now set a breakpoint on all functions
    and methods named 'foo' no matter the scope.  Use -qualified if you
    don't want that
  * python scripting: new events gdb.new_inferior, gdb.inferior_deleted
    and gdb.new_thread; new command rbreak (breakpoint accepting regexps)
  * gdbserver can be passed environment parameters to remote debuggee
- Added patches from Fedora:
  gdb-ppc64-stwux-tautological-compare.patch
  gdb-rhbz1540559-gdbaddindex-glibcdebug-regression.patch
  gdb-vla-intel-fix-print-char-array.patch
- Removed unused gdb-libstdc++-v3-python-7.1.1-20170526.tar.bz2
- Removed obsolete upstream patches:
  gdb-s390x-1b63490.patch
  gdb-s390x-289e23a.patch
  gdb-s390x-8fe09d7.patch
  gdb-s390x-96235dc.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=177
2018-03-09 16:46:37 +00:00
Michael Matz
feefab9860 Accepting request 541990 from home:Andreas_Schwab:Factory
- Support --without=testsuite and disable testsuite for qemu-linux-user
  builds

OBS-URL: https://build.opensuse.org/request/show/541990
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=175
2017-11-15 12:32:21 +00:00
Michael Matz
0fd48e79d5 Accepting request 539598 from home:matejcik:branches:devel:gcc
switch to Python 3 for Tumbleweed 1320 and up

OBS-URL: https://build.opensuse.org/request/show/539598
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=173
2017-11-08 14:33:53 +00:00
Michael Matz
1350dd5855 - Remove %clean section.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=171
2017-10-09 12:43:35 +00:00
Michael Matz
b6b703b219 Disable libipt also on SLE-11 (cmake too old,
SP4 would be enough, but devel:gcc depends on :SP2).

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=169
2017-10-04 13:25:02 +00:00
Michael Matz
a49b30a4fc - Link gdb against a bundled libipt (processor trace
library) on x86_64 and i686 for improved tracing support
  on Intel CPUs.  [bnc#985550]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=168
2017-10-04 11:22:40 +00:00
Michael Matz
0ffa8e959b - Rebase to 8.0.1 release (fixing PR21886, PR22046)
- Updated libstdc++ pretty printers to
- Remove gdb-libstdc++-v3-python-6.3.1-20170212.tar.bz2 as unused
  in SUSE.
- Add patches for s390x z14 feates [fate #321514, fate #322272]
  gdb-s390x-1b63490.patch
  gdb-s390x-289e23a.patch
  gdb-s390x-8fe09d7.patch
  gdb-s390x-96235dc.patch
  gdb-s390x-ad33963.patch
- Adjust some patches:
  gdb-ppc-power7-test.patch
  gdb-rhbz795424-bitpos-20of25.patch
  gdb-rhbz795424-bitpos-21of25.patch
  gdb-vla-intel-fortran-vla-strings.patch
- Add some patches from Fedora:
  gdb-rhbz1420304-s390x-01of35.patch
  gdb-rhbz1420304-s390x-02of35.patch
  gdb-rhbz1420304-s390x-03of35.patch
  gdb-rhbz1420304-s390x-04of35.patch
  gdb-rhbz1420304-s390x-05of35.patch
  gdb-rhbz1420304-s390x-06of35.patch
  gdb-rhbz1420304-s390x-07of35.patch
  gdb-rhbz1420304-s390x-08of35.patch
  gdb-rhbz1420304-s390x-09of35.patch
  gdb-rhbz1420304-s390x-10of35.patch
  gdb-rhbz1420304-s390x-11of35.patch
  gdb-rhbz1420304-s390x-12of35.patch
  gdb-rhbz1420304-s390x-13of35.patch
  gdb-rhbz1420304-s390x-14of35.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=167
2017-10-02 15:05:29 +00:00
Michael Matz
3190bb69ba - Disable guile extensions for new distros, the gdb support
is incompatible with guile 2.2.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=165
2017-09-13 14:11:09 +00:00
Michael Matz
63c075a695 - Rebase to gdb 8.0 release:
* support for DWARF5 (except its .debug_names)
  * support C++11 rvalue references
  * support PKU register (memory protection keys on future Intel CPUs)
  * python scripting:
    - start, stop and access running btrace
    - rvalue references in gdb.Type
  * record/replay x86_64 rdrand and rdseed
  * removed support for GCJ compiled java programs
  * user commands accept more than 10 arguments
  * "eval" expands user-defined command arguments
  * new options:
    set/show disassembler-options (on arm, ppc s390)
- Removed obsoleted patches:
  gdb-release-werror.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=162
2017-06-06 14:44:13 +00:00
Michael Matz
15e0c61e47 Support building on SLE-11 again.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=160
2017-05-01 02:01:32 +00:00
Michael Matz
50918c72d5 - Rebase to gdb 7.99.90 (prerelease of gdb 8)
- Updated libstdc++ pretty printers to
  gdb-libstdc++-v3-python-6.3.1-20170212.tar.bz2.
- Added patches from fedora:
  gdb-release-werror.patch
  gdb-rhbz1398387-tab-crash-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=159
2017-05-01 01:04:39 +00:00
Richard Biener
a77728baf0 - Do not require glibc-devel-static-32bit on SLE12 which is not available
there.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=158
2017-04-03 12:59:56 +00:00
Richard Biener
0864197006 - Fix rpm condition to allow build on SLE10.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=157
2017-04-03 12:49:51 +00:00
Michael Matz
aa9e320266 gdb sourcebase is really too new to be clear of warnings
with SLE11 compilers.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=155
2017-02-17 14:47:13 +00:00
Michael Matz
71509c99b1 Fix warning flags for old compilers
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=154
2017-02-17 14:27:36 +00:00
Michael Matz
ed86856779 - Add rpmlint exception for historic libinproctrace place
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=153
2017-02-17 13:14:36 +00:00
Michael Matz
a2f8e1d8c6 - Update to gdb 7.12.1
* negative repeat count for x examines backwards
  * fortran: support structs/arrays with dynamically types fields
  * support MPX bound checking
  * support for the Rust language
  * 'catch syscall' now can catch groups of related syscalls
  * New (sub)commands:
    - skip {-file,-gfile,-function,-rfunction}: generic skip
      mechanism
    - maint {selftest,info line-table}
    - new-ui: create new user interface for GUI clients
  * (fast) tracepoints on s390x and ppc64le added to gdbserver
  * New target Andes NDS32
- Remove patch gdb-aarch64-v81-hwbreakpoints.diff (upstream)
- Add patches from Fedora package:
    gdb-6.7-testsuite-stable-results.patch
    gdb-add-index-chmod.patch
    gdb-bison-old.patch
    gdb-container-rh-pkg.patch
    gdb-libexec-add-index.patch
    gdb-linux_perf-bundle.patch
    gdb-physname-pr11734-test.patch
    gdb-physname-pr12273-test.patch
    gdb-rhbz1007614-memleak-infpy_read_memory-test.patch
    gdb-rhbz1084404-ppc64-s390x-wrong-prologue-skip-O2-g-3of3.patch
    gdb-rhbz1149205-catch-syscall-after-fork-test.patch
    gdb-rhbz1156192-recursive-dlopen-test.patch
    gdb-rhbz1186476-internal-error-unqualified-name-re-set-test.patch
    gdb-rhbz1350436-type-printers-error.patch
    gdb-test-ivy-bridge.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=151
2017-02-15 16:05:56 +00:00
Michael Matz
ed65659810 - Disable 32bit testing on openSUSE s390x.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=150
2017-01-09 15:38:49 +00:00
Richard Biener
7f4874791e Accepting request 446680 from home:marxin:branches:devel:gcc
OBS-URL: https://build.opensuse.org/request/show/446680
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=148
2016-12-16 12:54:07 +00:00
Michael Matz
5ab305852f Accepting request 443685 from home:Andreas_Schwab:Factory
- Enable ada testing on aarch64 for tumbleweed

OBS-URL: https://build.opensuse.org/request/show/443685
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=147
2016-12-05 13:17:45 +00:00
Richard Biener
35e09cb6e4 Accepting request 441241 from home:Andreas_Schwab:Factory
- BuildRequire glibc-devel-static for 12.1 or later, and
  glibc-devel-static-32bit if biarch

OBS-URL: https://build.opensuse.org/request/show/441241
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=146
2016-11-22 08:16:32 +00:00
Michael Matz
4b09c8bbba - Add gdb-aarch64-v81-hwbreakpoints.diff for detecting
debug capabilities on ARMv8.1/8.2.  [bnc#990697]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=144
2016-08-03 14:40:18 +00:00
Michael Matz
8017e8b690 blaeh, xz isn't available on <= SLE11.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=142
2016-06-20 16:51:43 +00:00
Michael Matz
f0a54bf7bf - Rebase to gdb 7.11.1: minor bug fixes.
- Remove gdb-gcc6-Wparentheses-warning.patch (applied upstream).
- Add some patches from Fedora F24:
  gdb-bare-DW_TAG_lexical_block-1of2.patch
  gdb-bare-DW_TAG_lexical_block-2of2.patch
  gdb-bz1219747-attach-kills.patch
  gdb-rhbz1261564-aarch64-hw-watchpoint-test.patch
  gdb-rhbz1325795-framefilters-test.patch
  gdb-testsuite-dw2-undefined-ret-addr.patch
- Use xz instead of bzip2 as archive format.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=140
2016-06-20 16:42:06 +00:00
Richard Biener
7734f5e8b4 Accepting request 397681 from home:marxin:branches:devel:gcc
Fix Werrors reported by GCC6.

OBS-URL: https://build.opensuse.org/request/show/397681
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=137
2016-05-24 13:34:23 +00:00
Richard Biener
ed40f146bf - Add gdb-7.10-swo18929.patch to fix crash printing values. [bnc#971556]
[swo#18929]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=134
2016-03-21 15:04:38 +00:00
Michael Matz
d8d14d30fb - Added local patch gdb-fix-buf-overflow.diff.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=133
2016-02-29 21:39:10 +00:00
Michael Matz
b288fe5a9a - Rebase to gdb version 7.11 as of version in Fedora 24:
* Per-inferior thread numbers. 
  * Breakpoint "explicit locations" (via CLI and GDB/MI). 
  * New convenience variables ($_gthread, $_inferior). 
  * Record btrace now supports non-stop mode. 
  * Various improvements on AArch64 GNU/Linux: 
    - Multi-architecture debugging support. 
    - displaced stepping. 
    - tracepoint support added in GDBserver. 
  * In Ada, the overloads selection menu provides the parameter
    types and return types for the matching overloaded subprograms. 
  * Various remote protocol improvements, including several
    new packets which can be used to support features such as
    follow-exec-mode, exec catchpoints, syscall catchpoints, etc. 
  * Some minor improvements in the Python API for extending GDB. 
- Added new patches from Fedora:
    gdb-fedora-libncursesw.patch
    gdb-fortran-stride-intel-1of6.patch
    gdb-fortran-stride-intel-2of6.patch
    gdb-fortran-stride-intel-3of6.patch
    gdb-fortran-stride-intel-4of6.patch
    gdb-fortran-stride-intel-5of6.patch
    gdb-fortran-stride-intel-6of6-nokfail.patch
    gdb-fortran-stride-intel-6of6.patch
    gdb-opcodes-clflushopt-test.patch
    gdb-testsuite-readline63-sigint.patch
- Removed obsolete patches:
    gdb-6.3-bz231832-obstack-2gb.patch
    gdb-pahole-python2.patch
    gdb-probes-based-interface-robust-1of2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=132
2016-02-29 19:38:18 +00:00
Michael Matz
8ad36d9ba6 - Disable guile support for SLE10.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=130
2016-01-18 14:49:48 +00:00
Michael Matz
c3dcbb42f6 Don't Require gcc-ada-32bit on old distros.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=129
2016-01-14 17:15:57 +00:00
Michael Matz
c7081b119c - Rebase to gdb version 7.10.1 as of version in Fedora 23:
* reverse debugging on aarch64
  * new commands or subcommands:
    - info os cpu, set/show serial parity, info dll
    - maint print symbol-cache/symbol-cache-statistics,
      maint flush-symbol-cache
    - record btrace bts, record bts
    - compile print
    - show/set mpx bound
    - tui enable/disable
    - record btrace pt, record pt
    - maint info btrace,
      maint btrace packet-history/clear-packet-history/clear
  * s390 support for vector ABI
  * "set sysroot" improvements related to remote targets
  * better support for debugging containerized programs
    (without "set sysroot")
  * HISTSIZE environment variable is replaced by GDBHISTSIZE
  * python scripting:
    - it's possible to write frame unwinders
    - several new methods in Objfile, Type and Value classes
    - gdb can auto-load scripts contained in special sections
      named '.debug_gdb_scripts'.
  * extensions for the MI interface, new remote packet types
- Removed obsolete patches:
    0001-S390-Add-target-descriptions-for-vector-register-set.patch
    0001-S390-Fix-compiler-invocation-with-compile-command.patch
    0001-S390-Support-new-vector-register-sections.patch
    0002-S390-Add-vector-register-support-to-gdb.patch
    0003-S390-Add-vector-register-support-to-gdbserver.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=128
2016-01-14 17:05:52 +00:00
Michael Matz
299ef19c0e 0001-S390-Fix-compiler-invocation-with-compile-command.patch
0001-S390-Support-new-vector-register-sections.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=125
2015-07-10 15:33:40 +00:00