<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>16926115 - [lldb] Only set the executable module for a target once</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/dlopen_other_executable/Makefile#16926115</link>
        <description>[lldb] Only set the executable module for a target onceSummary:When we try to find the executable module for our target we don&apos;t checkif we already have an executable module set. This causes that when debugginga program that dlopens another executable, LLDB will take that other executableas the new executable of the target (which causes that future launches of thetarget will launch the dlopen&apos;d executable instead of the original executable).This just adds a check that we only set the executable when we haven&apos;t alreadyfound one.Fixes rdar://63443099Reviewers: jasonmolenda, jingham, teemperorReviewed By: jasonmolenda, teemperorSubscribers: jingham, JDevlieghereDifferential Revision: https://reviews.llvm.org/D80724

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/dlopen_other_executable/Makefile</description>
        <pubDate>Fri, 17 Jul 2020 06:03:07 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
