aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/minidump_descriptor.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2017-01-31Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant
2017-01-19Add API to skip dump if crashing thread doesn't reference a given module (2)Tobias Sargeant
2015-09-28Add GPU fingerprint information to breakpad microdumps.Primiano Tucci
2015-05-15[microdump] Add build fingerprint and product info metadata.primiano@chromium.org
2015-01-09Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org
2014-10-28Introduce microdump writer class.primiano@chromium.org
2013-02-14size_limit_ member of minidump_descriptor ignored in copy constructorted.mielczarek@gmail.com
2012-11-21Fix unused variable warning in optimized build (fix proveded by Matthew Riley)ivan.penkov@gmail.com
2012-09-17Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com
2012-08-09Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org