[PATCH] Docs for llvm-symbolizer tool

Dmitri Gribenko gribozavr at gmail.com
Tue Feb 26 12:26:52 PST 2013



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

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

================
Comment at: docs/CommandGuide/llvm-symbolizer.rst:31
@@ +30,3 @@
+
+  inlined_h
+  /tmp/header.h:2
----------------
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?



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

BRANCH
  svn

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list