stacktrace.cc (10417:710ee116eb68) stacktrace.cc (11320:42ecb523c64a)
1/*
2 * Copyright (c) 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;

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

165 return false;
166 }
167
168#if TRACING_ON
169 void
170 StackTrace::dump()
171 {
172 DPRINTFN("------ Stack ------\n");
1/*
2 * Copyright (c) 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;

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

165 return false;
166 }
167
168#if TRACING_ON
169 void
170 StackTrace::dump()
171 {
172 DPRINTFN("------ Stack ------\n");
173
173
174 DPRINTFN(" Not implemented\n");
175 }
176#endif
177}
174 DPRINTFN(" Not implemented\n");
175 }
176#endif
177}