mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
78bcb55e1c
Update ProcessMemoryLinux to be constructed from PtraceConnection instead of being Initialize()d with a pid_t. This allows consolidating PtraceClient's BrokeredMemory with ProcessMemoryLinux and providing the PtraceConnection as a alternative to the memory file (previously only done for brokered connections). Change-Id: I1363e208030eaf595fb8051e9a2c6b255c1f9886 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3072402 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>