Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] TCF-agent under ARM

Hi Jorge,

By default, the agent is built with hardware breakpoints support enabled. Hardware breakpoints are managed by the Linux kernel and might not work because of some incompatibility between agent, kernel or the hardware. I suggest to try couple things:

1. Build the agent without hardware breakpoints:
   make CFLAGS=-DENABLE_HardwareBreakpoints=0 clean all

2. Use latest agent source code from the master branch.

Regards,
Eugene

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Jorge Fernandez Monteagudo
Sent: Wednesday, June 08, 2016 12:12 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] TCF-agent under ARM

Hi all !

This is my first post to the list. I'm looking for any hint to be able to use TCF-agent with Eclipse
to debug my application running in an ARM (iMX6 board).

I've been able to download the TCF-agent code from the last git version and compile it using Yocto to
generate the ARM version and with the debian8 gcc to generate the x86_64 version. All the options are
enabled in both versions.

In the workstation side I've a Eclipse Mars with the plugins TCF C/C++ Debugger (1.3.1.20150505143),
TCF Remote System Explorer add-in (1.3.0.20150526194) and TCF Target Explorer (1.3.1.20150430071)

To test the agent, first I've generated a 'hello world' eclipse demo project for the x86_64 platform
and I've been able to debug the application, set breakpoints using the agent with the 127.0.0.1 IP
with any problem.

With ARM I don't have the same luck. With the 'Debug configurations...' Stop at Entry unchecked the
breakpoints are ignored! The program is executed ok and I can see the hello world print in the 'Terminal'
eclipse window. The log I can see in from the TCF-agent running in the ARM board is:

# /usr/sbin/tcf-agent -L-

