]> Cypherpunks repositories - gostls13.git/commit
runtime: quote -ex and -iex gdb arguments on Windows
authorqmuntal <quimmuntal@gmail.com>
Tue, 10 Oct 2023 12:58:37 +0000 (14:58 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 10 Oct 2023 18:22:05 +0000 (18:22 +0000)
commite7015c9327c4d755651ed3de3fd34fd99a479924
tree60293194e246e1a011c3c91fe3752b85bfa8fc6f
parent7e1713e93c626f7026d1de09258f03748c726e79
runtime: quote -ex and -iex gdb arguments on Windows

On Windows, some gdb flavors expect -ex and -iex arguments containing
spaces to be double quoted.

Change-Id: I2891e115f98c1df3a7a481bd9f9d9215bfbecd44
Reviewed-on: https://go-review.googlesource.com/c/go/+/534097
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
src/runtime/runtime-gdb_test.go