I need help in gdb debugging firefox 17.0.11

265 Views Asked by At

I have an application based on customized firefox 17.0.11. I am facing issues with it. I want to debug it using gdb. However, I am not able to get debug symbols for version 17.0.11. I yum installed 17.0.10, but when I run with gdb it is unable to find any debug symbols. I tried the following, but no benefit:

  1. Copying the /usr/local/debug/firefox folder to location of firefox binary
  2. I checked in the installed files (rpm -ql firefox-debuginfo), but there is no firefox/firefox-bin.debug file there.

So, can someone please help me on where to get the debug symbols and what is the right way to install on on RHEL5?

0

There are 0 best solutions below