This fixes the static assert that's meant to keep the g_arguments_data table in sync with the CommandArgumentType enumeration. Indeed, the assert didn't fire even though the current code is missing an entry. This patches fixes that as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ack, sorry I missed adding that one!
Everything else looks fine, but you parsed the enum incorrectly, it's eArgType - RecognizerID. This is in fact a stack-frame recognizer ID. I suggested an appropriate version above.
lldb/source/Interpreter/CommandObject.cpp | ||
---|---|---|
1137 |