This is an archive of the discontinued LLVM Phabricator instance.

Fix thread/process ID reading from linux core files
ClosedPublic

Authored by labath on Mar 15 2016, 3:37 AM.

Details

Summary

This also adds a basic smoke test for linux core file reading. I'm checking in the core files as
well, so that the tests can run on all platforms. With some tricks I was able to produce
reasonably-sized core files (~40K).

This fixes the first part of pr26322.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 50709.Mar 15 2016, 3:37 AM
labath retitled this revision from to Fix thread/process ID reading from linux core files.
labath updated this object.
labath added a reviewer: zturner.
labath added a subscriber: lldb-commits.
zturner accepted this revision.Mar 15 2016, 9:07 AM
zturner edited edge metadata.

Good to see we have a way to generate reasonably sized core files on other platforms as well.

This revision is now accepted and ready to land.Mar 15 2016, 9:07 AM
This revision was automatically updated to reflect the committed changes.