db: replace database info scripts with smdb.py
commit9a118ecc74d7ea27e4eb3f382d946f79e20b266d
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 20 Apr 2013 10:43:26 +0000 (20 13:43 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 20 Apr 2013 10:43:26 +0000 (20 13:43 +0300)
tree9ee1c8e61d37d508528551e0bfcf92ff77375191
parentdf1020a6b4e95eca097545f98452d5b004f8e11c
db: replace database info scripts with smdb.py

The database has a lot of really useful information for understanding code,
especially for looking up how function pointers are called.  The shell
scripts weren't good at handling function pointers.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/smdb.py [new file with mode: 0755]
smatch_data/db/smdb_function_info.sh [deleted file]
smatch_data/db/smdb_param_buf_size.sh [deleted file]
smatch_data/db/smdb_param_values.sh [deleted file]
smatch_data/db/smdb_return_values.sh [deleted file]