remote_gdb.cc (8829:d21889bface6) remote_gdb.cc (9202:5c8e92f3d6f7)
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;

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

111/*
112 * $NetBSD: kgdb_stub.c,v 1.8 2001/07/07 22:58:00 wdk Exp $
113 *
114 * Taken from NetBSD
115 *
116 * "Stub" to allow remote cpu to debug over a serial line using gdb.
117 */
118
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;

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

111/*
112 * $NetBSD: kgdb_stub.c,v 1.8 2001/07/07 22:58:00 wdk Exp $
113 *
114 * Taken from NetBSD
115 *
116 * "Stub" to allow remote cpu to debug over a serial line using gdb.
117 */
118
119#include <signal.h>
119#include <sys/signal.h>
120#include <unistd.h>
121
122#include <string>
123
124#include "arch/sparc/remote_gdb.hh"
125#include "arch/vtophys.hh"
126#include "base/intmath.hh"

--- 128 unchanged lines hidden ---
120#include <sys/signal.h>
121#include <unistd.h>
122
123#include <string>
124
125#include "arch/sparc/remote_gdb.hh"
126#include "arch/vtophys.hh"
127#include "base/intmath.hh"

--- 128 unchanged lines hidden ---