[PATCH v3 1/3] MI: mi_runto -pending

Tom Tromey tom@tromey.com
Fri Jul 15 17:38:13 GMT 2022


Lancelot> +proc mi_runto {func args} {
Lancelot> +    return [mi_runto_helper $func "run" {*}$args]

I did my own research and found:

https://wiki.tcl-lang.org/page/%7B%2A%7D

So TIL.  This seems fine after all.

Tom


More information about the Gdb-patches mailing list