stacktrace.hh (8232:b28d06a175be) stacktrace.hh (10280:5b67e1bdf6ad)
1/*
2 * Copyright (c) 2004-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;

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

40namespace MipsISA
41{
42
43class ProcessInfo
44{
45 private:
46 ThreadContext *tc;
47
1/*
2 * Copyright (c) 2004-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;

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

40namespace MipsISA
41{
42
43class ProcessInfo
44{
45 private:
46 ThreadContext *tc;
47
48 int thread_info_size;
49 int task_struct_size;
50 int task_off;
51 int pid_off;
52 int name_off;
53
54 public:
55 ProcessInfo(ThreadContext *_tc);
56
57 Addr task(Addr ksp) const;

--- 69 unchanged lines hidden ---
48 int task_off;
49 int pid_off;
50 int name_off;
51
52 public:
53 ProcessInfo(ThreadContext *_tc);
54
55 Addr task(Addr ksp) const;

--- 69 unchanged lines hidden ---