[Bug tdep/29409] [gdb, tdep/aarch64] FAIL: gdb.opt/inline-small-func.exp: info breakpoints

vries at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Tue Jul 26 15:30:13 GMT 2022


https://sourceware.org/bugzilla/show_bug.cgi?id=29409

--- Comment #12 from Tom de Vries <vries at gcc dot gnu.org> ---
A less aggressive fix is:
...
+  int major, minor, opt;
+  if (producer_is_gcc (cust->producer (), &major, &minor, &opt))
+    {
+      if (opt == 0)
+       return true;
+      return version_is_at_least (major, minor, 8, 1);
+    }
...
which fixes the regression in gdb.base/store.exp, while still fixing
gdb.opt/inline-small-func.exp.

Doesn't address the gdb.dwarf2/dw2-dir-file-name.exp yet though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list