~vcs-imports/gawk/master

408.20.53 by Arnold D. Robbins
Add new debugger test.
1
Watchpoint 1: x
1379.1.5 by Arnold D. Robbins
Make debug.c messages more consistent.
2
Starting program:
408.20.53 by Arnold D. Robbins
Add new debugger test.
3
Stopping in BEGIN ...
4
Watchpoint 1: x
5
  Old value: untyped variable
6
  New value: 0
7
main() at `dbugtypedre2.awk':1
8
1       BEGIN { x = 0; x = @/[a-z]/; x = "" }
9
Watchpoint 1: x
10
  Old value: 0
11
  New value: @/[a-z]/
12
main() at `dbugtypedre2.awk':1
13
1       BEGIN { x = 0; x = @/[a-z]/; x = "" }
14
Program exited normally with exit value: 0
15
EXIT CODE: 2