Deleted Added
full compact
SBData.h (254729) SBData.h (280031)
1//===-- SBData.h -----------------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 155 unchanged lines hidden (view full) ---

164
165 void
166 SetOpaque (const lldb::DataExtractorSP &data_sp);
167
168private:
169 friend class SBInstruction;
170 friend class SBProcess;
171 friend class SBSection;
1//===-- SBData.h -----------------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 155 unchanged lines hidden (view full) ---

164
165 void
166 SetOpaque (const lldb::DataExtractorSP &data_sp);
167
168private:
169 friend class SBInstruction;
170 friend class SBProcess;
171 friend class SBSection;
172 friend class SBTarget;
172 friend class SBValue;
173
174 lldb::DataExtractorSP m_opaque_sp;
175};
176
177
178} // namespace lldb
179
180#endif // LLDB_SBData_h_
173 friend class SBValue;
174
175 lldb::DataExtractorSP m_opaque_sp;
176};
177
178
179} // namespace lldb
180
181#endif // LLDB_SBData_h_