Changeset d1e4f43 for general/prog


Ignore:
Timestamp:
03/27/2023 04:12:38 AM (18 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
6dc20c13
Parents:
218e13c
Message:

Add a patch to GDB to prevent it from crashing during rust tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r218e13c rd1e4f43  
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
     74
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 -->
     84
    8585    <bridgehead renderas="sect3">GDB Dependencies</bridgehead>
    8686
     
    112112  <sect2 role="installation">
    113113    <title>Installation of GDB</title>
     114
     115    <para>
     116      First, apply a patch that fixes problems when debugging programs compiled
     117      with <xref linkend="rust" role="nodep"/>:
     118    </para>
     119
     120<screen><userinput remap="pre">patch -Np1 -i ../gdb-&gdb-version;-upstream_fixes-1.patch</userinput></screen>
    114121
    115122    <para>
Note: See TracChangeset for help on using the changeset viewer.