*: replace java with Java and c++ with C++ (#6224)

This commit is contained in:
marchersimon
2021-07-13 10:59:48 +02:00
committed by GitHub
parent 03e2e3389e
commit b615ea1e34
8 changed files with 10 additions and 10 deletions

View File

@@ -11,6 +11,6 @@
`addr2line --exe={{可执行文件路径}} --functions {{地址}}`
-c++ 代码函数名符号重组:
-C++ 代码函数名符号重组:
`addr2line --exe={{可执行文件地址}} --functions --demangle {{地址}}`