We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910fea7 commit 441f6a5Copy full SHA for 441f6a5
lldb/source/Core/Debugger.cpp
@@ -482,7 +482,9 @@ const FormatEntity::Entry *Debugger::GetStatuslineFormat() const {
482
483
bool Debugger::SetStatuslineFormat(const FormatEntity::Entry &format) {
484
constexpr uint32_t idx = ePropertyStatuslineFormat;
485
- return SetPropertyAtIndex(idx, format);
+ bool ret = SetPropertyAtIndex(idx, format);
486
+ RedrawStatusline();
487
+ return ret;
488
}
489
490
bool Debugger::GetUseAutosuggestion() const {
0 commit comments