init_signals.cc (12203:4fa428be5f7e) init_signals.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2012, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

52
53#if defined(__FreeBSD__)
54#include <sys/param.h>
55
56#endif
57
58#include "base/atomicio.hh"
59#include "base/cprintf.hh"
1/*
2 * Copyright (c) 2012, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

52
53#if defined(__FreeBSD__)
54#include <sys/param.h>
55
56#endif
57
58#include "base/atomicio.hh"
59#include "base/cprintf.hh"
60#include "base/misc.hh"
60#include "base/logging.hh"
61#include "sim/async.hh"
62#include "sim/backtrace.hh"
63#include "sim/core.hh"
64#include "sim/eventq.hh"
65
66using namespace std;
67
68// Use an separate stack for fatal signal handlers

--- 150 unchanged lines hidden ---
61#include "sim/async.hh"
62#include "sim/backtrace.hh"
63#include "sim/core.hh"
64#include "sim/eventq.hh"
65
66using namespace std;
67
68// Use an separate stack for fatal signal handlers

--- 150 unchanged lines hidden ---