Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE:Error creating process while debugging with my target specific gdb

Hi Bala,
I am using cdt 3.0.1 and eclipse sdk 3.1.1. But still I am getting the
error.
Is there any way to check CStackFrame flag?
Thanks,
Aparna


------------------------------
>Aparna,
> 
>   Please refer to the following response by Mikhail. You are referring
>to the same problem.
> 
>Thanks,
>Bala
 
>Bala,
>
>The problem has been fixed for 3.0.1 (see
>https://bugs.eclipse.org/bugs/show_bug.cgi?id=109785
><https://bugs.eclipse.org/bugs/show_bug.cgi?id=109785> ). When you step
>out of a function, the platform schedules a job to refresh the
Variables
>view for the old stack frame. The stack frame has gone on the target by
>the time when the job starts running. This doesn't happen every time
>because of the timing issues. Unfortunately, we don't have control on
>this type of jobs (hopefully, it will be possible in Eclipse 3.2), so
we
>can't prevent it from running. But we added a flag to the CStackFrame
>class to indicate that it has been disposed.
>
>Mikhail

 


Back to the top