mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
5d71fc5d7b
This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
|
|
<div id="left">
|
|
<div class="urbangreymenu">
|
|
<h1 class="headerbar">Goals and Status</h1>
|
|
<ul>
|
|
<li><a href="/index.html">About</a></li>
|
|
<li><a href="http://blog.llvm.org/search/label/LLDB">Blog</a></li>
|
|
<li><a href="/goals.html">Goals</a></li>
|
|
<li><a href="/features.html">Features</a></li>
|
|
<li><a href="/status.html">Status</a></li>
|
|
<li><a href="/projects.html">Projects</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="menu">
|
|
<div class="urbangreymenu">
|
|
<h1 class="headerbar">Use and Extension</h1>
|
|
<ul>
|
|
<li><a href="/tutorial.html">Tutorial</a></li>
|
|
<li><a href="/lldb-gdb.html">GDB and LLDB command examples</a></li>
|
|
<li><a href="/formats.html">Frame and Thread Formatting</a></li>
|
|
<li><a href="/symbolication.html">Symbolication</a></li>
|
|
<li><a href="/varformats.html">Variable Formatting</a></li>
|
|
<li><a href="/python-reference.html">Python Reference</a></li>
|
|
<li><a href="/scripting.html">Python Example</a></li>
|
|
<li><a href="/symbols.html">Symbols on Mac OS X</a></li>
|
|
<li><a href="/remote.html">Remote debugging</a></li>
|
|
<li><a href="/troubleshooting.html">Troubleshooting</a></li>
|
|
<li><a href="/architecture/index.html">Architecture</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="menu">
|
|
<div class="urbangreymenu">
|
|
<h1 class="headerbar">Mailing Lists</h1>
|
|
<ul>
|
|
<li><a href="http://lists.llvm.org/mailman/listinfo/lldb-dev">lldb-dev</a></li>
|
|
<li><a href="http://lists.llvm.org/mailman/listinfo/lldb-commits">lldb-commits</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="menu">
|
|
<div class="urbangreymenu">
|
|
<h1 class="headerbar">Resources</h1>
|
|
<ul>
|
|
<li><a href="/download.html">Download</a></li>
|
|
<li><a href="/python_reference/index.html">Python API Documentation</a></li>
|
|
<li><a href="/cpp_reference/html/index.html">C++ API Documentation</a></li>
|
|
<li><a href="/source.html">Source</a></li>
|
|
<li><a href="/build.html">Build</a></li>
|
|
<li><a href="/test.html">Test</a></li>
|
|
<li><a href="/SB-api-coding-rules.html">SB API Coding Rules</a></li>
|
|
<li><a href="http://bugs.llvm.org">Bug Reports</a></li>
|
|
<li><a href="https://github.com/llvm/llvm-project/tree/master/lldb/">Browse Sources</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|