TCF 09:19:49.409: Starting channel 0x8f9d58 TCP:10.16.68.165:56000
TCF 09:19:49.409: channel server connecting
TCF 09:19:49.410: Peer TCP:10.16.68.165:56000: Event: E Locator Hello ...
TCF 09:19:49.410: channel server connected, remote services:
TCF 09:19:49.410:   Diagnostics
TCF 09:19:49.410:   Locator
TCF 09:19:49.410:   ZeroCopy
TCF 09:19:52.347: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:19:56.306: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:19:58.365: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:20:01.060: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:20:05.154: Peer TCP:10.16.68.165:56000: Command: C 123 FileSystem stat ...
TCF 09:20:05.157: Peer TCP:10.16.68.165:56000: Command: C 124 FileSystem open ...
TCF 09:20:05.217: Peer TCP:10.16.68.165:56000: Command: C 125 FileSystem write ...
TCF 09:20:05.218: Peer TCP:10.16.68.165:56000: Command: C 126 FileSystem write ...
TCF 09:20:05.218: Peer TCP:10.16.68.165:56000: Command: C 127 FileSystem fstat ...
TCF 09:20:05.308: Peer TCP:10.16.68.165:56000: Command: C 128 FileSystem fsetstat ...
TCF 09:20:05.383: Peer TCP:10.16.68.165:56000: Command: C 129 FileSystem close ...
TCF 09:20:05.403: Starting channel 0x8fb2e8 TCP:10.16.68.165:56001
TCF 09:20:05.403: channel server connecting
TCF 09:20:05.404: Peer TCP:10.16.68.165:56001: Event: E Locator Hello ...
TCF 09:20:05.404: channel server connected, remote services:
TCF 09:20:05.404:   Diagnostics
TCF 09:20:05.404:   Locator
TCF 09:20:05.404:   ZeroCopy
TCF 09:20:05.439: Peer TCP:10.16.68.165:56001: Command: C 130 Streams subscribe ...
TCF 09:20:05.632: Peer TCP:10.16.68.165:56001: Command: C 131 ProcessesV1 getEnvironment ...
TCF 09:20:05.634: Peer TCP:10.16.68.165:56001: Command: C 132 ProcessesV1 start ...
TCF 09:20:05.641: context: attaching pid 393
TCF 09:20:05.642: waitpid: add pid 393
TCF 09:20:05.643: waitpid: pid 393 status 0x57f, error 0
TCF 09:20:05.643: waitpid: pid 393 suspended, signal 5, event code 0
TCF 09:20:05.644: event: pid 393 stopped, signal 5, event none
TCF 09:20:05.644: event: new context 0xa45c28, id P393.393
TCF 09:20:05.644: context: temporary suspending ctx 0xa45c28 id P393.393
TCF 09:20:05.645: event: pid 393 stopped at PC = 0x76f16b00
TCF 09:20:05.646: waitpid: pid 393 detached
TCF 09:20:05.651: context: read memory ctx 0x90d490, id P393, address 0x10900, size 8
TCF 09:20:05.652: context: read memory ctx 0x90d490, id P393, address 0x10900, size 8
TCF 09:20:05.687: context: resuming ctx 0xa45c28, id P393.393, with signal 0
TCF 09:20:05.688: waitpid: add pid 393
TCF 09:20:05.692: Peer TCP:10.16.68.165:56001: Command: C 133 Streams read ...
TCF 09:20:05.699: waitpid: pid 393 status 0x6057f, error 0
TCF 09:20:05.700: waitpid: pid 393 suspended, signal 5, event code 6
TCF 09:20:05.700: event: pid 393 stopped, signal 5, event exit
TCF 09:20:05.701: event: pid 393 stopped at PC = 0x76d1af50
TCF 09:20:05.702: waitpid: pid 393 detached
TCF 09:20:05.702: context: resuming ctx 0xa45c28, id P393.393, with signal 0
TCF 09:20:05.703: waitpid: add pid 393
TCF 09:20:05.704: waitpid: pid 393 status 0, error 0
TCF 09:20:05.704: waitpid: pid 393 exited, exit code 0
TCF 09:20:05.705: event: ctx 0xa45c28, pid 393, exit status 0, term signal 0
TCF 09:20:05.705: Peer TCP:10.16.68.165:56001: Command: C 134 Streams read ...
TCF 09:20:05.711: Peer TCP:10.16.68.165:56001: Command: C 135 Streams disconnect ...
TCF 09:20:05.711: Peer TCP:10.16.68.165:56001: Command: C 136 Streams eos ...
TCF 09:20:05.713: Peer TCP:10.16.68.165:56001: Command: C 137 Streams disconnect ...
TCF 09:20:05.714: Peer TCP:10.16.68.165:56001: Command: C 138 Streams unsubscribe ...
TCF 09:20:05.717: Socket is shutdown by remote peer, channel 0x8fb2e8 TCP:10.16.68.165:56001
TCF 09:20:05.718: Closing channel 0x8fb2e8 TCP:10.16.68.165:56001
TCF 09:20:05.719: channel 0x8fb2e8 disconnected
TCF 09:20:05.719: Deleting channel 0x8fb2e8
TCF 09:20:05.732: Starting channel 0x9f0888 TCP:10.16.68.165:56002
TCF 09:20:05.733: channel server connecting
TCF 09:20:05.736: Peer TCP:10.16.68.165:56002: Event: E Locator Hello ...
TCF 09:20:05.737: channel server connected, remote services:
TCF 09:20:05.737:   Diagnostics
TCF 09:20:05.738:   Locator
TCF 09:20:05.738:   ZeroCopy
TCF 09:20:05.770: Peer TCP:10.16.68.165:56002: Command: C 139 PathMap get ...
TCF 09:20:05.772: Peer TCP:10.16.68.165:56002: Command: C 140 PathMap set ...
TCF 09:20:05.773: Peer TCP:10.16.68.165:56002: Command: C 141 Streams subscribe ...
TCF 09:20:05.773: Peer TCP:10.16.68.165:56002: Command: C 142 Streams subscribe ...
TCF 09:20:05.773: Peer TCP:10.16.68.165:56002: Command: C 143 Streams subscribe ...
TCF 09:20:05.773: Peer TCP:10.16.68.165:56002: Command: C 144 Streams subscribe ...
TCF 09:20:05.774: Peer TCP:10.16.68.165:56002: Command: C 145 Breakpoints getIDs ...
TCF 09:20:05.774: Peer TCP:10.16.68.165:56002: Command: C 146 Breakpoints getCapabilities ...
TCF 09:20:05.777: Peer TCP:10.16.68.165:56002: Command: C 147 Breakpoints set ...
TCF 09:20:05.779: Peer TCP:10.16.68.165:56002: Command: C 148 DPrintf open ...
TCF 09:20:05.780: Peer TCP:10.16.68.165:56002: Command: C 149 Streams connect ...
TCF 09:20:05.781: Peer TCP:10.16.68.165:56002: Command: C 150 Streams read ...
TCF 09:20:05.781: Peer TCP:10.16.68.165:56002: Command: C 151 Streams read ...
TCF 09:20:05.782: Peer TCP:10.16.68.165:56002: Command: C 152 Streams read ...
TCF 09:20:05.782: Peer TCP:10.16.68.165:56002: Command: C 153 Streams read ...
TCF 09:20:05.782: Peer TCP:10.16.68.165:56002: Command: C 154 Memory getChildren ...
TCF 09:20:05.782: Peer TCP:10.16.68.165:56002: Command: C 155 RunControl getChildren ...
TCF 09:20:07.347: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:20:07.348: Peer TCP:10.16.68.165:56002: Event: E Locator peerHeartBeat ...
TCF 09:20:12.544: Peer TCP:10.16.68.165:56002: Command: C 156 Streams disconnect ...
TCF 09:20:12.546: Socket is shutdown by remote peer, channel 0x9f0888 TCP:10.16.68.165:56002
TCF 09:20:12.546: Closing channel 0x9f0888 TCP:10.16.68.165:56002
TCF 09:20:12.547: channel 0x9f0888 disconnected
TCF 09:20:12.548: Deleting channel 0x9f0888
TCF 09:20:13.365: Peer TCP:10.16.68.165:56000: Event: E Locator peerHeartBeat ...
TCF 09:20:15.190: Socket is shutdown by remote peer, channel 0x8f9d58 TCP:10.16.68.165:56000
TCF 09:20:15.191: Closing channel 0x8f9d58 TCP:10.16.68.165:56000
TCF 09:20:15.191: channel 0x8f9d58 disconnected
TCF 09:20:15.192: Deleting channel 0x8f9d58


