<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in TestQuiet.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e2a6c08bbc385b38e02f4e5d31d1cf6d4403f066 - [lldb] fix --source-quietly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/Shell/Driver/TestQuiet.test#e2a6c08bbc385b38e02f4e5d31d1cf6d4403f066</link>
        <description>[lldb] fix --source-quietlyJim says:lldb has a -Q or --source-quietly option, which supposedly does:    --source-quietly     Tells the debugger to execute this one-line lldb command before any file has been loaded.That seems like a weird description, since we don&apos;t generally use source for one line entries, but anyway, let&apos;s try it:    &gt; $LLDB_LLVM/clean-mono/build/Debug/bin/lldb -Q &quot;script print(&apos;I should be quiet&apos;)&quot; a.out -O &quot;script print(&apos;I should be before&apos;)&quot; -o &quot;script print(&apos;I should be after&apos;)&quot;    (lldb) script print(&apos;I should be before&apos;)    I should be before    (lldb) target create &quot;script print(&apos;I should be quiet&apos;)&quot;    error: unable to find executable for &apos;script print(&apos;I should be quiet&apos;)&apos;That was weird.  The first real -O gets sourced but not quietly, then the argument to the -Q gets treated as the target.    &gt; $LLDB_LLVM/clean-mono/build/Debug/bin/lldb -Q a.out -O &quot;script print(&apos;I should be before&apos;)&quot; -o &quot;script print(&apos;I should be after&apos;)&quot;    (lldb) script print(&apos;I should be before&apos;)    I should be before    (lldb) target create &quot;a.out&quot;    Current executable set to &apos;/tmp/a.out&apos; (x86_64).    (lldb) script print(&apos;I should be after&apos;)    I should be afterWell, that&apos;s a little better, but the -Q option seems to have done nothing.---This fixes the description of --source-quietly, as well as causing itto actually suppress echoing while executing the initializationcommands.Reviewed By: jinghamDifferential Revision: https://reviews.llvm.org/D112988

            List of files:
            /llvm-project/lldb/test/Shell/Driver/TestQuiet.test</description>
        <pubDate>Tue, 02 Nov 2021 18:01:53 +0000</pubDate>
        <dc:creator>Lawrence D&apos;Anna &lt;lawrence_danna@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
