文件名称:gdb:可携带的 gdb 叉
文件大小:30.93MB
文件格式:ZIP
更新时间:2024-07-10 06:53:11
C
可移植的gdb Apportable gdb 是一个分支。 它还包括来自的补丁 Apportable gdb fork 的主要区别在于添加了 Objective C 调试支持。 构建 gdb 的生产版本 git clone :apportable/gdb.git mkdir gdb_build cd gdb_build CFLAGS="-g -O2 -Wno-unused-value -Wno-unused-function" ~/gdb/configure --target=arm-elf-linux --enable-targets=all --with-python=yes 制作 ls -l gdb/gdb 构建 gdb 的调试版本 git clone :apportable/gdb.git(如果还没有完成) mkdir gdb_debug cd gdb_debug