<div class="container">
    <h1>Recommended update for gdb</h1>

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-RU-2026:0001-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2026-01-02T10:26:51Z</td>
        </tr>
        
        <tr>
            <th>Rating:</th>
            <td>moderate</td>
        </tr>
        <tr>
            <th>References:</th>
            <td>
                <ul>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1216488">bsc#1216488</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1221763">bsc#1221763</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1238724">bsc#1238724</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1240047">bsc#1240047</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1240838">bsc#1240838</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1250033">bsc#1250033</a>
                        </li>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1251213">bsc#1251213</a>
                        </li>
                    
                    
                        <li style="display: inline;">
                            <a href="https://jira.suse.com/browse/PED-13716">jsc#PED-13716</a>
                        </li>
                    
                </ul>
            </td>
        </tr>
        
        <tr>
            <th>Affected Products:</th>
            <td>
                <ul class="list-group">
                    
                        <li class="list-group-item">Development Tools Module 15-SP7</li>
                    
                        <li class="list-group-item">openSUSE Leap 15.4</li>
                    
                        <li class="list-group-item">openSUSE Leap 15.6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Desktop 15 SP7</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Real Time 15 SP7</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP4 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP5 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP6 LTSS</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server 15 SP7</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP4</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP5</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP6</li>
                    
                        <li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP7</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that contains one feature and has seven fixes can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for gdb fixes the following issues:</p>
