Index: frysk-core/frysk/util/CoredumpAction.java =================================================================== RCS file: /cvs/frysk/frysk-core/frysk/util/CoredumpAction.java,v retrieving revision 1.17 diff -u -r1.17 CoredumpAction.java --- frysk-core/frysk/util/CoredumpAction.java 30 Jul 2007 16:51:39 -0000 1.17 +++ frysk-core/frysk/util/CoredumpAction.java 31 Jul 2007 11:17:57 -0000 @@ -1,6 +1,6 @@ //This file is part of the program FRYSK. -//Copyright 2006, Red Hat Inc. +//Copyright 2006, 2007 Red Hat Inc. //FRYSK is free software; you can redistribute it and/or modify it //under the terms of the GNU General Public License as published by @@ -287,7 +287,7 @@ String regMap[] = { "ebx", "ecx", "edx", "esi", "edi", "ebp", "eax", "ds", "es", "fs", "gs", "orig_eax", "eip", "cs", - "efl", "esp", "ss" }; + "eflags", "esp", "ss" }; for (int i = 0; i < regMap.length; i++) prStatus.setPrGPReg( Index: frysk-core/frysk/util/StacktraceAction.java =================================================================== RCS file: /cvs/frysk/frysk-core/frysk/util/StacktraceAction.java,v retrieving revision 1.21 diff -u -r1.21 StacktraceAction.java --- frysk-core/frysk/util/StacktraceAction.java 27 Jul 2007 21:46:27 -0000 1.21 +++ frysk-core/frysk/util/StacktraceAction.java 31 Jul 2007 11:17:57 -0000 @@ -1,6 +1,6 @@ // This file is part of the program FRYSK. // -// Copyright 2005, Red Hat Inc. +// Copyright 2005, 2007 Red Hat Inc. // // FRYSK is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by @@ -150,7 +150,6 @@ while (iter.hasNext()) { Task task = (Task) iter.next(); - System.out.println("StacktraceAction.printTasks() printSourceLibrary " + printSourceLibrary); StackFactory.printTaskStackTrace(printWriter,task,elfOnly,printParameters,printScopes,fullpath,printSourceLibrary); } logger.log(Level.FINE, "{0} exiting printTasks\n", this);