This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Improve corefile saving ergonomics
ClosedPublic

Authored by mib on Jun 13 2023, 11:00 AM.

Details

Summary

This patch improves the way the user can save the process state into a
corefile by adding completion handler that would provide tab completion
for the corefile path and also resolves the corefile path to expand
relative path.

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>

Diff Detail

Event Timeline

mib created this revision.Jun 13 2023, 11:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 11:00 AM
mib requested review of this revision.Jun 13 2023, 11:00 AM
bulbazord accepted this revision.Jun 13 2023, 1:34 PM

LGTM, what do you think @jasonmolenda ?

This revision is now accepted and ready to land.Jun 13 2023, 1:34 PM
This revision was automatically updated to reflect the committed changes.