Tentative patch:
...
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c 
https://www.webb-dev.co.uk/computers/crypto-apps/
index f318a125319..c20c0d7d649 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c http://www.compilatori.com/health/premium-subscription/
@@ -3625,11 +3625,10 @@ create_exception_master_breakpoint (void)
       if (create_exception_master_breakpoint_probe (obj))
        continue; http://www.acpirateradio.co.uk/health/transportation-security/
 
-      /* Iterate over separate debug objects and try an _Unwind_DebugHook
-        kind breakpoint.  */ 
http://www.logoarts.co.uk/health/printers-for-health/
-      for (objfile *sepdebug = obj->separate_debug_objfile;
-          sepdebug != nullptr; sepdebug = sepdebug->separate_debug_objfile)
-       if (create_exception_master_breakpoint_hook (sepdebug)) 
http://www.slipstone.co.uk/health/sound-systems/
+      /* Iterate over main and separate debug objects and try an
+        _Unwind_DebugHook kind breakpoint.  */
+      for (objfile *debug_objfile : obj->separate_debug_objfiles ()) 
http://embermanchester.uk/health/social-privacy/
+       if (create_exception_master_breakpoint_hook (debug_objfile))
          break;
Tentative patch: http://connstr.net/health/usb-chargers/
...
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index f318a125319..c20c0d7d649 100644 http://joerg.li/property/latest-suvs/
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -3625,11 +3625,10 @@ create_exception_master_breakpoint (void) 
http://www.jopspeech.com/property/slim-pen-2/
       if (create_exception_master_breakpoint_probe (obj))
        continue; http://www.wearelondonmade.com/health/check-ups/
 
-      /* Iterate over separate debug objects and try an _Unwind_DebugHook
-        kind breakpoint.  */
-      for (objfile *sepdebug = obj->separate_debug_objfile; 
https://waytowhatsnext.com/computers/discord-and-steam/
-          sepdebug != nullptr; sepdebug = sepdebug->separate_debug_objfile)
-       if (create_exception_master_breakpoint_hook (sepdebug)) 
http://www.iu-bloomington.com/computers/real-me-gt2/
+      /* Iterate over main and separate debug objects and try an
+        _Unwind_DebugHook kind breakpoint.  */ 
https://komiya-dental.com/computers/huawei-technology/
+      for (objfile *debug_objfile : obj->separate_debug_objfiles ())
+       if (create_exception_master_breakpoint_hook (debug_objfile))
          break; http://www-look-4.com/health/winter-sickness/

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1905020

Title:
  [21.04 FEAT] Add kernel debug infos for decompressor stage to kernel-
  debug package

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  In order to be able to debug kernel crashes during the early decompressing 
phase, it would be useful to add the vmlinux file from the decompressor stage 
to the kernel-debug deb package.
  The file is located in arch/s390/boot/compressed/vmlinux.
  There are plans to make the kernel relocatable and move more things to the 
decompressor stage, which would be easier to debug in case of a problem if we 
have this file in the debug info package.

  Business Case:        
  Increase problem determination / serviceability.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1905020/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to