]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Windows gdb: Introduce windows_continue_flags
authorPedro Alves <pedro@palves.net>
Thu, 21 Oct 2021 17:16:58 +0000 (18:16 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 19 May 2025 13:12:37 +0000 (14:12 +0100)
commit98354206b5063f4e4465e7d95d352abc4973fed7
tree1c73239a3115baf097317cab27e18fd903a65c6e
parente59131e885e409036dd371c19b9f1083ad060304
Windows gdb: Introduce windows_continue_flags

windows_continue already has two boolean parameters:

  (..., int killed, bool last_call = false)

A patch later in the series would need a third.  Instead, convert
windows_continue to use an optional enum-flags parameter instead of
multiple booleans.

Approved-By: Tom Tromey <tom@tromey.com>
Change-Id: I17c4d8a12b662190f972c380f838cb3317bd2e1e
gdb/windows-nat.c