Re: PING Re: [PATCH] testsuite: add print-stack.exp

2024-11-20 Thread Mike Stump
On Nov 18, 2024, at 1:25 PM, David Malcolm wrote: > > Ping for this testsuite patch; I've occasionally found it *very* > helpful when debugging DejaGnu. Ok. Do put a comment that this is for debugging so no one removes it.

PING Re: [PATCH] testsuite: add print-stack.exp

2024-11-18 Thread David Malcolm
Ping for this testsuite patch; I've occasionally found it *very* helpful when debugging DejaGnu. Dave On Wed, 2024-07-31 at 20:51 -0400, David Malcolm wrote: > I wrote this support file to help me debug Tcl issues in the > testsuite. > > Adding a call to: > >   print_stack_backtrace > > somewh

[PATCH] testsuite: add print-stack.exp

2024-07-31 Thread David Malcolm
I wrote this support file to help me debug Tcl issues in the testsuite. Adding a call to: print_stack_backtrace somewhere in a .exp file (along with "load_lib print-stack.exp") leads to the interpreter printing a backtrace in a form that e.g. Emacs can consume, with filename:linenum: lines, an