<?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 IOStream.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>36496cc2 - [lldb-vscode] correctly use Windows macros</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h#36496cc2</link>
        <description>[lldb-vscode] correctly use Windows macros@mstorsjo found a mistake that I made when trying to fix some Windowscompilation errors encountered by @stella.stamenova.I was incorrectly using the LLVM_ON_UNIX macro. In any case, proper useof  #if defined(_WIN32)should be the actual fix.Differential Revision: https://reviews.llvm.org/D96060

            List of files:
            /llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h</description>
        <pubDate>Thu, 04 Feb 2021 18:07:07 +0000</pubDate>
        <dc:creator>Walter Erquinigo &lt;a20012251@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0bca9a7c - Fix lldb-vscode builds on Windows targeting POSIX</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h#0bca9a7c</link>
        <description>Fix lldb-vscode builds on Windows targeting POSIX@stella.stamenova found out that lldb-vscode&apos;s Win32 macros were failingwhen building on windows targetings POSIX platforms.I&apos;m changing these macros for LLVM_ON_UNIX, which should be moreaccurate.

            List of files:
            /llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h</description>
        <pubDate>Thu, 28 Jan 2021 17:24:30 +0000</pubDate>
        <dc:creator>Walter Erquinigo &lt;a20012251@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cdc514e4 - [lldb] Update header guards to be consistent and compliant with LLVM (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h#cdc514e4</link>
        <description>[lldb] Update header guards to be consistent and compliant with LLVM (NFC)LLDB has a few different styles of header guards and they&apos;re not veryconsistent because things get moved around or copy/pasted. This patchunifies the header guards across LLDB and converts everything to matchLLVM&apos;s style.Differential revision: https://reviews.llvm.org/D74743

            List of files:
            /llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h</description>
        <pubDate>Mon, 17 Feb 2020 23:57:45 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
<item>
        <title>29e87541 - [lldb-vscode] Support running in server mode on Windows.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h#29e87541</link>
        <description>[lldb-vscode] Support running in server mode on Windows.Windows can&apos;t use standard i/o system calls such as read and writeto work with sockets, it instead needs to use the specific sendand recv calls.  This complicates matters for the debug adapter,since it needs to be able to work in both server mode where itcommunicates over a socket, as well as non-server mode where itcommunicates via stdin and stdout.  To abstract this out, I&apos;veintroduced a class IOStream which hides all these details andexposes a read/write interface that does the right on eachplatform.Differential Revision: https://reviews.llvm.org/D59104llvm-svn: 355637

            List of files:
            /llvm-project-15.0.7/lldb/tools/lldb-vscode/IOStream.h</description>
        <pubDate>Thu, 07 Mar 2019 21:23:21 +0000</pubDate>
        <dc:creator>Zachary Turner &lt;zturner@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
