This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] varobj deletion after the binary has changed


Le jeudi 25 janvier 2007 Ã 11:18 +1300, Nick Roberts a Ãcrit :
>  > Just a shot in the dark: did you test with a memory checker like
>  > valgrind? The fact that there's no crash doesn't mean that there's no
>  > buggy memory access.
> 
> The execution proceeds as normal and correctly reports when a_global changes.
> If there was a buggy memory access I presume it would manifest itself in the
> execution of GDB in some way.

You might be true. I mentioned that because it's easy to check and there
seems to be no matching patch description in your spec file. Anyway
fixing that seems simple enough that we don't need to dig through 80
RedHat patches to come up with a patch. 

AFAIK Denis's working on a version re-evealuating (actually re-parsing)
varobjs with no attached blocks and putting the others in some error
state that'll return in_scope="false" at the next update. Does that seem
reasonable?

Fred.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]