Added a page that describes how to to manual symbolication with LLDB from the command line, from python, and also how to use the build in modules to do symbolication.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@171477 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/sidebar.incl b/www/sidebar.incl
index cd637e5..80a564a 100644
--- a/www/sidebar.incl
+++ b/www/sidebar.incl
@@ -17,6 +17,7 @@
         <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>