gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

I Can not make stabs section for my application #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello!

I want to use "dump_syms" for my application in Linux.
Compile it with flag "-gstabs+".

But when I try "dump_syms /tmp/my_app" ->

"Stab section not found.
 Failed to write symbol file"

Why?

Original issue reported on code.google.com by sqbo...@gmail.com on 16 Jun 2009 at 11:58

GoogleCodeExporter commented 9 years ago
Did you compile "dump_syms" with -gstabs+, or your application with -gstabs+? 
(You
need to do the latter.)

Original comment by ted.mielczarek on 16 Jun 2009 at 7:23

GoogleCodeExporter commented 9 years ago
Have you tried just -gstabs? (no plus)

Original comment by zhang...@gmail.com on 24 Jun 2009 at 10:26

GoogleCodeExporter commented 9 years ago
Yes. All is good with -gstabs :)
Thanks

Original comment by sqbo...@gmail.com on 25 Jun 2009 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 13 Aug 2009 at 5:32