<?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>177dd63c - Data formatters: fix detection of C strings</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/Makefile#177dd63c</link>
        <description>Data formatters: fix detection of C stringsSummary:Detection of C strings does not work well for pointers. If the value object holding a (char*) pointer does not have an address (e.g., if it is a temp), the value is not considered a C string and its formatting is left to DumpDataExtractor rather than the special handling in  ValueObject::DumpPrintableRepresentation. This leads to inconsistent outputs, e.g., in escaping non-ASCII characters. See the test for an example; the second test expectation is not met (without this patch). With this patch, the C string detection only insists that the pointer value is valid. The patch makes the code consistent with how the pointer is obtained in ValueObject::ReadPointedString.Reviewers: teemperorReviewed By: teemperorSubscribers: lldb-commitsTags: #lldbDifferential Revision: https://reviews.llvm.org/D76650

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/Makefile</description>
        <pubDate>Tue, 24 Mar 2020 13:08:39 +0000</pubDate>
        <dc:creator>Jaroslav Sevcik &lt;jarin@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
