Gráfico de Commits

3 Commits

Autor SHA1 Mensagem Data
mwilliams e7519ef1cd Better fix for stack trace generation
Just set the BFD_DECOMPRESS flag on the bfd, and let
binutils propagate it when it follows .gnu_debuglink.

Reviewed By: @jdelong

Differential Revision: D962978
2013-09-10 13:22:16 -07:00
mwilliams 6f866b243f Fix stack trace generation with compressed debug info
There were two issues:
 - you have to set BFD_DECOMPRESS on the bfd*, or it won't
   decompress compressed sections,
 - if the debug info is in a separate file, linked by
   .gnu_debuglink, libbfd will follow the link, but won't
   propagate the BFD_DECOMPRESS flag.

I changed the code to add the flag, and manually follow the
.gnu_debuglink sections, adding the flag as it goes.

Reviewed By: @jdelong

Differential Revision: D961365
2013-09-10 13:22:11 -07:00
Edwin Smith fd881ac637 Rename _ to - in hphp/util
One more step in the renaming arc.
Depends on D925182

Differential Revision: D927227
2013-08-27 11:58:28 -07:00