From ddd702bf6f77b9e6391937a5959249f4f54e04ab Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Mon, 2 Mar 2009 20:07:22 +0000 Subject: [PATCH] Just updated a comment --- .../service/command/output/MIListThreadGroupsInfo.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIListThreadGroupsInfo.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIListThreadGroupsInfo.java index 9770c0db865..e8e35107616 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIListThreadGroupsInfo.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIListThreadGroupsInfo.java @@ -22,10 +22,11 @@ import org.eclipse.cdt.dsf.concurrent.Immutable; * The description field can be different depending on the target we are connected to. * * -list-thread-groups --available: - * ^done,groups=[{id="160",description="name: JIM_InstallerProcess, type 555481, locked: N, system: N, state: Idle"}, - * {id="161",description="name: JIM_TcpSetupHandlerProcess, type 555505, locked: N, system: N, state: Idle"}, - * {id="162",description="name: JUnitProcess_PT, type 1094605, locked: N, system: N, state: Idle"}] - * + * ^done,groups=[{id="161",type="process",description="name: JIM_InstallerProcess, type 555481, locked: N, system: N, state: Idle"}, + * {id="162",type="process",description="name: JIM_TcpSetupHandlerProcess, type 555505, locked: N, system: N, state: Idle"}, + * {id="165",type="process",description="name: JUnitProcess2_PT, type 1094608, locked: N, system: N, state: Idle"}, + * {id="166",type="process",description="name: JUnitProcess_PT, type 1094605, locked: N, system: N, state: Idle"}] + * * -list-thread-groups: * ^done,groups=[{id="162",type="process",pid="162"}] *