
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare isc:labs:05:extra</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-05-19T14:48:10+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/isc/labs/05/extra/gdb-tutorial?rev=1730627914&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/isc/labs/05/extra/gdb-tutorial?rev=1730627914&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-03T11:58:34+03:00</dc:date>
        <title>GDB tutorial</title>
        <link>http://ocw.cs.pub.ro/courses/isc/labs/05/extra/gdb-tutorial?rev=1730627914&amp;do=diff</link>
        <description>Loading a program

In order to start debugging using GDB, you need to specify the program to be inspected. There are two options for doing this:

	*  When launching GDB:



➜ gdb buggy



	*  After launching GDB:



➜ gdb
...
pwndbg&gt; file buggy
Reading symbols from buggy...</description>
    </item>
</rdf:RDF>
