[Lldb-commits] [lldb] r331012 - Fix a thinko in the iteration over StructuredDataPlugin Create functions.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 26 19:05:17 PDT 2018


On Thu, Apr 26, 2018 at 6:57 PM, Jim Ingham via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: jingham
> Date: Thu Apr 26 18:57:40 2018
> New Revision: 331012
>
> URL: http://llvm.org/viewvc/llvm-project?rev=331012&view=rev
> Log:
> Fix a thinko in the iteration over StructuredDataPlugin Create functions.
>
> The code was grabbing the first plugin, and then never getting
> another one.
>
>

Do we have any way of testing this? Maybe an unittest?
It seems something that might break again in the future so I hoped we
could do something to prevent it from regressing.

Thanks!

--
Davide


More information about the lldb-commits mailing list