remote_gdb.cc (5569:baeee670d4ce) | remote_gdb.cc (6327:f6148086f997) |
---|---|
1/* 2 * Copyright (c) 2002-2005 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; --- 114 unchanged lines hidden (view full) --- 123 124#include "config/full_system.hh" 125#if FULL_SYSTEM 126#include "arch/alpha/vtophys.hh" 127#endif 128 129#include "arch/alpha/kgdb.h" 130#include "arch/alpha/utility.hh" | 1/* 2 * Copyright (c) 2002-2005 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; --- 114 unchanged lines hidden (view full) --- 123 124#include "config/full_system.hh" 125#if FULL_SYSTEM 126#include "arch/alpha/vtophys.hh" 127#endif 128 129#include "arch/alpha/kgdb.h" 130#include "arch/alpha/utility.hh" |
131#include "arch/alpha/regredir.hh" |
|
131#include "arch/alpha/remote_gdb.hh" 132#include "base/intmath.hh" 133#include "base/remote_gdb.hh" 134#include "base/socket.hh" 135#include "base/trace.hh" 136#include "cpu/thread_context.hh" 137#include "cpu/static_inst.hh" 138#include "mem/physical.hh" --- 176 unchanged lines hidden --- | 132#include "arch/alpha/remote_gdb.hh" 133#include "base/intmath.hh" 134#include "base/remote_gdb.hh" 135#include "base/socket.hh" 136#include "base/trace.hh" 137#include "cpu/thread_context.hh" 138#include "cpu/static_inst.hh" 139#include "mem/physical.hh" --- 176 unchanged lines hidden --- |