diff options
author | Greg Clayton <gclayton@apple.com> | 2012-11-16 23:50:32 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-11-16 23:50:32 +0000 |
commit | 6670c7e4b460c66512ecbab0276cd61f63da6134 (patch) | |
tree | a6f6c04951d2b28d0b6581f32c9c21d6c5ea0bd2 /lldb/www/sidebar.incl | |
parent | 59c53c2e081bfe3e6f61dd1998af1454026bf972 (diff) | |
download | bcm5719-llvm-6670c7e4b460c66512ecbab0276cd61f63da6134.tar.gz bcm5719-llvm-6670c7e4b460c66512ecbab0276cd61f63da6134.zip |
Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized.
llvm-svn: 168224
Diffstat (limited to 'lldb/www/sidebar.incl')
-rw-r--r-- | lldb/www/sidebar.incl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/www/sidebar.incl b/lldb/www/sidebar.incl index 1ab38f6daa7..cd637e512ee 100644 --- a/lldb/www/sidebar.incl +++ b/lldb/www/sidebar.incl @@ -20,6 +20,7 @@ <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="architecture.html">Architecture</a></li> </ul> </div> |