debug: add some tools for developing the db parser some more
commit102a87beb900c939caece6b3956ae016f3e4ad86
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Jun 2015 14:32:12 +0000 (29 17:32 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Jun 2015 14:32:12 +0000 (29 17:32 +0300)
tree343edbcf465627f7645d8876e047e30a2f31d40f
parent8e48f65b5b5e323b27a3fdcfc8b217048b76f7f6
debug: add some tools for developing the db parser some more

I have a bunch of work in progress stuff.  I was working on changing how
the database parsed parameters and this was supposed to help me test it.

You give it a type and a recipe and it prints a value range.  See
validation/sm_val_parse1.c for an example.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_debug.c
check_debug.h
validation/sm_val_parse1.c [new file with mode: 0644]