mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
6d0d1a4be6
The minidump stream type MINIDUMP_THREAD_NAME_LIST represents thread names as a list in the form [(thread_id, thread name), ...]. This introduces a new MinidumpThreadNameListWriter class which allows OS-specific snapshot writers to write thread names using this new stream type. Bug: crashpad:327 Change-Id: Ief45df5dbbf44c0e1254786bfbe6720112ceef38 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3671775 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Ben Hamilton <benhamilton@google.com>