Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] TCF Agent question

Hi Daniel,

 

I looked at the code: it appears that launch sequence stalls if the Breakpoints service is not implemented.

I’m going to fix this in the master branch. To use older TCF version you need to keep Breakpoints service enabled.

 

BTW, for an embedded platform, you, probably, don’t need Processes – unless your agent is for Linux user-space processes, or something similar.

 

Regards,

Eugene

 

 

From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel.Codres@xxxxxxxxxxxxx
Sent: Friday, June 03, 2016 5:42 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] TCF Agent question

 

Hi All,

 

We started downgrading an TCF Agent to target an embedded platform that actually needs only to access memories and registers.

 

At first we thought Locator, Processes, Streams, RunControl, Memory, Registers and Expressions would be enough to implement at minimum but in the TCF traces we see that the communication stops after Streams.subscribe

 

821.757 Out: C 51 Streams subscribe "Processes"

821.757 Out: C 52 Streams subscribe "ProcessesV1"

821.757 Out: C 53 Streams subscribe "UART-RX"

821.757 Out: C 54 Streams subscribe "UART-TX"
821.765 Inp: R 51 null

821.765 Inp: R 52 null

821.765 Inp: R 53 null

821.765 Inp: R 54 null

<here hangs>

 

We use Eclipse Luna with TCF 1.2

 

What are the other services to implement to get through Process Start and get to the e.g. Memory Monitors, Expressions and Registers GUIs?

We will prefer to implement as less services as possible of course.

 

Thanks,

Daniel

 



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