<p>GDB 16.3 changes:</p>
<ul>
<li>GDB now supports watchpoints for tagged data pointers (see
    https://en.wikipedia.org/wiki/Tagged_pointer) on amd64, such
    as the one used by the Linear Address Masking (LAM) feature
    provided by Intel.</li>
<li>Debugging support for Intel MPX has been removed.  This
    includes the removal of:<ul>
<li>MPX register support</li>
<li>the commands "show/set mpx bound" (deprecated since GDB 15)</li>
<li>i386 and amd64 implementation of the hooks report_signal_info
  and get_siginfo_type.</li>
</ul>
</li>
<li>GDB now supports printing of asynchronous events from the
    Intel Processor Trace during &#x27;record instruction-history&#x27;,
    &#x27;record function-call-history&#x27; and all stepping commands.
    This can be controlled with the new "set record btrace pt
    event-tracing" command.</li>
<li>GDB now supports printing of ptwrite payloads from the Intel
    Processor Trace during &#x27;record instruction-history&#x27;, &#x27;record
    function-call-history&#x27; and all stepping commands.  The payload
    is also accessible in Python as a RecordAuxiliary object.
    Printing is customizable via a ptwrite filter function in
    Python.  By default, the raw ptwrite payload is printed for
    each ptwrite that is encountered.</li>
<li>For breakpoints that are created in the &#x27;pending&#x27; state, any
    &#x27;thread&#x27; or &#x27;task&#x27; keywords are parsed at the time the
    breakpoint is created, rather than at the time the breakpoint
    becomes non-pending.</li>
<li>Thread-specific breakpoints are only inserted into the
    program space in which the thread of interest is running.
    In most cases program spaces are unique for each inferior,
    so this means that thread-specific breakpoints will usually
    only be inserted for the inferior containing the thread of
    interest.  The breakpoint will be hit no less than before.</li>
<li>For ARM targets, the offset of the pc in the jmp_buf has
    been fixed to match glibc 2.20 and later.  This should only
    matter when not using libc probes.  This may cause breakage
    when using an incompatible libc, like uclibc or newlib, or
    an older glibc.</li>
<li>MTE (Memory Tagging Extension) debugging is now supported on
    AArch64 baremetal targets.</li>
<li>In a record session, when a forward emulation reaches the end
    of the reverse history, the warning message has been changed
    to indicate that the end of the history has been reached.  It
    also specifies that the forward execution can continue, and
    the recording will also continue.</li>
<li>The Ada &#x27;Object_Size attribute is now supported.</li>
<li>New bash script gstack uses GDB to print stack traces of
    running processes.</li>
<li>Python API:<ul>
<li>Added gdb.record.clear.  Clears the trace data of the
  current recording.  This forces re-decoding of the trace for
  successive commands.</li>
<li>Added the new event source gdb.tui_enabled.</li>
<li>New module gdb.missing_objfile that facilitates dealing with
  missing objfiles when opening a core-file.</li>
<li>New function gdb.missing_objfile.register_handler that can
 register an instance of a sub-class of
 gdb.missing_debug.MissingObjfileHandler as a handler for
 missing objfiles.</li>
<li>New class gdb.missing_objfile.MissingObjfileHandler which
  can be sub-classed to create handlers for missing objfiles.</li>
<li>The &#x27;signed&#x27; argument to gdb.Architecture.integer_type()
  will no longer accept non-bool types.</li>
<li>The gdb.MICommand.installed property can only be set to True
  or False.</li>
<li>The &#x27;qualified&#x27; argument to gdb.Breakpoint constructor will
  no longer accept non-bool types.</li>
<li>Added the gdb.Symbol.is_artificial attribute.</li>
</ul>
</li>
<li>Debugger Adapter Protocol changes:<ul>
<li>The "scopes" request will now return a scope holding global
  variables from the stack frame&#x27;s compilation unit.</li>
<li>The "scopes" request will return a "returnValue" scope
  holding the return value from the latest "stepOut" command,
  when appropriate.</li>
<li>The "launch" and "attach" requests were rewritten in
  accordance with some clarifications to the spec.  Now they
  can be sent at any time after the "initialized" event, but
  will not take effect (or send a response) until after the
  "configurationDone" request has been sent.</li>
<li>The "variables" request will not return artificial symbols.</li>
</ul>
</li>
<li>New commands:<ul>
<li>show jit-reader-directory
  Show the name of the directory that "jit-reader-load" uses
  for relative file names.</li>
<li>set style line-number foreground COLOR
  set style line-number background COLOR
  set style line-number intensity VALUE
  Control the styling of line numbers printed by GDB.</li>
<li>set style command foreground COLOR
  set style command background COLOR
  set style command intensity VALUE
  Control the styling of GDB commands when displayed by GDB.</li>
<li>set style title foreground COLOR
  set style title background COLOR
  set style title intensity VALUE
  This style now applies to the header line of lists, for
  example the first line of the output of "info breakpoints".
  Previous uses of this style have been replaced with the new
  "command" style.</li>
<li>set warn-language-frame-mismatch [on|off]
  show warn-language-frame-mismatch
  Control the warning that is emitted when specifying a
  language that does not match the current frame&#x27;s language.</li>
<li>maintenance info inline-frames [ADDRESS]
  New command which displays GDB&#x27;s inline-frame information
  for the current address, or for ADDRESS if specified.  The
  output identifies inlined frames which start at the
  specified address.</li>
<li>maintenance info blocks [ADDRESS]
  New command which displays information about all of the
  blocks at ADDRESS, or at the current address if ADDRESS is
  not given.  Blocks are listed starting at the inner global
  block out to the most inner block.</li>
<li>info missing-objfile-handlers
  List all the registered missing-objfile handlers.</li>
<li>enable missing-objfile-handler LOCUS HANDLER
  disable missing-objfile-handler LOCUS HANDLER
  Enable or disable a missing-objfile handler with a name
  matching the regular expression HANDLER, in LOCUS.  LOCUS
  can be &#x27;global&#x27; to operate on global missing-objfile
  handler, &#x27;progspace&#x27; to operate on handlers within the
  current program space, or can be a regular expression which
  is matched against the filename of the primary executable in
  each program space.</li>
</ul>
</li>
<li>Changed commands:<ul>
<li>remove-symbol-file
  This command now supports file-name completion.</li>
<li>remove-symbol-file -a ADDRESS
  The ADDRESS expression can now be a full expression
  consisting of multiple terms, e.g. &#x27;function + 0x1000&#x27;
  (without quotes), previously only a single term could be
  given.</li>
<li>target core
  target exec
  target tfile
  target ctf
  compile file
  maint print c-tdesc
  save gdb-index
  These commands now require their filename argument to be
  quoted if it contains white space or quote characters.  If
  the argument contains no such special characters then
  quoting is not required.</li>
<li>maintenance print remote-registers
  Add an "Expedited" column to the output of the command.  It
  indicates which registers were included in the last stop
  reply packet received by GDB.</li>
<li>show configuration
  Now includes the version of GNU Readline library that GDB is
  using.</li>
</ul>
</li>
<li>New remote packets:<ul>
<li>vFile:stat
  Return information about files on the remote system.  Like
  vFile:fstat but takes a filename rather than an open file
  descriptor.</li>
<li>x addr,length
  Given ADDR and LENGTH, fetch LENGTH units from the memory at
  address ADDR and send the fetched data in binary format.
  This packet is equivalent to &#x27;m&#x27;, except that the data in
  the response are in binary format.</li>
<li>binary-upload in qSupported reply
  If the stub sends back &#x27;binary-upload+&#x27; in it&#x27;s qSupported
  reply, then GDB will, where possible, make use of the &#x27;x&#x27;
  packet.  If the stub doesn&#x27;t report this feature supported,
  then GDB will not use the &#x27;x&#x27; packet.</li>
</ul>
</li>
</ul>



    

    <h2>Patch Instructions:</h2>
    <p>
        To install this SUSE  update use the SUSE recommended
        installation methods like YaST online_update or "zypper patch".<br/>

        Alternatively you can run the command listed for your product:
    </p>
    <ul class="list-group">
        
            <li class="list-group-item">
                openSUSE Leap 15.6
                
                    
                        <br/>
                        <code>zypper in -t patch openSUSE-SLE-15.6-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                Development Tools Module 15-SP7
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP7-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise High Performance Computing LTSS 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP4 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP5 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server 15 SP6 LTSS
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP5
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                SUSE Linux Enterprise Server for SAP Applications 15 SP6
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1=1</code>
                    
                    
                
            </li>
        
            <li class="list-group-item">
                openSUSE Leap 15.4
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-2026-1=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-cgi-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-cgi-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>source-highlight-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
                <li>
                    openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64 nosrc)
                    <ul>
                        
                            <li>gdb-testresults-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
                <li>
                    openSUSE Leap 15.6 (x86_64)
                    <ul>
                        
                            <li>libsource-highlight4-32bit-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-32bit-3.1.9-150000.3.9.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    Development Tools Module 15-SP7 (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64 x86_64)
                    <ul>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64 x86_64)
                    <ul>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (aarch64 x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (aarch64 x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP4 LTSS (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP5 LTSS (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server 15 SP6 LTSS (aarch64 ppc64le s390x x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64)
                    <ul>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP5 (ppc64le x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    SUSE Linux Enterprise Server for SAP Applications 15 SP6 (ppc64le x86_64)
                    <ul>
                        
                            <li>source-highlight-debugsource-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight-devel-3.1.9-150000.3.9.1</li>
                        
                            <li>libsource-highlight4-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>libsource-highlight4-3.1.9-150000.3.9.1</li>
                        
                            <li>source-highlight-debuginfo-3.1.9-150000.3.9.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
            
                <li>
                    openSUSE Leap 15.4 (aarch64 ppc64le s390x x86_64 i586)
                    <ul>
                        
                            <li>gdb-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-16.3-150400.15.26.1</li>
                        
                            <li>gdb-debugsource-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
                <li>
                    openSUSE Leap 15.4 (aarch64 ppc64le s390x x86_64 i586 nosrc)
                    <ul>
                        
                            <li>gdb-testresults-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
                <li>
                    openSUSE Leap 15.4 (aarch64_ilp32)
                    <ul>
                        
                            <li>gdbserver-64bit-16.3-150400.15.26.1</li>
                        
                            <li>gdb-64bit-16.3-150400.15.26.1</li>
                        
                            <li>gdbserver-64bit-debuginfo-16.3-150400.15.26.1</li>
                        
                            <li>gdb-64bit-debuginfo-16.3-150400.15.26.1</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1216488">https://bugzilla.suse.com/show_bug.cgi?id=1216488</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1221763">https://bugzilla.suse.com/show_bug.cgi?id=1221763</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1238724">https://bugzilla.suse.com/show_bug.cgi?id=1238724</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1240047">https://bugzilla.suse.com/show_bug.cgi?id=1240047</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1240838">https://bugzilla.suse.com/show_bug.cgi?id=1240838</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1250033">https://bugzilla.suse.com/show_bug.cgi?id=1250033</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1251213">https://bugzilla.suse.com/show_bug.cgi?id=1251213</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://jira.suse.com/browse/PED-13716">https://jira.suse.com/browse/PED-13716</a>
                    </li>
                
            
        </ul>
    
</div>