aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/c++filt.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/development/c++filt.md')
-rw-r--r--src/development/c++filt.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/development/c++filt.md b/src/development/c++filt.md
new file mode 100644
index 0000000..2592ba9
--- /dev/null
+++ b/src/development/c++filt.md
@@ -0,0 +1,12 @@
+# c++filt(1)
+
+## Demangle symbol
+```markdown
+ c++-filt <symbol_str>
+```
+
+## Demangle stream
+For example dynamic symbol table:
+```markdown
+ readelf -W --dyn-syms <elf> | c++filt
+```