Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Agent unplants breakpoints for unknown reason

Hi Stefan,

> I managed to set and plant breakpoints, let Eclipse go into debug-mode

Normally breakpoints are planted after Eclipse goes into debug-mode: Eclipse downloads breakpoints info and the agent plants/removes breakpoints according to that info. What do you mean by "I managed to set and plant breakpoints"?

Regards,
Eugene


-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Stefan.Falk@xxxxxxxxxxxx
Sent: Wednesday, May 14, 2014 6:25 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] Agent unplants breakpoints for unknown reason

By "unknown reason" I mean, that it is just not clear to me what I have to do to prevent the agent from calling

int cpu_bp_remove(ContextBreakpoint * bp)

when it is not intended:

I managed to set and plant breakpoints, let Eclipse go into debug-mode, display a hit breakpoint and all registers of my microcontroller so far.

The problem is as I click "resume" in Eclipse, for some reason cpu_bp_remove() in my cpudefs-mdep.c gets called. I tried to debug through it but I can't seem to find out why my agent is doing this. I compared the original unmodified agent, which does not enter this function if I just click resume for a Win32 application.

Is anybody familiar with that part I need to understand/know here? This would be my last milestones which would allow me to (very simply) debug a i8051 device in Eclipse.

Thank you for any hints or help!

Best regards

--
Stefan Falk

Infineon Technologies Austria AG
Trainee
Automotive Sense and Control
Component Verification

Tel:  +43 (0)5 / 1777 - 5439
Email: stefan.falk@xxxxxxxxxxxx<mailto:stefan.falk@xxxxxxxxxxxx>

"Aim above the mark to hit the mark." - Ralph Waldo Emerson



_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
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