Add bp_static_marker_tracepoint
authorTom Tromey <tom@tromey.com>
Sun, 16 Jan 2022 03:01:41 +0000 (20:01 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:31 +0000 (16:14 -0600)
commit7b572efb48e6193149b803eac6256f3e423b7060
treea727cc562bf4eb3dd431304fb94e8b63b553b61e
parentec45bb676c9c69c30783bcf35ffdac8280f3b8bc
Add bp_static_marker_tracepoint

Because the actual construction of a breakpoint is buried deep in
create_breakpoint, at present it's necessary to have a new bp_
enumerator constant any time a new subclass is needed.  Static marker
tracepoints are one such case, so this patch introduces
bp_static_marker_tracepoint and updates various spots to recognize it.
gdb/breakpoint.c
gdb/breakpoint.h
gdb/remote.c