remote_gdb.hh (12031:46116545e745) remote_gdb.hh (12073:fe5885672fab)
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Hewlett-Packard Development Company
5 * All rights reserved.
6 *
7 * The license below extends only to copyright in the software and shall
8 * not be construed as granting a license to any other intellectual

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

91 return gdb->name() + ".X86GdbRegCache";
92 }
93 };
94
95 class AMD64GdbRegCache : public BaseGdbRegCache
96 {
97 using BaseGdbRegCache::BaseGdbRegCache;
98 private:
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Hewlett-Packard Development Company
5 * All rights reserved.
6 *
7 * The license below extends only to copyright in the software and shall
8 * not be construed as granting a license to any other intellectual

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

91 return gdb->name() + ".X86GdbRegCache";
92 }
93 };
94
95 class AMD64GdbRegCache : public BaseGdbRegCache
96 {
97 using BaseGdbRegCache::BaseGdbRegCache;
98 private:
99 struct {
99 struct M5_ATTR_PACKED {
100 uint64_t rax;
101 uint64_t rbx;
102 uint64_t rcx;
103 uint64_t rdx;
104 uint64_t rsi;
105 uint64_t rdi;
106 uint64_t rbp;
107 uint64_t rsp;

--- 44 unchanged lines hidden ---
100 uint64_t rax;
101 uint64_t rbx;
102 uint64_t rcx;
103 uint64_t rdx;
104 uint64_t rsi;
105 uint64_t rdi;
106 uint64_t rbp;
107 uint64_t rsp;

--- 44 unchanged lines hidden ---