dimahardie / google-breakpad

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

ELF tools should work with ELFCLASS32 and ELFCLASS64 regardless of what's native #399

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's frustrating to have to have a 32-bit Linux dump_syms distinct from a 
64-bit one.

Original issue reported on code.google.com by mark@chromium.org on 26 Aug 2010 at 10:02

GoogleCodeExporter commented 8 years ago
Fixed in r677.

Original comment by thestig@chromium.org on 3 Jan 2012 at 11:36

GoogleCodeExporter commented 8 years ago
No, this is still broken. Mark fixed part of the bustage in r677, but dump_syms 
still doesn't work. See all the usage of ElfW(T) here:
http://code.google.com/p/google-breakpad/source/browse/trunk/src/common/linux/du
mp_symbols.cc#818

Original comment by ted.mielczarek on 4 Jan 2012 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by mark@chromium.org on 12 Jan 2012 at 9:01

GoogleCodeExporter commented 8 years ago
I have a patch:
https://breakpad.appspot.com/393002/

Original comment by ted.mielczarek on 18 Jul 2012 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by vapier@chromium.org on 4 Nov 2013 at 3:54