[PATCH] Docs for llvm-symbolizer tool

Alexey Samsonov samsonov at google.com
Wed Feb 27 06:56:47 PST 2013


  Thanks! I've generated html and verified they look fine.


================
Comment at: docs/CommandGuide/llvm-symbolizer.rst:19
@@ +18,3 @@
+
+.. code-block:: sh
+  $ cat addr.txt
----------------
Dmitri Gribenko wrote:
> 'console' is a better highlighter than 'sh' here.
Done

================
Comment at: docs/CommandGuide/llvm-symbolizer.rst:24
@@ +23,3 @@
+  /tmp/c.so 0x710
+  $ llvm-symbolizer < addresses.txt
+  main
----------------
Dmitri Gribenko wrote:
> Filenames don't match.  (addr.txt vs. addresses.txt)
Done

================
Comment at: docs/CommandGuide/llvm-symbolizer.rst:31
@@ +30,3 @@
+
+  inlined_h
+  /tmp/header.h:2
----------------
Dmitri Gribenko wrote:
> Though I see that the last example is related with inlining, it is not totally obvious what the output is -- the locations in all inlined functions, in some order, I guess?
> 
Yeah, I tried to reflect this in function names


http://llvm-reviews.chandlerc.com/D462

BRANCH
  svn

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list