[PATCH 12/34] Windows gdb: Introduce windows_continue_flags
Tom Tromey
tom@tromey.com
Wed May 8 15:16:50 GMT 2024
>>>>> "Pedro" == Pedro Alves <pedro@palves.net> writes:
Pedro> windows_continue already has two boolean parameters:
Pedro> (..., int killed, bool last_call = false)
Pedro> A patch later in the series would need a third. Instead, convert
Pedro> windows_continue to use an optional enum-flags parameter instead of
Pedro> multiple booleans.
Very nice, thank you.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
More information about the Gdb-patches
mailing list