public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [PR gdb/18655] Fix Python FinishBreakpoints not deleted bug
@ 2022-09-20 17:24 Johnson Sun
  2022-09-20 17:24 ` [PATCH 1/3] [gdb/testsuite] Add gdb.python/py-finish-breakpoint-deletion.exp for Bug 18655 Johnson Sun
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Johnson Sun @ 2022-09-20 17:24 UTC (permalink / raw)
  To: gdb-patches; +Cc: j3.soon777

This adds tests and fixes Bug 18655: Python FinishBreakpoints are not deleted.

Patch #1 adds a testcase.
Patch #2 is the core of the fix.
Patch #3 fixes some comments.

I ran the testsuite on an x86_64 Ubuntu 22.04 VM and find no test regression.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=18655

 gdb/python/py-finishbreakpoint.c                   |  5 ++-
 .../gdb.python/py-finish-breakpoint-deletion.c     | 28 +++++++++++++
 .../gdb.python/py-finish-breakpoint-deletion.exp   | 46 ++++++++++++++++++++++
 .../gdb.python/py-finish-breakpoint-deletion.py    | 33 ++++++++++++++++
 4 files changed, 110 insertions(+), 2 deletions(-)


base-commit: c99b2113a478a075e8d8f7c3848a92f1ce73f847


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2022-12-13  2:34 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 17:24 [PATCH 0/3] [PR gdb/18655] Fix Python FinishBreakpoints not deleted bug Johnson Sun
2022-09-20 17:24 ` [PATCH 1/3] [gdb/testsuite] Add gdb.python/py-finish-breakpoint-deletion.exp for Bug 18655 Johnson Sun
2022-09-21 13:44   ` Bruno Larsen
2022-09-23  5:16     ` Johnson Sun
2022-09-20 17:24 ` [PATCH 2/3] [gdb/python] Fix " Johnson Sun
2022-09-21 14:02   ` Bruno Larsen
2022-09-20 17:24 ` [PATCH 3/3] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop Johnson Sun
2022-09-21 14:09   ` Bruno Larsen
2022-09-23  5:41 ` [PATCH v2] [PR python/18655] Fix deletion of FinishBreakpoints Johnson Sun
2022-09-23  8:32   ` Bruno Larsen
2022-09-23 20:16     ` Johnson Sun
2022-09-23 20:27   ` [PATCH v3] " Johnson Sun
2022-10-12  1:53     ` Simon Marchi
2022-10-20 17:34       ` Johnson Sun
2022-10-20 17:49         ` [PATCH v4] " Johnson Sun
2022-11-18 12:16           ` [PING] " Johnson Sun
2022-11-18 15:56           ` Simon Marchi
2022-09-23  6:00 ` [PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop Johnson Sun
2022-10-20 18:24   ` [PING] " Johnson Sun
2022-11-18 12:14     ` [PING^2] " Johnson Sun
2022-11-25 15:10       ` [PING^3] " Johnson Sun
2022-12-04 16:45         ` [PING^4] " Johnson Sun
2022-12-12 21:44           ` [PING^5] " Johnson Sun
2022-12-13  2:34             ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).