摘要: backtrace(简写为bt命令查看函数调用的栈帧: nfo(简写为i)查看函数中局部变量的值: i locals 查看函数当前局部变量的值用frame(简写为f)选择1号栈帧然 frame 1 可以利用finish命令让程序一直运行到从当前函数返回为止 continue(简写为c)命令运行到程序 阅读全文
posted @ 2019-08-05 17:37 MoonXu 阅读(193) 评论(0) 推荐(0) 编辑
摘要: vasprintf pthread_getspecific pthread_once pthread_key_delete thread_setspecific pthread_key_create strdup realloc 阅读全文
posted @ 2019-08-05 14:16 MoonXu 阅读(100) 评论(0) 推荐(0) 编辑
摘要: xpy@ubuntu:~/kj/mxml$ ./a.out./a.out: error while loading shared libraries: libmxml.so.1: cannot open shared object file: No such file or directory 解决 阅读全文
posted @ 2019-08-05 09:46 MoonXu 阅读(134) 评论(0) 推荐(0) 编辑