<?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>9010cef2 - [lldb] Replace StringConvert with llvm::to_integer when parsing integer values in CommandObjects</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/commands/thread/select/Makefile#9010cef2</link>
        <description>[lldb] Replace StringConvert with llvm::to_integer when parsing integer values in CommandObjectsSummary:This replaces the current use of LLDB&apos;s own `StringConvert` with LLVM&apos;s`to_integer` which has a less error-prone API and doesn&apos;t use special &apos;errorvalues&apos; to designate parsing problems.Where needed I also added missing error handling code that prints a parsingerror instead of continuing with the error value returned from `StringConvert`(which either gave a cryptic error message or just took the error valueperformed an incorrect action with it. For example, `frame recognizer delete -1`just deleted the frame recognizer at index 0).Reviewers: #lldb, labathReviewed By: labathSubscribers: labath, abidh, JDevlieghereDifferential Revision: https://reviews.llvm.org/D82297

            List of files:
            /llvm-project-15.0.7/lldb/test/API/commands/thread/select/Makefile</description>
        <pubDate>Wed, 01 Jul 2020 15:00:12 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
