<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey Virgile,<br>
    <br>
    I think you'll need to talk to Zach for this. There has been quite a
    lot of changes, and I think some of the changes may impact
    significantly on your merge.<br>
    <br>
    I'm not up to date with all of the changes now in trunk, so best to
    ask him. I could be wrong and it be easy :)<br>
    <br>
    Colin<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 27/08/2014 01:36, Virgile Bello
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEigO1p9ae5v5E6k1K5Sq42oDvK-n9buLRN=MgY=dFm7EcOgOw@mail.gmail.com"
      type="cite">
      <div dir="ltr">I suppose I should merge my branch back to LLDB
        trunk at some point?
        <div>I could rebase & merge the new ProcessWindows and
          DynamicLoaderWindows plugins (<a moz-do-not-send="true"
href="https://github.com/xen2/lldb/commit/515956244784a9162183a6135068e893ba994532">https://github.com/xen2/lldb/commit/515956244784a9162183a6135068e893ba994532</a>)
          and keep the other LLDB changes aside for now if they need
          further discussion?</div>
        <div><br>
        </div>
        <div>Or any similar work in the way?</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On 17 June 2014 05:45, Eran Ifrah <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:eran.ifrah@gmail.com" target="_blank">eran.ifrah@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div class="gmail_default"
                style="font-family:verdana,sans-serif;font-size:small"><br>
              </div>
              <div class="gmail_extra">
                <br>
                <br>
                <div class="gmail_quote">
                  <div class="">On Mon, Jun 16, 2014 at 9:12 PM, Greg
                    Clayton <span dir="ltr"><<a
                        moz-do-not-send="true"
                        href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div><br>
                        > On Jun 14, 2014, at 3:12 AM, Eran Ifrah
                        <<a moz-do-not-send="true"
                          href="mailto:eran.ifrah@gmail.com"
                          target="_blank">eran.ifrah@gmail.com</a>>
                        wrote:<br>
                        ><br>
                        > Hi,<br>
                        ><br>
                        > I tried both building lldb with MSVC and
                        with MinGW both failed to debug native Windows
                        executables (I actually tried 3 types of
                        executables, 1 built with MinGW, 1 with clang
                        3.4 and 1 with Visual Studio)<br>
                        ><br>
                        > This is the error I am getting:<br>
                        ><br>
                        > $ lldb
                        D:/src/TestArea/ClangVC/Debug/ClangVC.exe<br>
                        > error:
                        'D:/src/TestArea/ClangVC/Debug/ClangVC.exe'
                        doesn't contain any 'host' platform
                        architectures:<br>
                        > (lldb)<br>
                        ><br>
                        > So the question is:<br>
                        > ​Is it possible to use lldb on Windows (for
                        local debugging not remote debugging)<br>
                        <br>
                        <br>
                      </div>
                      No, we currently don't support native debugging on
                      windows as far as I know</blockquote>
                  </div>
                  <div class="gmail_default"
                    style="font-family:verdana,sans-serif;font-size:small">​
                    Thanks for the clarifications.</div>
                  <div class="">
                    <div class="gmail_default"
                      style="font-family:verdana,sans-serif;font-size:small">
                      ​</div>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">.
                      With MSVC, they emit a proprietary debug
                      information format (in .pdb files) that isn't
                      documented. I am sure a native windows plug-in
                      could be made to support binaries built with gcc
                      or clang, but I don't believe anyone has done this
                      yet.<br>
                      <span><font color="#888888"><br>
                          Greg<br>
                          <br>
                        </font></span></blockquote>
                  </div>
                </div>
                <br>
                <br clear="all">
                <div class="">
                  <div><br>
                  </div>
                  -- <br>
                  <div dir="ltr"><font face="verdana, sans-serif">Eran
                      Ifrah<br>
                      Author of codelite, a cross platform open source
                      C/C++ IDE: <a moz-do-not-send="true"
                        href="http://www.codelite.org" target="_blank">http://www.codelite.org</a><br>
                    </font>
                    <div><font face="verdana, sans-serif">wxCrafter, a
                        wxWidgets RAD: <a class="moz-txt-link-freetext" href="http://">http://</a><a moz-do-not-send="true"
                          href="http://wxcrafter.codelite.org"
                          target="_blank">wxcrafter.codelite.org</a></font></div>
                  </div>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            lldb-dev mailing list<br>
            <a moz-do-not-send="true" href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
            <a moz-do-not-send="true"
              href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev"
              target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
lldb-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
- Colin Riley
Games Technology Director

Codeplay Software Ltd
45 York Place, Edinburgh, EH1 3HP
Tel: 0131 466 0503
Fax: 0131 557 6600
Website: <a class="moz-txt-link-freetext" href="http://www.codeplay.com">http://www.codeplay.com</a>
Twitter: <a class="moz-txt-link-freetext" href="https://twitter.com/codeplaysoft">https://twitter.com/codeplaysoft</a>

This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codeplay Software Ltd immediately and delete the message from your computer. You may not copy or forward it,or use or disclose its contents to any other person. Any views or other information in this message which do not relate to our business are not authorized by Codeplay software Ltd, nor does this message form part of any contract unless so stated.
As internet communications are capable of data corruption Codeplay Software Ltd does not accept any responsibility for any changes made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments.
Company registered in England and Wales, number: 04567874
Registered office: 81 Linkfield Street, Redhill RH1 6BY </pre>
  </body>
</html>