When I added containers it seemed like it would be easier to accidentally overwrite extant commands, so I required a --overwrite option before "command script add" will overwrite an extant command. That still strikes me as a good idea for users of packages of commands, but when you are developing the commands it's annoying since it means you have to change the "command script add" commands in your package while iteratively adding them during development. So this patch adds a setting to turn off the overwrite requirement. That way you can set this setting while developing your package, then turn it off again when you're acting as a consumer of packages.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Commands/CommandObjectCommands.cpp | ||
---|---|---|
1650 | This doesn't seem right. eLazyBoolCalculate is effectively true, but I don't know if that's what you meant. |
This doesn't seem right. eLazyBoolCalculate is effectively true, but I don't know if that's what you meant.