Top "Google-breakpad" questions

Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact "minidump" files, send them back to your server, and produce C and C++ stack traces from these minidumps.

configure error "A compiler with support for C++11 language features is required."

I am trying to build the breakpad libraries based on the documentation from https://chromium.googlesource.com/breakpad/breakpad/ but …

c++11 gcc compilation google-breakpad
How to build google google-breakpad for windows?

I am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for …

build visual-studio-2005 google-breakpad
Using Google Breakpad for Android NDK?

Is anyone using Google Breakpad for Android native code (NDK) ? If so, could you elaborate on how to get it …

android android-ndk google-breakpad
How to build google breakpad

I'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library …

gyp google-breakpad
stackwalker loads all symbol files, but still doesn't symbolicate anything

I'm probably doing something wrong, but I can't figure this one out. I have a simple crash minidump, generated on …

google-breakpad