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 133 134
|
SeerRunStatusIndicator::handleText: "*running,thread-id=\"2\""
-thread-info
^done,threads=[
{
id="1",
target-id="process 31132",
name="helloworld",
frame={
level="0",
addr="0x0000000000400c17",
func="main",
args=[{name="argc",value="1"},{name="argv",value="0x7fffffffd4e8"}],
file="helloworld.cpp",
fullname="/home/erniep/Development/Peak/src/Seer/helloworld/helloworld.cpp",
line="8",
arch="i386:x86-64"
},
state="stopped",
core="0"
}
],
current-thread-id="1"
^done,threads=[
{
id=\"1\",
target-id=\"Thread 0x7ffff7fbd740 (LWP 22356)\",
name=\"hellothreads\",
frame={
level=\"0\",
addr=\"0x00000000004006bf\",
func=\"main\",
args=[],
file=\"hellothreads.cpp\",
fullname=\"/home/erniep/Development/Peak/src/Seer/hellothreads/hellothreads.cpp\",
line=\"27\",
arch=\"i386:x86-64\"
},
state=\"stopped\",
core=\"0\"
},
{
id=\"2\",
target-id=\"Thread 0x7ffff6ed1700 (LWP 22370)\",
details=\"Exiting\",
name=\"hellothreads\",
frame={
level=\"0\",
addr=\"0x00007ffff6f0b1c3\",
func=\"__longjmp\",
args=[],
from=\"/lib64/libc.so.6\",
arch=\"i386:x86-64\"
},
state=\"stopped\",
core=\"6\"
}
],
current-thread-id=\"1\"
"^done,threads=[
{
id=\"1\",
target-id=\"Thread 0x7ffff7fbd740 (LWP 25094)\",
name=\"hellothreads\",
frame={
level=\"0\",
addr=\"0x00007ffff72968bd\",
func=\"pthread_join\",
args=[],
from=\"/lib64/libpthread.so.0\",
arch=\"i386:x86-64\"
},
state=\"stopped\",
core=\"5\"
},
{
id=\"2\",
target-id=\"Thread 0x7ffff6ed1700 (LWP 25095)\",
name=\"hellothreads\",
frame={
level=\"0\",
addr=\"0x0000000000400662\",
func=\"bar\",args=[{name=\"v\",value=\"1\"}],
file=\"hellothreads.cpp\",
fullname=\"/home/erniep/Development/Peak/src/Seer/hellothreads/hellothreads.cpp\",
line=\"9\",
arch=\"i386:x86-64\"
},
state=\"stopped\",
core=\"4\"
}
],
current-thread-id=\"1\""
-thread-list-ids
^done,thread-ids={
thread-id=\"1\",
thread-id=\"2\"
},
current-thread-id=\"1\",
number-of-threads=\"2\"
-list-thread-groups
^done,groups=[
{
id="i1",
type="process",
pid="4964",
executable="/home/erniep/Development/Peak/src/Seer/helloworld/helloworld",
cores=["0"]
}
]
^done,groups=[
{
id="i1",
type="process",
pid="5141",
executable="/home/erniep/Development/Peak/src/Seer/hellothreads2/hellothreads2",
cores=["1","2","4","5","7"]
}
]
|