gdb: change bpstat_print's kind parameter to target_waitkind
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 25 Aug 2022 19:38:44 +0000 (15:38 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 26 Aug 2022 14:32:08 +0000 (10:32 -0400)
commit403c71fdace8e0f16807470ec1c3dc505bcb78d4
tree12c600ecea6667bf7fa17bb4f3eb7db00babbbac
parent4fd404c298db4e19dbf87331d3b02f451af4c5cd
gdb: change bpstat_print's kind parameter to target_waitkind

Change from int to target_waitkind,  which is really what is is.  While
at it, remove some outdated doc.  The return value is described by a
relatively self-describing enum, not a numerical value like the doc
says.

Change-Id: Id899c853a857c7891c45e5b1639024067d5b59cd
gdb/breakpoint.c
gdb/breakpoint.h