On 8/27/21 3:35 PM, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries via Gdb-patches writes: > > Tom> + # arange [-c ] [] > Tom> + # -- adds an address range. > > I wonder if there's a way to make this more tcl-ish, say by rearranging > the order of arguments so that things can be defaulted. I think the > "args"-parsing style should normally be a last resort. > Done. > Tom> + proc arange { args } { > > This is nested in 'aranges', but that's weird style in Tcl. > It redefines the proc every time 'aranges' is invoked. > I think it's better to just namespace scope this. Done. Committed as attached. Thanks, - Tom