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: [PATCH] Fix use of a dangling pointer for Python breakpoint objects


On 06/27/2016 12:03 PM, Pedro Alves wrote:
On 06/27/2016 10:11 AM, Pierre-Marie de Rodat wrote:

+gdb_test "source py-breakpoint2.py"

This is still sourcing the old filename.

Blarf, sorry about this! I checked the testcase still fails as expected with an old GDB this time.

+# ... eventually, triggering this breakpoint will invoke the Python wrapper
+# "stop" method for an object that is not supposed to exist.

Remove this sentence, it no longer makes sense to have it.

Done.

OK with the above fixed.

Thank you! This is pushed, now.

--
Pierre-Marie de Rodat


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