<?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 debugserver.xcscheme</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a26a1eff - Xcode suggested enabling a &quot;no common blocks&quot; warning</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#a26a1eff</link>
        <description>Xcode suggested enabling a &quot;no common blocks&quot; warning(whatever that is) and wanted to clean up some duplicatedentries in the project files.  llvm-svn: 251586

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Thu, 29 Oct 2015 00:21:14 +0000</pubDate>
        <dc:creator>Jason Molenda &lt;jmolenda@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e13c2731 - Separate monolithic GDBRemoteCommunicationServer class into 4 part</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#e13c2731</link>
        <description>Separate monolithic GDBRemoteCommunicationServer class into 4 partGDBRemoteCommunicationServer: Basic packet handling, handler registrationLLDBCommonPacketHandler: Common packet handling for lldb-platform and lldb-gdbserverLLDBPlatformPacketHandler: lldb-platform specific packet handlingLLGSPacketHandler: lldb-gdbserver specific packet handlingDifferential Revision: http://reviews.llvm.org/D7538llvm-svn: 228823

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Wed, 11 Feb 2015 10:29:30 +0000</pubDate>
        <dc:creator>Tamas Berghammer &lt;tberghammer@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ecafcb86 - Xcode recommended these changes to the project file.  It recommended</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#ecafcb86</link>
        <description>Xcode recommended these changes to the project file.  It recommendeda number of warnings to be enabled.  The one making the most noiseacross the code base right now is CLANG_WARN_UNREACHABLE_CODE = YES.llvm-svn: 219910

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Thu, 16 Oct 2014 08:04:28 +0000</pubDate>
        <dc:creator>Jason Molenda &lt;jmolenda@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>76e1bf53 - Revert r209142.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#76e1bf53</link>
        <description>Revert r209142.Need to spend a little more time with suppressing the debugserver 64-to-32 bit warnings.Will re-submit after I get the warnings properly suppressed.llvm-svn: 209151

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Mon, 19 May 2014 18:30:48 +0000</pubDate>
        <dc:creator>Todd Fiala &lt;todd.fiala@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>37ba9f5d - Update Xcode settings for Xcode 5.1 (5B130a) to remove workspace warning.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#37ba9f5d</link>
        <description>Update Xcode settings for Xcode 5.1 (5B130a) to remove workspace warning.llvm-svn: 209142

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Mon, 19 May 2014 16:58:52 +0000</pubDate>
        <dc:creator>Todd Fiala &lt;todd.fiala@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d9cd184 - Remove stuff from debugserver Xcode project that didn&apos;t belong.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#5d9cd184</link>
        <description>Remove stuff from debugserver Xcode project that didn&apos;t belong.llvm-svn: 197188

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Thu, 12 Dec 2013 23:45:07 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>fbb76349 - Expose SBPlatform through the public API.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#fbb76349</link>
        <description>Expose SBPlatform through the public API.Example code:remote_platform = lldb.SBPlatform(&quot;remote-macosx&quot;); remote_platform.SetWorkingDirectory(&quot;/private/tmp&quot;)debugger.SetSelectedPlatform(remote_platform)connect_options = lldb.SBPlatformConnectOptions(&quot;connect://localhost:1111&quot;); err = remote_platform.ConnectRemote(connect_options)if err.Success():    print &gt;&gt; result, &apos;Connected to remote platform:&apos;    print &gt;&gt; result, &apos;hostname: %s&apos; % (remote_platform.GetHostname())    src = lldb.SBFileSpec(&quot;/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework&quot;, False)    dst = lldb.SBFileSpec()    # copy src to platform working directory since &quot;dst&quot; is empty    err = remote_platform.Install(src, dst);    if err.Success():        print &gt;&gt; result, &apos;%s installed successfully&apos; % (src)    else:        print &gt;&gt; result, &apos;error: failed to install &quot;%s&quot;: %s&apos; % (src, err)Implemented many calls needed in lldb-platform to be able to install a directory that contains symlinks, file and directories.The remote lldb-platform can now launch GDB servers on the remote system so that remote debugging can be spawned through the remote platform when connected to a remote platform.The API in SBPlatform is subject to change and will be getting many new functions.llvm-svn: 195273

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Wed, 20 Nov 2013 21:07:01 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>5160ce5c - &lt;rdar://problem/13521159&gt;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#5160ce5c</link>
        <description>&lt;rdar://problem/13521159&gt;LLDB is crashing when logging is enabled from lldb-perf-clang. This has to do with the global destructor chain as the process and its threads are being torn down.All logging channels now make one and only one instance that is kept in a global pointer which is never freed. This guarantees that logging can correctly continue as the process tears itself down.llvm-svn: 178191

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Wed, 27 Mar 2013 23:08:40 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>97735429 - Update the project and schemes to the Xcode recommended settings.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#97735429</link>
        <description>Update the project and schemes to the Xcode recommended settings.llvm-svn: 160391

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Tue, 17 Jul 2012 19:47:06 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>d9e416c0 - The second part in thread hardening the internals of LLDB where we make</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#d9e416c0</link>
        <description>The second part in thread hardening the internals of LLDB where we makethe lldb_private::StackFrame objects hold onto a weak pointer to the threadobject. The lldb_private::StackFrame objects the the most volatile objectswe have as when we are doing single stepping, frames can often get lost orthrown away, only to be re-created as another object that still refers to thesame frame. We have another bug tracking that. But we need to be able to have frames no longer be able to get the thread when they are not part ofa thread anymore, and this is the first step (this fix makes that possiblebut doesn&apos;t implement it yet).Also changed lldb_private::ExecutionContextScope to return shared pointers toall objects in the execution context to further thread harden the internals.llvm-svn: 150871

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Sat, 18 Feb 2012 05:35:26 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>dce502ed - Fixed the Xcode project building of LLVM to be a bit more user friendly:</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#dce502ed</link>
        <description>Fixed the Xcode project building of LLVM to be a bit more user friendly:- If you download and build the sources in the Xcode project, x86_64 builds  by default using the &quot;llvm.zip&quot; checkpointed LLVM.- If you delete the &quot;lldb/llvm.zip&quot; and the &quot;lldb/llvm&quot; folder, and build the  Xcode project will download the right LLVM sources and build them from   scratch- If you have a &quot;lldb/llvm&quot; folder already that contains a &quot;lldb/llvm/lib&quot;  directory, we will use the sources you have placed in the LLDB directory.  Python can now be disabled for platforms that don&apos;t support it. Changed the way the libllvmclang.a files get used. They now all get built intoarch specific directories and never get merged into universal binaries as thiswas causing issues where you would have to go and delete the file if you wantedto build an extra architecture slice.llvm-svn: 143678

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Fri, 04 Nov 2011 03:34:56 +0000</pubDate>
        <dc:creator>Greg Clayton &lt;gclayton@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a462f5cc - Adding a Xcode workspace for lldb.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme#a462f5cc</link>
        <description>Adding a Xcode workspace for lldb.llvm-svn: 124416

            List of files:
            /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme</description>
        <pubDate>Thu, 27 Jan 2011 20:15:39 +0000</pubDate>
        <dc:creator>Jim Ingham &lt;jingham@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