Running the same application with the 'Debug configurations...' Stop at Entry checked the
application stops at the first ASM instruction, but continuing the execution don't stop in the rest
of breakpoints. The log I see in this case is:


TCF 09:20:57.734: Starting channel 0x8f9d58 TCP:10.16.68.165:56003
TCF 09:20:57.734: channel server connecting
TCF 09:20:57.737: Peer TCP:10.16.68.165:56003: Event: E Locator Hello ...
TCF 09:20:57.737: channel server connected, remote services:
TCF 09:20:57.737:   Diagnostics
TCF 09:20:57.737:   Locator
TCF 09:20:57.737:   ZeroCopy
TCF 09:20:58.368: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:01.061: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:06.126: Peer TCP:10.16.68.165:56003: Command: C 157 FileSystem stat ...
TCF 09:21:06.129: Peer TCP:10.16.68.165:56003: Command: C 158 FileSystem open ...
TCF 09:21:06.214: Peer TCP:10.16.68.165:56003: Command: C 159 FileSystem write ...
TCF 09:21:06.215: Peer TCP:10.16.68.165:56003: Command: C 160 FileSystem write ...
TCF 09:21:06.215: Peer TCP:10.16.68.165:56003: Command: C 161 FileSystem fstat ...
TCF 09:21:06.250: Peer TCP:10.16.68.165:56003: Command: C 162 FileSystem fsetstat ...
TCF 09:21:06.315: Peer TCP:10.16.68.165:56003: Command: C 163 FileSystem close ...
TCF 09:21:06.338: Starting channel 0x8fb2e8 TCP:10.16.68.165:56004
TCF 09:21:06.338: channel server connecting
TCF 09:21:06.338: Peer TCP:10.16.68.165:56004: Event: E Locator Hello ...
TCF 09:21:06.338: channel server connected, remote services:
TCF 09:21:06.338:   Diagnostics
TCF 09:21:06.338:   Locator
TCF 09:21:06.338:   ZeroCopy
TCF 09:21:06.374: Peer TCP:10.16.68.165:56004: Command: C 164 Streams subscribe ...
TCF 09:21:06.455: Peer TCP:10.16.68.165:56004: Command: C 165 ProcessesV1 getEnvironment ...
TCF 09:21:06.456: Peer TCP:10.16.68.165:56004: Command: C 166 ProcessesV1 start ...
TCF 09:21:06.464: context: attaching pid 394
TCF 09:21:06.464: waitpid: add pid 394
TCF 09:21:06.464: waitpid: pid 394 status 0x57f, error 0
TCF 09:21:06.465: waitpid: pid 394 suspended, signal 5, event code 0
TCF 09:21:06.465: event: pid 394 stopped, signal 5, event none
TCF 09:21:06.465: event: new context 0xa45c28, id P394.394
TCF 09:21:06.465: context: suspending ctx 0xa45c28 id P394.394
TCF 09:21:06.465: event: pid 394 stopped at PC = 0x76f11b00
TCF 09:21:06.465: waitpid: pid 394 detached
TCF 09:21:06.471: context: read memory ctx 0x90d490, id P394, address 0x10900, size 8
TCF 09:21:06.471: context: read memory ctx 0x90d490, id P394, address 0x10900, size 8
TCF 09:21:06.508: Peer TCP:10.16.68.165:56004: Command: C 167 Streams read ...
TCF 09:21:06.544: Starting channel 0x9f0320 TCP:10.16.68.165:56005
TCF 09:21:06.544: channel server connecting
TCF 09:21:06.545: Peer TCP:10.16.68.165:56005: Event: E Locator Hello ...
TCF 09:21:06.546: channel server connected, remote services:
TCF 09:21:06.546:   Diagnostics
TCF 09:21:06.547:   Locator
TCF 09:21:06.547:   ZeroCopy
TCF 09:21:06.585: Peer TCP:10.16.68.165:56005: Command: C 168 PathMap get ...
TCF 09:21:06.586: Peer TCP:10.16.68.165:56005: Command: C 169 PathMap set ...
TCF 09:21:06.587: context: read memory ctx 0x90d490, id P394, address 0x10900, size 8
TCF 09:21:06.588: context: read memory ctx 0x90d490, id P394, address 0x10900, size 8
TCF 09:21:06.588: context: read memory ctx 0x90d490, id P394, address 0x10900, size 8
TCF 09:21:06.591: Peer TCP:10.16.68.165:56005: Command: C 170 Streams subscribe ...
TCF 09:21:06.591: Peer TCP:10.16.68.165:56005: Command: C 171 Streams subscribe ...
TCF 09:21:06.592: Peer TCP:10.16.68.165:56005: Command: C 172 Streams subscribe ...
TCF 09:21:06.592: Peer TCP:10.16.68.165:56005: Command: C 173 Streams subscribe ...
TCF 09:21:06.593: Peer TCP:10.16.68.165:56005: Command: C 174 Breakpoints getIDs ...
TCF 09:21:06.594: Peer TCP:10.16.68.165:56005: Command: C 175 Breakpoints getCapabilities ...
TCF 09:21:06.599: Peer TCP:10.16.68.165:56005: Command: C 176 Breakpoints set ...
TCF 09:21:06.602: Peer TCP:10.16.68.165:56005: Command: C 177 DPrintf open ...
TCF 09:21:06.603: Peer TCP:10.16.68.165:56005: Command: C 178 Streams connect ...
TCF 09:21:06.606: Peer TCP:10.16.68.165:56005: Command: C 179 Streams read ...
TCF 09:21:06.606: Peer TCP:10.16.68.165:56005: Command: C 180 Streams read ...
TCF 09:21:06.607: Peer TCP:10.16.68.165:56005: Command: C 181 Streams read ...
TCF 09:21:06.607: Peer TCP:10.16.68.165:56005: Command: C 182 Streams read ...
TCF 09:21:06.619: Peer TCP:10.16.68.165:56005: Command: C 183 Memory getChildren ...
TCF 09:21:06.620: Peer TCP:10.16.68.165:56005: Command: C 184 RunControl getChildren ...
TCF 09:21:06.624: Peer TCP:10.16.68.165:56005: Command: C 185 RunControl getContext ...
TCF 09:21:06.625: Peer TCP:10.16.68.165:56005: Command: C 186 Memory getChildren ...
TCF 09:21:06.626: Peer TCP:10.16.68.165:56005: Command: C 187 RunControl getChildren ...
TCF 09:21:06.627: Peer TCP:10.16.68.165:56005: Command: C 188 RunControl getContext ...
TCF 09:21:06.628: Peer TCP:10.16.68.165:56005: Command: C 189 RunControl getState ...
TCF 09:21:06.670: Peer TCP:10.16.68.165:56005: Command: C 190 StackTrace getChildrenRange ...
TCF 09:21:06.671: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11b00, size 64
TCF 09:21:06.671: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11b9c, size 64
TCF 09:21:06.672: context: read memory ctx 0xa45c28, id P394.394, address 0x7ede3d80, size 64
TCF 09:21:06.673: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11bac, size 64
TCF 09:21:06.674: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11b40, size 64
TCF 09:21:06.674: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11ba4, size 64
TCF 09:21:06.675: context: read memory ctx 0xa45c28, id P394.394, address 0x76f39938, size 64
TCF 09:21:06.676: context: read memory ctx 0xa45c28, id P394.394, address 0x7ede3d80, size 64
TCF 09:21:06.676: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11b80, size 64
TCF 09:21:06.679: Peer TCP:10.16.68.165:56005: Command: C 191 Registers getChildren ...
TCF 09:21:06.746: Peer TCP:10.16.68.165:56005: Command: C 192 StackTrace getContext ...
TCF 09:21:06.747: Peer TCP:10.16.68.165:56005: Command: C 193 Memory getContext ...
TCF 09:21:06.748: Peer TCP:10.16.68.165:56005: Command: C 194 LineNumbers mapToSource ...
TCF 09:21:06.757: Peer TCP:10.16.68.165:56005: Command: C 195 Processes getContext ...
TCF 09:21:06.774: Peer TCP:10.16.68.165:56005: Command: C 196 Disassembly disassemble ...
TCF 09:21:06.778: context: read memory ctx 0x90d490, id P394, address 0x76f11b00, size 72
TCF 09:21:06.782: Peer TCP:10.16.68.165:56005: Command: C 197 Symbols findByAddr ...
TCF 09:21:06.784: Peer TCP:10.16.68.165:56005: Command: C 198 Symbols getContext ...
TCF 09:21:06.785: Peer TCP:10.16.68.165:56005: Command: C 199 Symbols findByAddr ...
TCF 09:21:06.787: Peer TCP:10.16.68.165:56005: Command: C 200 Symbols getContext ...
TCF 09:21:06.788: Peer TCP:10.16.68.165:56005: Command: C 201 Symbols findByAddr ...
TCF 09:21:06.790: Peer TCP:10.16.68.165:56005: Command: C 202 Symbols getContext ...
TCF 09:21:06.791: Peer TCP:10.16.68.165:56005: Command: C 203 Symbols findByAddr ...
TCF 09:21:06.793: Peer TCP:10.16.68.165:56005: Command: C 204 Symbols getContext ...
TCF 09:21:06.794: Peer TCP:10.16.68.165:56005: Command: C 205 Symbols findByAddr ...
TCF 09:21:06.797: Peer TCP:10.16.68.165:56005: Command: C 206 Symbols getContext ...
TCF 09:21:06.799: Peer TCP:10.16.68.165:56005: Command: C 207 Symbols findByAddr ...
TCF 09:21:06.807: Peer TCP:10.16.68.165:56005: Command: C 208 Symbols getContext ...
TCF 09:21:06.811: Peer TCP:10.16.68.165:56005: Command: C 209 Symbols findByAddr ...
TCF 09:21:06.813: Peer TCP:10.16.68.165:56005: Command: C 210 Symbols getContext ...
TCF 09:21:06.814: Peer TCP:10.16.68.165:56005: Command: C 211 Symbols findByAddr ...
TCF 09:21:06.816: Peer TCP:10.16.68.165:56005: Command: C 212 Symbols getContext ...
TCF 09:21:06.817: Peer TCP:10.16.68.165:56005: Command: C 213 Symbols findByAddr ...
TCF 09:21:06.819: Peer TCP:10.16.68.165:56005: Command: C 214 Symbols getContext ...
TCF 09:21:06.822: Peer TCP:10.16.68.165:56005: Command: C 215 Symbols findByAddr ...
TCF 09:21:06.826: Peer TCP:10.16.68.165:56005: Command: C 216 Symbols getContext ...
TCF 09:21:06.827: Peer TCP:10.16.68.165:56005: Command: C 217 Symbols findByAddr ...
TCF 09:21:06.829: Peer TCP:10.16.68.165:56005: Command: C 218 Symbols getContext ...
TCF 09:21:06.830: Peer TCP:10.16.68.165:56005: Command: C 219 Symbols findByAddr ...
TCF 09:21:06.832: Peer TCP:10.16.68.165:56005: Command: C 220 Symbols getContext ...
TCF 09:21:06.833: Peer TCP:10.16.68.165:56005: Command: C 221 Symbols findByAddr ...
TCF 09:21:06.835: Peer TCP:10.16.68.165:56005: Command: C 222 Symbols getContext ...
TCF 09:21:06.836: Peer TCP:10.16.68.165:56005: Command: C 223 Symbols findByAddr ...
TCF 09:21:06.838: Peer TCP:10.16.68.165:56005: Command: C 224 Symbols getContext ...
TCF 09:21:06.839: Peer TCP:10.16.68.165:56005: Command: C 225 Symbols findByAddr ...
TCF 09:21:06.841: Peer TCP:10.16.68.165:56005: Command: C 226 Symbols getContext ...
TCF 09:21:06.846: Peer TCP:10.16.68.165:56005: Command: C 227 Symbols findByAddr ...
TCF 09:21:06.848: Peer TCP:10.16.68.165:56005: Command: C 228 Symbols getContext ...
TCF 09:21:06.849: Peer TCP:10.16.68.165:56005: Command: C 229 Symbols findByAddr ...
TCF 09:21:06.851: Peer TCP:10.16.68.165:56005: Command: C 230 Symbols getContext ...
TCF 09:21:06.852: Peer TCP:10.16.68.165:56005: Command: C 231 LineNumbers mapToSource ...
TCF 09:21:06.853: Peer TCP:10.16.68.165:56005: Command: C 232 Memory get ...
TCF 09:21:06.853: context: read memory ctx 0x90d490, id P394, address 0x76f11b00, size 68
TCF 09:21:06.915: Peer TCP:10.16.68.165:56005: Command: C 233 Symbols findByAddr ...
TCF 09:21:06.916: Peer TCP:10.16.68.165:56005: Command: C 234 StackTrace getContext ...
TCF 09:21:06.917: Peer TCP:10.16.68.165:56005: Command: C 235 MemoryMap get ...
TCF 09:21:06.918: Peer TCP:10.16.68.165:56005: Command: C 236 Symbols getContext ...
TCF 09:21:07.350: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:07.350: Peer TCP:10.16.68.165:56004: Event: E Locator peerHeartBeat ...
TCF 09:21:07.351: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:11.310: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:11.310: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:11.311: Peer TCP:10.16.68.165:56004: Event: E Locator peerHeartBeat ...
TCF 09:21:13.369: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:13.369: Peer TCP:10.16.68.165:56004: Event: E Locator peerHeartBeat ...
TCF 09:21:13.370: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:22.350: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:22.351: Peer TCP:10.16.68.165:56004: Event: E Locator peerHeartBeat ...
TCF 09:21:22.351: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:23.111: Peer TCP:10.16.68.165:56005: Command: C 237 RunControl resume ...
TCF 09:21:23.112: context: single step ctx 0xa45c28, id P394.394
TCF 09:21:23.112: context: read memory ctx 0xa45c28, id P394.394, address 0x76f11b00, size 4
TCF 09:21:23.113: pc 0x76f11b00, opcode 0xe59fa094
TCF 09:21:23.114: waitpid: add pid 394
TCF 09:21:23.116: Peer TCP:10.16.68.165:56005: Command: C 238 RunControl getState ...
TCF 09:21:23.126: waitpid: pid 394 status 0x6057f, error 0
TCF 09:21:23.126: waitpid: pid 394 suspended, signal 5, event code 6
TCF 09:21:23.127: event: pid 394 stopped, signal 5, event exit
TCF 09:21:23.127: event: pid 394 stopped at PC = 0x76d15f50
TCF 09:21:23.128: waitpid: pid 394 detached
TCF 09:21:23.128: context: read memory ctx 0xa45c28, id P394.394, address 0x76d15f50, size 64
TCF 09:21:23.129: context: read memory ctx 0xa45c28, id P394.394, address 0x76d15f90, size 64
TCF 09:21:23.130: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a44, size 64
TCF 09:21:23.130: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca99a4, size 64
TCF 09:21:23.131: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca99e4, size 64
TCF 09:21:23.132: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ac4, size 64
TCF 09:21:23.133: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a24, size 64
TCF 09:21:23.133: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9acc, size 64
TCF 09:21:23.134: context: read memory ctx 0xa45c28, id P394.394, address 0xb1, size 64
TCF 09:21:23.135: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.135: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ac4, size 64
TCF 09:21:23.136: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a24, size 64
TCF 09:21:23.137: context: read memory ctx 0xa45c28, id P394.394, address 0xb1, size 64
TCF 09:21:23.137: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.138: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a94, size 64
TCF 09:21:23.138: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a84, size 64
TCF 09:21:23.139: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca99b4, size 64
TCF 09:21:23.140: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ac4, size 64
TCF 09:21:23.141: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a24, size 64
TCF 09:21:23.141: context: read memory ctx 0xa45c28, id P394.394, address 0xb1, size 64
TCF 09:21:23.142: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.142: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ab4, size 64
TCF 09:21:23.143: context: read memory ctx 0xa45c28, id P394.394, address 0xb2, size 64
TCF 09:21:23.144: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.144: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9998, size 64
TCF 09:21:23.145: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca99d8, size 64
TCF 09:21:23.146: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ac4, size 64
TCF 09:21:23.146: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a18, size 64
TCF 09:21:23.147: context: read memory ctx 0xa45c28, id P394.394, address 0xb1, size 64
TCF 09:21:23.147: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.148: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9ac4, size 64
TCF 09:21:23.149: context: read memory ctx 0xa45c28, id P394.394, address 0x76ca9a18, size 64
TCF 09:21:23.149: context: read memory ctx 0xa45c28, id P394.394, address 0xb1, size 64
TCF 09:21:23.150: context: ptrace(PTRACE_PEEKDATA, ...) failed: ctx 0xa45c28, id P394.394, addr 0xb0, error 5 Input/output error
TCF 09:21:23.151: context: resuming ctx 0xa45c28, id P394.394, with signal 0
TCF 09:21:23.152: waitpid: add pid 394
TCF 09:21:23.153: waitpid: pid 394 status 0, error 0
TCF 09:21:23.153: waitpid: pid 394 exited, exit code 0
TCF 09:21:23.154: event: ctx 0xa45c28, pid 394, exit status 0, term signal 0
TCF 09:21:23.155: Peer TCP:10.16.68.165:56004: Command: C 239 Streams read ...
TCF 09:21:23.158: Peer TCP:10.16.68.165:56004: Command: C 240 Streams disconnect ...
TCF 09:21:23.158: Peer TCP:10.16.68.165:56004: Command: C 241 Streams eos ...
TCF 09:21:23.160: Peer TCP:10.16.68.165:56004: Command: C 242 Streams disconnect ...
TCF 09:21:23.161: Peer TCP:10.16.68.165:56004: Command: C 243 Streams unsubscribe ...
TCF 09:21:23.164: Socket is shutdown by remote peer, channel 0x8fb2e8 TCP:10.16.68.165:56004
TCF 09:21:23.164: Closing channel 0x8fb2e8 TCP:10.16.68.165:56004
TCF 09:21:23.165: channel 0x8fb2e8 disconnected
TCF 09:21:23.166: Deleting channel 0x8fb2e8
TCF 09:21:26.310: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:26.311: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:28.369: Peer TCP:10.16.68.165:56005: Event: E Locator peerHeartBeat ...
TCF 09:21:28.370: Peer TCP:10.16.68.165:56003: Event: E Locator peerHeartBeat ...
TCF 09:21:30.112: Socket is shutdown by remote peer, channel 0x9f0320 TCP:10.16.68.165:56005
TCF 09:21:30.113: Closing channel 0x9f0320 TCP:10.16.68.165:56005
TCF 09:21:30.113: Stream is left connected by client: VS8
TCF 09:21:30.114: channel 0x9f0320 disconnected
TCF 09:21:30.115: Deleting channel 0x9f0320
TCF 09:21:30.115: Socket is shutdown by remote peer, channel 0x8f9d58 TCP:10.16.68.165:56003
TCF 09:21:30.116: Closing channel 0x8f9d58 TCP:10.16.68.165:56003
TCF 09:21:30.117: channel 0x8f9d58 disconnected
TCF 09:21:30.117: Can't write() on output queue 0x8f9e80: Broken pipe
TCF 09:21:30.118: Deleting channel 0x8f9d58



Any hint is welcome in order to get the TCF-agent working!

Thank you!

Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o CONFIDENCIAL. Si no es vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.

This message is intended exclusively for its addressee and may contain information that is CONFIDENTIAL and protected by professional privilege.
If you are not the intended recipient you are hereby notified that any dissemination, copy or disclosure of this communication is strictly prohibited by law. If this message has been received in error, please immediately notify us via e-mail and delete it.
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tcf-dev


This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


Back to the top