mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:16:13 +00:00
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>