Note that the unittest actually passes without the patch, because it's an
executable, and as such, _DYNAMIC points to the right place... The only way to
actually test for the original bug would be to build the breakpad code as a
shared lib...
https://breakpad.appspot.com/422002/diff/9001/Makefile.am File Makefile.am (right): https://breakpad.appspot.com/422002/diff/9001/Makefile.am#newcode278 Makefile.am:278: src/client/linux/linux_client_unittest_shlib Does this mean that "make check" is going ...
On 2012/09/18 20:39:56, glandium wrote:
> That would make it > 80 characters. Is there a point making it a single
> declaration, on two lines?
Google style lets you continue it on the next line indented 4 characters. I
think it's just slightly simpler than repeating the variable name in the
assignment. Pretty nitpicky, indeed.
This LGTM. I was a little worried that this might not work right with
LinuxCoreDumper, but it doesn't seem to be doing anything different than the
rest of the LinuxDumper implemenation in that regard.
Issue 422002: Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared library
(Closed)
Created 12 years, 4 months ago by glandium
Modified 11 years, 8 months ago
Reviewers: Ted Mielczarek
Base URL:
Comments: 8