From e75632e46b3542d2d75f873306b3c9973349e47b Mon Sep 17 00:00:00 2001 From: John Cortell Date: Sat, 13 Mar 2010 04:32:45 +0000 Subject: [PATCH] Corrected comment --- .../mi/org/eclipse/cdt/debug/mi/core/RxThread.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/RxThread.java b/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/RxThread.java index 11385ce9b6b..8bbfbb1caf9 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/RxThread.java +++ b/debug/org.eclipse.cdt.debug.mi.core/mi/org/eclipse/cdt/debug/mi/core/RxThread.java @@ -306,13 +306,12 @@ public class RxThread extends Thread { } // GDB does not provide reason when stopping on a shared library - // event or because of a catchpoint. Hopefully this will be - // fixed in a future version. Meanwhile, we will use a hack to - // cope. On most platform we can detect by looking at the - // console stream for phrase. - // - // Although it is a _real_ bad idea to do this, we do not have - // any other alternatives. + // event or because of a catchpoint (in some versions). + // Hopefully this will be fixed in a future version. Meanwhile, + // we will use a hack to cope. On most platform we can detect by + // looking at the console stream for phrase. Although it is a + // _real_ bad idea to do this, we do not have any other + // alternatives. if (list.isEmpty()) { String[] logs = getStreamRecords(); for (int i = 0; i < logs.length; i++) {