Fix#2 attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).

This commit is contained in:
Jan Kratochvil 2016-09-28 22:55:11 +02:00
parent c9f15e7e6f
commit bd25032818
2 changed files with 13 additions and 1 deletions

View File

@ -142,6 +142,15 @@ gdb/testsuite/ChangeLog
--- gdb-7.11.1/gdb/exec.c.orig 2016-09-28 17:39:52.643188481 +0200
+++ gdb-7.11.1/gdb/exec.c 2016-09-28 17:41:43.507148039 +0200
@@ -139,7 +139,7 @@ exec_file_clear (int from_tty)
/* See gdbcore.h. */
void
-exec_file_locate_attach (int pid, int from_tty)
+exec_file_locate_attach (int pid, int defer_bp_reset, int from_tty)
{
char *exec_file, *full_exec_path = NULL;
@@ -172,7 +172,22 @@ exec_file_locate_attach (int pid, int fr
}

View File

@ -27,7 +27,7 @@ Version: 7.11.1
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 85%{?dist}
Release: 86%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
Group: Development/Debuggers
@ -1461,6 +1461,9 @@ then
fi
%changelog
* Wed Sep 28 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-86.fc24
- Fix#2 attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).
* Wed Sep 28 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-85.fc24
- Fix attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).