Deleted Added
full compact
RegisterContextDarwin_i386.h (314564) RegisterContextDarwin_i386.h (344779)
1//===-- RegisterContextDarwin_i386.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//===----------------------------------------------------------------------===//
9
10#ifndef liblldb_RegisterContextDarwin_i386_h_
11#define liblldb_RegisterContextDarwin_i386_h_
12
1//===-- RegisterContextDarwin_i386.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//===----------------------------------------------------------------------===//
9
10#ifndef liblldb_RegisterContextDarwin_i386_h_
11#define liblldb_RegisterContextDarwin_i386_h_
12
13// C Includes
14// C++ Includes
15// Other libraries and framework includes
16// Project includes
17#include "lldb/Target/RegisterContext.h"
18#include "lldb/lldb-private.h"
19
20class RegisterContextDarwin_i386 : public lldb_private::RegisterContext {
21public:
22 RegisterContextDarwin_i386(lldb_private::Thread &thread,
23 uint32_t concrete_frame_idx);
24

--- 189 unchanged lines hidden ---
13#include "lldb/Target/RegisterContext.h"
14#include "lldb/lldb-private.h"
15
16class RegisterContextDarwin_i386 : public lldb_private::RegisterContext {
17public:
18 RegisterContextDarwin_i386(lldb_private::Thread &thread,
19 uint32_t concrete_frame_idx);
20

--- 189 unchanged lines hidden ---