<?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>36de94cf - Reland &quot;[lldb] Make CommandInterpreter&apos;s execution context the same as debugger&apos;s one&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/python_api/debugger/Makefile#36de94cf</link>
        <description>Reland &quot;[lldb] Make CommandInterpreter&apos;s execution context the same as debugger&apos;s one&quot;

            List of files:
            /llvm-project-15.0.7/lldb/test/API/python_api/debugger/Makefile</description>
        <pubDate>Fri, 18 Dec 2020 13:36:15 +0000</pubDate>
        <dc:creator>Tatyana Krasnukha &lt;tatyana@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>a01b26fb - [lldb] Make CommandInterpreter&apos;s execution context the same as debugger&apos;s one.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/python_api/debugger/Makefile#a01b26fb</link>
        <description>[lldb] Make CommandInterpreter&apos;s execution context the same as debugger&apos;s one.Currently, the interpreter&apos;s context is not updated until a command is executed.This has resulted in the behavior of SB-interface functions and some commandsdepends on previous user actions. The interpreter&apos;s context can stay uninitialized,point to a currently selected target, or point to one of previously selected targets.This patch removes any usages of CommandInterpreter::UpdateExecutionContext.CommandInterpreter::HandleCommand* functions still may override context temporarily,but now they always restore it before exiting. CommandInterpreter saves overridencontexts to the stack, that makes nesting commands possible.Added test reproduces one of the issues. Without this fix, the last assertion failsbecause interpreter&apos;s execution context is empty until running &quot;target list&quot;, so,the value of the global property was updated instead of process&apos;s local instance.Differential Revision: https://reviews.llvm.org/D92164

            List of files:
            /llvm-project-15.0.7/lldb/test/API/python_api/debugger/Makefile</description>
        <pubDate>Thu, 10 Dec 2020 16:30:04 +0000</pubDate>
        <dc:creator>Tatyana Krasnukha &lt;21970096+tkrasnukha@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
