简介: CSDN博客专家,专注Android/Linux系统,分享多mic语音方案、音视频、编解码等技术,与大家一起成长!
优质专栏:Audio工程师进阶系列【原创干货持续更新中……】🚀
人生格言: 人生从来没有捷径,只有行动才是治疗恐惧和懒惰的唯一良药.
1.前言
本篇目的:GDB之保存已经设置的断点,下次直接使用。
2.调试实例
(gdb) save breakpoints 111.txt
(gdb) source 111.txt
Breakpoint 1 at 0x116b: file test.cpp, line 8.
Breakpoint 2 at 0x1151: file test.cpp, line 4.
Breakpoint 3 at 0x1151: file test.cpp, line 4.
Breakpoint 4 at 0x1160: file test.cpp, line 5.
Breakpoint 5 at 0x116b: file test.cpp, line 8.
Breakpoint 6 at 0x116b: file test.cpp, line 8.