remove debug symbols to a seperate file

[xx]#objcopy --only-keep-debug a.out a.symbol
[xx]#objcopy --strip-debug a.out a.release
[xx]#(gdb)add-symbol ./a.symbol

 

posted @ 2018-12-27 14:40  redstar9451  阅读(111)  评论(0编辑  收藏  举报