Andrew Burgess
6b95f5ad96
gdb/python: allow for catchpoint type breakpoints in python
...
This commit adds initial support for catchpoints to the python
breakpoint API.
This commit adds a BP_CATCHPOINT constant which corresponds to
GDB's internal bp_catchpoint. The new constant is documented in the
manual.
The user can't create breakpoints with type BP_CATCHPOINT after this
commit, but breakpoints that already exist, obtained with the
`gdb.breakpoints` function, can now have this type. Additionally,
when a stop event is reported for hitting a catchpoint, GDB will now
report a BreakpointEvent with the attached breakpoint being of type
BP_CATCHPOINT - previously GDB would report a generic StopEvent in
this situation.
gdb/ChangeLog:
* NEWS: Mention Python BP_CATCHPOINT feature.
* python/py-breakpoint.c (pybp_codes): Add bp_catchpoint support.
(bppy_init): Likewise.
(gdbpy_breakpoint_created): Likewise.
gdb/doc/ChangeLog:
* python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
description.
gdb/testsuite/ChangeLog:
* gdb.python/py-breakpoint.c (do_throw): New function.
(main): Call do_throw.
* gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
2021-06-25 18:22:07 +01:00
..
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-04-22 15:01:28 -04:00
2021-05-04 11:20:19 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-04-27 11:22:32 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-03-15 09:21:37 +00:00
2021-05-07 10:56:20 -04:00
2021-03-15 09:21:37 +00:00
2021-05-07 10:56:20 -04:00
2021-03-15 09:21:37 +00:00
2021-03-15 09:21:37 +00:00
2021-04-27 11:22:32 -04:00
2021-04-27 11:22:32 -04:00
2021-04-27 11:22:32 -04:00
2021-04-27 11:22:32 -04:00
2021-04-27 11:22:32 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:34 +00:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-06-25 18:22:07 +01:00
2021-06-25 18:22:07 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-06-03 21:22:08 +01:00
2021-06-03 21:22:08 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:34 +00:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-05-07 10:56:20 -04:00
2021-05-14 06:51:21 +01:00
2021-05-14 06:51:21 +01:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:34 +00:00
2021-06-21 16:20:08 +01:00
2021-03-16 09:31:56 +00:00
2021-03-16 09:31:56 +00:00
2021-05-07 10:56:20 -04:00
2021-05-17 14:58:26 -04:00
2021-05-17 14:58:26 -04:00
2021-05-17 14:58:26 -04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-17 14:58:26 -04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-05-14 15:33:23 +02:00
2021-03-12 12:18:34 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-05-14 06:51:21 +01:00
2021-06-08 23:49:05 +01:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-04-15 21:33:58 +01:00
2021-06-21 16:20:08 +01:00
2021-06-21 16:20:08 +01:00
2021-06-21 16:20:08 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-03-26 17:43:14 +00:00
2021-05-07 10:56:20 -04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-02-11 07:23:42 +10:30
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-03 12:21:00 +01:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-06-05 14:46:30 +02:00
2021-03-12 12:18:33 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-04 22:19:05 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-06-21 16:09:05 +01:00
2021-06-21 16:09:05 +01:00
2021-06-21 16:09:05 +01:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-03-12 12:18:34 +00:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-01-01 12:12:21 +04:00
2021-01-01 12:12:21 +04:00
2021-06-08 23:49:05 +01:00
2021-01-01 12:12:21 +04:00
2021-05-07 10:56:20 -04:00
2021-02-08 11:56:16 +00:00
2021-02-08 11:56:16 +00:00
2021-05-07 10:56:20 -04:00
2021-02-08 11:55:05 +00:00
2021-05-07 10:56:20 -04:00