This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Interpreter] Add `interpreter.repeat-previous-command` setting
ClosedPublic

Authored by mib on Mar 4 2021, 6:45 PM.

Details

Summary

This patch introduces a new interpreter setting to prevent LLDB from
re-executing the previous command when passing an empty command.

This can be very useful when performing actions that requires a long
time to complete.

To preserve the original behaviour, the setting defaults to true.

rdar://74983516

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib requested review of this revision.Mar 4 2021, 6:45 PM
mib created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2021, 6:45 PM
This revision is now accepted and ready to land.Mar 4 2021, 9:12 PM
This revision was landed with ongoing or failed builds.Mar 5 2021, 10:33 AM
This revision was automatically updated to reflect the committed changes.