Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new SBProcess:: GetCoreFile() API
Summary: This diff added a new `SBProcess::GetCoreFile()` to retrieve target dump file spec used for dump debugging. Note: this is different from the main executable module spec Facebook: This is required for `auto-load-debuginfo` Python script to locate METADATA file next to coredump file. To achieve this, the patch hoists `m_core_file` into `PostMortemProcess` for sharing. Test Plan: A new unit test is added. Tested end-to-end in `auto-load-debuginfo` Python script. Reviewers: wanyi, hyubo, #lldb_team Reviewed By: wanyi Subscribers: #lldb_team Differential Revision: https://phabricator.intern.facebook.com/D45255862
- Loading branch information