This is the mail archive of the gdb-prs@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]

[Bug gdb/14135] Fails in gdb.python/py-finish-breakpoint.exp when`set target-async on'.


http://sourceware.org/bugzilla/show_bug.cgi?id=14135

--- Comment #3 from Kevin Pouget <kevin.pouget at gmail dot com> 2012-05-23 10:58:17 UTC ---
you're right indeed, I did not notice this part of the execution.

> The doc says "23.2.2.20 Manipulating breakpoints using Python. ... You should
> not alter the execution state of the inferior (i.e., step, next, etc.), alter
> the current frame context (i.e., change the current active frame), or alter,
> add or delete any breakpoint. As a general rule, you should not alter any data
> within gdb or the inferior at this time.".  

> I doubt "where 1" falls in this category in async mode.

I'm not sure to understand your position here: would you like me to change
appropriately "gdb.execute ("where 1")" and fix the testsuite failure, or will
you guys try to fix the underlying problem ?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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