1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
-list-thread-groups
^done,groups=[
{
id="i1",
type="process",
pid="5424",
executable="/home/erniep/Development/Peak/src/seer/tests/helloinferior/helloinferior",
cores=["0"]
},
{ id="i2",
type="process",
pid="5432",
executable="/home/erniep/Development/Peak/src/seer/tests/helloinferior/helloinferior",
cores=["5"]
}
]
^done,groups=[
{
id=\"i1\",
type=\"process\",
pid=\"19521\",
executable=\"/home/erniep/Development/Peak/src/Apps/Explorer/explorer\",
cores=[\"6\"]
}
]
^done,groups=[
{
id="i1",
type="process",
pid="3665",
executable="/home/erniep/Development/Peak/src/Apps/Explorer/explorer",
cores=["0","2","4","5","6","7"]
}
]
-list-thread-groups --recurse 1
^done,groups=[
{
id="i1",
type="process",
pid="5424",
executable="/home/erniep/Development/Peak/src/seer/tests/helloinferior/helloinferior",
cores=["0"],
threads=[
{
id="1",
target-id="process 5424",
name="helloinferior",
frame={
level="0",
addr="0x0000000000400702",
func="main",
args=[],
file="helloinferior.c",
fullname="/home/erniep/Development/Peak/src/seer/tests/helloinferior/helloinferior.c",
line="11",
arch="i386:x86-64"
},
state="stopped",
core="0"
}
]
},
{
id="i2",
type="process",
pid="5432",
executable="/home/erniep/Development/Peak/src/seer/tests/helloinferior/helloinferior",
cores=["5"],
threads=[
{
id="2",
target-id="process 5432",
name="helloinferior",
frame={
level="0",
addr="0x00007ffff7147a68",
func="fork",
args=[],
from="/lib64/libc.so.6",
arch="i386:x86-64"},
state="stopped",
core="5"
}
]
}
]
^done,groups=[
{
id=\"i1\",
type=\"process\",
pid=\"19521\",
executable=\"/home/erniep/Development/Peak/src/Apps/Explorer/explorer\",
cores=[\"6\"],
threads=[
{
id=\"1\",
target-id=\"Thread 0x7ffff7f97940 (LWP 19521)\",
name=\"explorer\",
frame={level=\"0\",
addr=\"0x0000000000403a40\",
func=\"main\",
args=[
{
name=\"argc\",
value=\"2\"
},
{
name=\"argv\",
value=\"0x7fffffffd528\"
}
],
file=\"explorer.cpp\",
fullname=\"/home/erniep/Development/Peak/src/Apps/Explorer/explorer.cpp\",
line=\"78\",
arch=\"i386:x86-64\"},
state=\"stopped\",
core=\"6\"
}
]
}
]
|