Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Temporary breakpoint insert
Temporary breakpoint insert [message #152357] Fri, 26 August 2005 05:06
Eclipse UserFriend
Hi

I am working on the integration of RTLinux debugger in Eclipse
using the eclipse CDT debugger as base. In the Eclipse CDT when we debug
the application, there is a temporary break point inserted in main().

I case of debugging an RTLinux application, when the application
is run there is a function called rtlBreakPoint() which causes an memory
access violation, and at this point the debugger actually starts working.
I have to use a command called target remote /dev/rtf9 and then start
debugging.

Now when the application is debugged it continues running, until
we manually insert a break point, so like the main function temporary
break point in CDT, i want to insert a temporary break point on the next
executable instruction after rtlBreakpoint() function call.

so for example

#include<stdio.h>

void main() {

some code
printf() etc etc

rtlBreakPoint(); "memory access violation"

clock_time(); "the place where i want to place the temporary
breakpoint"

more code

}

does any one have any suggestions, please let me know

regards,
Sheldon
Previous Topic:Export workspace/projects settings ?
Next Topic:A defect of Eclipse
Goto Forum:
  


Current Time: Sat Jun 07 05:43:03 EDT 2025

Powered by FUDForum. Page generated in 0.02950 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top