[Lldb-commits] [lldb] r244308 - [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 7 06:23:01 PDT 2015


On 7 August 2015 at 02:39, Sagar Thakur via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: slthakur
> Date: Fri Aug  7 01:39:38 2015
> New Revision: 244308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244308&view=rev
> Log:
> [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support

Noticed a few new warnings after this change:

../tools/lldb/source/Core/Scalar.cpp:151:24: warning: enumeration
value 'e_void' not handled in switch [-Wswitch]
                switch(m_type)
                       ^
../tools/lldb/source/Core/Scalar.cpp:186:24: warning: enumeration
value 'e_void' not handled in switch [-Wswitch]
                switch(m_type)
                       ^
../tools/lldb/source/Core/Scalar.cpp:220:20: warning: enumeration
value 'e_void' not handled in switch [-Wswitch]
            switch(m_type)
                   ^


More information about the lldb-commits mailing list