We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d283e commit 7981cb1Copy full SHA for 7981cb1
docs/development.md
@@ -173,6 +173,11 @@ qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic
173
(gdb) file /opt/codebang/share/a.out
174
(gdb) start
175
176
+使用下面的方式查看动态库的源文件路径
177
+
178
+ (gdb) file /usr/aarch64-linux-gnu/lib/debug/lib/aarch64-linux-gnu/libc-2.31.so
179
+ (gdb) info sources
180
181
## gcc 显示中文错误信息
182
183
增加中文支持,修改 `/etc/locale.gen` , 把 `zh_CN.UTF-8` 所在的行注释去掉,然后
0 commit comments