GDB 多線程 (non-stop)

2018-03-21 18:04 更新

1. 背景

    這幾天在擴展 ngx_lua 模塊,但 gdb 定位時,提示:Thread debugging using libthread_db enabled。

2. GDB non-stop 配置

    把以下3行添加到 ~/.gdbinit 來打開 non-stop 模式

set target-async 1
set pagination off
set non-stop on

    PS:無 ~/.gdbinit 文件,可以創(chuàng)建此文件,或修改 /etc/gdb 下對應文件

3. 文件更新立即生效

source ~/.gdbinit

參考文章: https://www.cnblogs.com/dongzhiquan/archive/2011/07/09/2101578.html


    


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號