Summary:
Instead of storing the cfgs of source files inside their own individual files,
put them in results.db, in their own table. (that table may change in the
future to map source files to more than just their cfgs, eg their tenv as well)
Reviewed By: jberdine
Differential Revision: D6297201
fbshipit-source-id: 7fa891d
master
Jules Villard7 years agocommitted byFacebook Github Bot
(** The results database. You should always use this function to access the database, as the connection to it may change during the execution (see [new_database_connection]). *)
valreset_attributes_table:unit->unit
(** zero out the attributes table*)
valreset_capture_tables:unit->unit
(** zero out the tables associated with capture data *)
valnew_database_connection:unit->unit
(** Closes the previous connection to the database (if any), and opens a new one. Needed after calls to fork(2). *)