breakpad/docs
Ludovic Guegan bd4a28c08b core_handler: coredump handler to produce minidump
On Linux, it is possible to register a core handler via
/proc/sys/kernel/core_pattern. Doing so invokes the core handler when
a process crash. The core_handler uses /proc/<pid>/mem to access the
process memory. This way it is not necessary to process the full
coredump which takes time and consumes memory.

In order to profit from this core handler, for example, one can
integrate dump_syms into Yocto and generate an archive with the
breakpad symbols of all the binaries in the rootfs. Minidumps are
especially useful on embedded systems since they are lightweight and
provide contextual information.

Change-Id: I9298d81159029cefb81c915831db54884310ad05
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2536917
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2020-11-23 23:15:15 +00:00
..
breakpad.png [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
breakpad.svg [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
client_design.md Update links 2016-11-18 17:24:37 +00:00
contributing_to_breakpad.md [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
exception_handling.md [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
getting_started_with_breakpad.md Update links 2016-11-18 17:24:37 +00:00
linux_core_handler.md core_handler: coredump handler to produce minidump 2020-11-23 23:15:15 +00:00
linux_starter_guide.md Fix the Linux Starter Guide docs 2016-03-22 14:03:09 -04:00
linux_system_calls.md [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
mac_breakpad_starter_guide.md [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
mozilla_brown_bag_talk.md Update links 2016-11-18 17:24:37 +00:00
OWNERS [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00
processor_design.md Update links 2016-11-18 17:24:37 +00:00
stack_walking.md Update links 2016-11-18 17:24:37 +00:00
sym_upload_v2_protocol.md Add optional new symbol upload API to sym_upload. 2020-02-20 16:50:31 +00:00
symbol_files.md Add optional field indicating multiple symbols at an address 2017-11-29 21:33:23 +00:00
windows_client_integration.md [Docs] add markdown docs (converted from Wiki) 2015-09-22 17:29:52 -04:00