diff --git a/gdb-rhbz1375553-attach-jit-debug.patch b/gdb-rhbz1375553-attach-jit-debug.patch index 3a5c145..a4a7da5 100644 --- a/gdb-rhbz1375553-attach-jit-debug.patch +++ b/gdb-rhbz1375553-attach-jit-debug.patch @@ -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 } diff --git a/gdb.spec b/gdb.spec index e78856c..5018e09 100644 --- a/gdb.spec +++ b/gdb.spec @@ -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 - 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 - 7.11.1-85.fc24 - Fix attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).