Registry / utility / breakpad

breakpad

JSON →
library2024-02-16vcpkgunverified

A set of client and server components which implement a crash-reporting system.

vcpkg install breakpad
INSTALL
IMPORT
SIG · BREAKPAD
B
breakpad
utilitycppv2024-02-16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

client/linux/handler/exception_handler.h
#include <client/linux/handler/exception_handler.h>

Minimal crash reporter setup

#include "client/linux/handler/exception_handler.h" static bool dumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, void* context, bool succeeded) { printf("Dump path: %s\n", descriptor.path()); return succeeded; } void crash() { volatile int* a = (int*)(nullptr); *a = 1; } int main() { google_breakpad::ExceptionHandler eh(google_breakpad::MinidumpDescriptor("/tmp"), NULL, dumpCallback, NULL, true, -1); crash(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-02-16latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

breakpad — pip install breakpad · libregistry