1、rk3288 使用 chmod 777 无法改变 sdcard 中 gdb 文件属性, 在 /data/中 新建 bin 文件夹 放入, 可用, 原因待查
2、 not executable: 64-bit ELF file 这个报错,说明当前 设备 gdbserver 与当前 cpu 内核不兼容
3、gdb target remote localhost:1234 返回 replay: too long, 设置gdb为 set architecture i386:x86-64:intel
4、 gdb 调试动态库 https://www.cnblogs.com/ybgame/archive/2012/03/23/2414078.html
加载动态库位置https://blog.csdn.net/linuxheik/article/details/9719829