Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
That's great. Can you add a test that if you make a default SBVariableOption and then flip the target setting you get the target's default value?
Paths
| Differential D55954
[lldb] Add a "display-recognized-arguments" target setting to show recognized arguments by default ClosedPublic Authored by kubamracek on Dec 20 2018, 1:49 PM.
Details
Diff Detail Event TimelineComment Actions That's great. Can you add a test that if you make a default SBVariableOption and then flip the target setting you get the target's default value? kubamracek retitled this revision from [ldb] Add a "display-recognized-arguments" target setting to show recognized arguments by default to [lldb] Add a "display-recognized-arguments" target setting to show recognized arguments by default. Comment ActionsAdding test. This revision is now accepted and ready to land.Dec 20 2018, 3:39 PM Closed by commit rLLDB349856: [lldb] Add a "display-recognized-arguments" target setting to show recognized… (authored by kuba.brecka). · Explain WhyDec 20 2018, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179146 include/lldb/API/SBTarget.h
include/lldb/API/SBVariablesOptions.h
include/lldb/Target/Target.h
scripts/interface/SBVariablesOptions.i
source/API/SBFrame.cpp
source/API/SBVariablesOptions.cpp
source/Target/Target.cpp
|