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


On Thu, Jan 25, 2007 at 11:18:26AM +1300, Nick Roberts wrote:
> 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.

No, that's a bad assumption to make about invalid memory access.  It's
often impossible to detect it without some luck or a tool like
valgrind.

-- 
Daniel Jacobowitz
CodeSourcery


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