<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>LLVM-MI, that can be used in Eclipse, lives here [1] and it is
      still in use. Although more people working on it would be
      definitely better situation that it is at the moment :-)...<br>
    </p>
    <p>[1] <a class="moz-txt-link-freetext" href="https://github.com/lldb-tools/lldb-mi">https://github.com/lldb-tools/lldb-mi</a><br>
    </p>
    <div class="moz-signature"><span style="color:rgb(11,83,148)"><b>Zdenek
          Prikryl</b> | <i>CTO</i> | +420 541 141 475 | <a
          href="http://www.codasip.com">www.codasip.com</a></span>
      <p><br>
      </p>
    </div>
    <div class="moz-cite-prefix">On 3/22/21 10:31 PM, Franz Fehringer
      via lldb-dev wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:145b24f9-b227-96fe-3484-635267085352@gmail.com">Thx
      again
      <br>
      <br>
      <br>
      Am 22.03.2021 um 21:55 schrieb Ted Woodward:
      <br>
      <blockquote type="cite">There was. Almost nobody used it. Nobody
        maintained it.
        <br>
        <br>
        <blockquote type="cite">-----Original Message-----
          <br>
          From: lldb-dev <a class="moz-txt-link-rfc2396E" href="mailto:lldb-dev-bounces@lists.llvm.org"><lldb-dev-bounces@lists.llvm.org></a> On
          Behalf Of Franz
          <br>
          Fehringer via lldb-dev
          <br>
          Sent: Monday, March 22, 2021 2:28 PM
          <br>
          To: <a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>
          <br>
          Subject: [EXT] Re: [lldb-dev] lldb versus visual studio
          <br>
          <br>
          Thank you very much, this essentially meets my expectations
          (no eclipse
          <br>
          debugging with Windows/VC++), i am a little surprised that
          there is no
          <br>
          working lldb integration for eclipse, is this really the whole
          truth (or did i
          <br>
          misunderstand)?
          <br>
          <br>
          <br>
          Am 22.03.2021 um 19:28 schrieb Greg Clayton:
          <br>
          <blockquote type="cite">
            <blockquote type="cite">On Mar 20, 2021, at 8:57 AM, Franz
              Fehringer via lldb-dev <lldb-
              <br>
            </blockquote>
          </blockquote>
          <a class="moz-txt-link-abbreviated" href="mailto:dev@lists.llvm.org">dev@lists.llvm.org</a>> wrote:
          <br>
          <blockquote type="cite">
            <blockquote type="cite">Dear lldb-dev community,
              <br>
              <br>
              First a disclaimer: If my question is inappropriate for
              this (developer) list
              <br>
            </blockquote>
          </blockquote>
          please ignore or guide me to a more appropriate list (it is
          possibly more of an
          <br>
          end user question).
          <br>
          <blockquote type="cite">
            <blockquote type="cite">Is it possible to debug Visual
              Studio generated (with pdb debug info)
              <br>
            </blockquote>
          </blockquote>
          executables (2017 or 2019, C++ only)  with lldb?
          <br>
          <blockquote type="cite">LLDB does have PDB parsing abilities,
            though I am unsure how well they
            <br>
          </blockquote>
          work out of the box with no extra configuration. There are two
          PDB parsers
          <br>
          in LLDB at the moment, one that uses a DLL from Visual Studio
          that knows
          <br>
          how to parse a PDB file, and one that tries to parse the PDB
          file manually. So
          <br>
          if you are natively on windows, I believe you might need to
          set run the batch
          <br>
          file that sets up environment variables for finding these
          DLLs. The native PDB
          <br>
          parser should work, but I am not sure if the native version
          always takes
          <br>
          precedence when running on the Windows OS.
          <br>
          <blockquote type="cite">Maybe someone that did the PDB
            integration could chime in?
            <br>
            <br>
            <br>
            <blockquote type="cite">And if so is there a full
              integration into eclipse so i can debug Visual Studio
              <br>
            </blockquote>
          </blockquote>
          generated executable with eclipse?
          <br>
          <blockquote type="cite">The only integration that I am aware
            of was one that used lldb-mi, or the
            <br>
          </blockquote>
          GDB remote machine interface. But the lldb-mi was dropped from
          the top of
          <br>
          tree LLDB a while ago because it was not tested and was bit
          rotting.
          <br>
          <blockquote type="cite">We do have a lldb-vscode binary that
            implements the Microsoft Visual
            <br>
          </blockquote>
          Studio Code DAP (Debug Adaptor Protocol). If there are any
          Eclipse plug-ins
          <br>
          that integrated with the VS Code DAP plug-ins, that would be
          the option I
          <br>
          would suggest looking into. Is using Visual Studio Code an
          option, or only
          <br>
          Eclipse?
          <br>
          <blockquote type="cite">
            <blockquote type="cite">The platform in question is
              Microsoft Windows 10 (recent versions).
              <br>
              <br>
              Thx in advance
              <br>
              <br>
              Franz
              <br>
              <br>
              _______________________________________________
              <br>
              lldb-dev mailing list
              <br>
              <a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>
              <br>
              <a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a>
              <br>
            </blockquote>
          </blockquote>
          _______________________________________________
          <br>
          lldb-dev mailing list
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>
          <br>
          <a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a>
          <br>
        </blockquote>
      </blockquote>
      <br>
      _______________________________________________
      <br>
      lldb-dev mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a>
      <br>
    </blockquote>
  </body>
</html>