gdb load debug-info failed, get Dwarf Error when I debug webrtc peerconnection_client

1k views Asked by At

Now, I build out peerconnection_client of google webrtc project. But, when input command: gdb out/Default/peerconnection_client, I get error:

Reading symbols from /opt/dada/src/webrtc/native/src/out/Default/peerconnection_client...Dwarf Error: compilation unit with DW_AT_GNU_dwo_name has children (offset 0x59d0) [in module /opt/dada/src/webrtc/native/src/out/Default/peerconnection_client] (no debugging symbols found)...done.

when I use command: readelf --debug-dump=info out/Default/peerconnection_client | grep -C 5 0x59d0

]

Any suggestion, Best regards!

0

There are 0 answers