Michael Matz
389676c4ef
Accepting request 822281 from home:tomdevries:branches:gdb-upgrade
...
- Fix SLE-11 build. Gdb 9.1 requires make 3.82, but SLE-11 has
make 3.81:
* gdbserver-fix-build-with-make-3.81.patch
- Fix patch context:
* gdb-fix-the-thread-pool.c-compilation.patch
- Fix build error due to missing DIAGNOSTIC_IGNORE_UNUSED_FUNCTION.
* gdb-fix-the-thread-pool.c-compilation.patch
- Drop ChangeLog part of patch:
* gdb-fix-unused-function-error.patch
- Fix Werror=unused-function with gcc 4.8 (for Leap 42.3).
* gdb-fix-unused-function-error.patch
- Require %{suse_version} >= 1500 for --with-system-readline.
- Rebase to 9.1 release (as in fedora 32 @ 1735910).
* Breakpoints on nested functions and subroutines in Fortran.
* Multithreaded symbol loading, disabled by default. Enable
using 'maint set worker-threads unlimited'.
* Multi-target debugging support.
* New command pipe.
* New command set logging debugredirect [on|off].
* New fortran commands info modules, info module functions,
info module variables.
- Fedora-specific patches dropped:
* gdb-libexec-add-index.patch
* gdb-6.3-rh-testversion-20041202.patch
* gdb-6.6-buildid-locate-misleading-warning-missing-debuginfo-rhbz981154.patch
- Obsoleted fedora patches dropped:
* gdb-6.5-bz216711-clone-is-outermost.patch
* gdb-6.6-scheduler_locking-step-is-default.patch
* gdb-6.8-bz436037-reg-no-longer-active.patch
* gdb-bz541866-rwatch-before-run.patch
* gdb-bz568248-oom-is-error.patch
* gdb-follow-child-stale-parent.patch
* gdb-readline62-ask-more-rh.patch
* gdb-rhbz1371380-gcore-elf-headers.patch
* gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch
* gdb-rhbz1704406-disable-style-log-output-1of3.patch
* gdb-rhbz1704406-disable-style-log-output-2of3.patch
* gdb-rhbz1704406-disable-style-log-output-3of3.patch
* gdb-rhbz1708192-parse_macro_definition-crash.patch
* gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch
* gdb-rhbz795424-bitpos-20of25.patch
* gdb-rhbz795424-bitpos-21of25.patch
* gdb-rhbz795424-bitpos-22of25.patch
* gdb-rhbz795424-bitpos-23of25.patch
* gdb-rhbz795424-bitpos-25of25-test.patch
* gdb-rhbz795424-bitpos-25of25.patch
* gdb-rhbz795424-bitpos-arrayview.patch
* gdb-rhbz795424-bitpos-lazyvalue.patch
* gdb-testsuite-readline63-sigint.patch
- Fedora patches added:
* gdb-rhbz1818011-bfd-gcc10-error.patch
- Obsoleted patched dropped:
* gdb-fix-s390-build.diff
* gdb-fix-riscv-tdep.patch
* gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
* gdb-testsuite-pie-no-pie.patch
* gdb-testsuite-read1-fixes.patch
* gdb-testsuite-i386-pkru-exp.patch
* gdb-s390-handle-arch13.diff
* gdb-fix-heap-use-after-free-in-typename-concat.patch
* gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
* gdb-0001-remove-alloca-0-calls.patch
* gdb-arch13-1.diff
* gdb-arch13-2.diff
* gdb-arch13-3.diff
* bfd-change-num_group-to-unsigned-int.patch
* gdb-fix-incorrect-use-of-is-operator-for-comparison-in-python-lib-gdb-command-prompt.py.patch
* gdb-symtab-prefer-var-def-over-decl.patch
* gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
* gdb-testsuite-8.3-kfail-xfail-unsupported.patch
- Backport from master:
* gdb-fix-debug-agent-odr-bool-int.patch
* gdb-fix-python3.9-related-runtime-problems.patch
OBS-URL: https://build.opensuse.org/request/show/822281
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=251
2020-07-23 12:21:48 +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
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
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
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