From 1cfee9338d64c2b0b766d23b9c176980745d5872 Mon Sep 17 00:00:00 2001 From: ssuen Date: Sun, 31 Aug 1997 01:20:00 +0000 Subject: [PATCH] Commented out two debugging messages --- dyninstAPI/src/aix.C | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dyninstAPI/src/aix.C b/dyninstAPI/src/aix.C index 6414d3b..4523f44 100644 --- a/dyninstAPI/src/aix.C +++ b/dyninstAPI/src/aix.C @@ -1535,8 +1535,8 @@ bool handleAIXsigTraps(int pid, int status) { // the text segment heap has been cleared. if (curr) { curr->status_ = stopped; - fprintf(stderr, "Got load SIGTRAP from pid %d, PC=%x\n", pid, - curr->currentPC()); + //fprintf(stderr, "Got load SIGTRAP from pid %d, PC=%x\n", pid, + // curr->currentPC()); resurrectBaseTramps(curr); //Restore base trampolines curr->continueProc(); } @@ -1579,9 +1579,9 @@ bool handleAIXsigTraps(int pid, int status) { assert((pid_t)psinfo.pi_pid == pid); - string str = string("Parent of process ") + string(pid) + " is " + - string(psinfo.pi_ppid) + "\n"; - logLine(str.string_of()); + //string str = string("Parent of process ") + string(pid) + " is " + + // string(psinfo.pi_ppid) + "\n"; + //logLine(str.string_of()); seenForkTrapForChild = true; pidForChild = pid; -- 1.8.3.1