Home | History | Annotate | Download | only in www
      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      5 <link href="style.css" rel="stylesheet" type="text/css" />
      6 <title>LLDB FAQ</title>
      7 </head>
      8 
      9 <body>
     10 <div class="www_title">
     11   The <strong>LLDB</strong> Debugger
     12 </div>
     13     
     14 <div id="container">
     15 <div id="content">
     16   <!--#include virtual="sidebar.incl"-->
     17 
     18   <div id="middle">
     19     <div class="post">
     20     <h1 class ="postheader">LLDB FAQ</h1>
     21     <div class="postcontent">
     22     <p><b>Q: What targets does LLDB currently support?</b></p>
     23     <p>Mac OS X native debugging for i386 and x86_64 targets.</p>
     24   </div>
     25   <div class="postfooter"></div>
     26 </div>
     27 </div>
     28 </div>
     29 </body>
     30 </html>