#打印数组的索引下标

set print array-indexes on



#每行打印一个结构体成员

set print pretty on



#除了断点有关的线程会被停下来,其他线程会执行执行

set target-async 1

set pagination off

set non-stop on



#gdb中的套接字等关闭了,往里面写就会报错

handle SIGPIPE nostop noprint ignore

  

 

相关文章:

  • 2021-10-04
  • 2021-05-28
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-02-23
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案