1. set scheduler-locking on锁定显示某个线程的内容,屏蔽其它线程触发。
2. info thread
3.thread id
4.info frame
5.frame n
6.l main.cpp:164
7. l function
8.watch x
9. i args
10. i locals
11. i registers
12. p x
13. set print element 0 可显示长字符串
14. pstack processID
15.ctrl+r 搜索Linux敲过的命令
16. htop / 查进程 f9杀某个线程
17. perf top -p proceeID
18. valgrind 查内存泄露检测
19.lsblk
20.ls -a 查看隐藏文件
21.strace ./performance 查看系统异常退出的原因
22.history
23. watch -n 3 nvidia-smi 周期打印显示信息
网友评论