[lldb] Remove the mutable specifier from DataExtractor's member
Having m_data_sp mutable sounds like a very bad idea. Fortunately, nothing relies on this possibility.
Loading
Please register or sign in to comment
Having m_data_sp mutable sounds like a very bad idea. Fortunately, nothing relies on this possibility.