wangjie-star / wangjie-star.github.io

my website
https://wangjie-star.github.io/
0 stars 0 forks source link

gdb 常用命令 | Jugier's Blog #4

Open wangjie-star opened 1 year ago

wangjie-star commented 1 year ago

https://wangjie-star.github.io/d50131e451e4/#more

12345#psql查看当前窗口进程:select  pg_backend_pid();#gdb关联进程:gdb attach 进程号#gdb查看堆栈信息:bt