tracechild.hh (8113:5c7c804e0645) tracechild.hh (8229:78bf55f23338)
1/*
2 * Copyright (c) 2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef REGSTATE_AMD64_HH
32#define REGSTATE_AMD64_HH
33
1/*
2 * Copyright (c) 2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef REGSTATE_AMD64_HH
32#define REGSTATE_AMD64_HH
33
34#include <sys/user.h>
35#include <sys/types.h>
36#include <sys/ptrace.h>
34#include <sys/ptrace.h>
35#include <sys/types.h>
36#include <sys/user.h>
37
37#include <cassert>
38#include <string>
39
40#include "base/tracechild.hh"
41
42class AMD64TraceChild : public TraceChild
43{
44 public:

--- 74 unchanged lines hidden ---
38#include <cassert>
39#include <string>
40
41#include "base/tracechild.hh"
42
43class AMD64TraceChild : public TraceChild
44{
45 public:

--- 74 unchanged lines hidden ---