common: test and debug line info update.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 13 Aug 2012 07:17:03 +0000 (10:17 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 15:50:15 +0000 (18:50 +0300)
src/common-func-info.c
src/common/tests/transport-test.c

index 76a2683..6bed77c 100644 (file)
@@ -3,23 +3,27 @@
 
 /* common/debug.c */
 static mrp_debug_info_t info_0[] = {
-    { .line = 53, .func = "free_rule_cb" },
-    { .line = 61, .func = "init_rules" },
-    { .line = 80, .func = "reset_rules" },
-    { .line = 89, .func = "mrp_debug_reset" },
-    { .line = 96, .func = "mrp_debug_enable" },
-    { .line = 107, .func = "add_rule" },
-    { .line = 163, .func = "del_rule" },
-    { .line = 205, .func = "mrp_debug_set_config" },
-    { .line = 294, .func = "dump_rule_cb" },
-    { .line = 308, .func = "mrp_debug_dump_config" },
-    { .line = 330, .func = "mrp_debug_msg" },
-    { .line = 343, .func = "mrp_debug_check" },
-    { .line = 413, .func = "mrp_debug_register_file" },
-    { .line = 421, .func = "mrp_debug_unregister_file" },
-    { .line = 432, .func = "mrp_debug_site_function" },
-    { .line = 461, .func = "populate_file_table" },
-    { .line = 485, .func = "flush_file_table" },
+    { .line = 28, .func = "free_rule_cb" },
+    { .line = 36, .func = "init_rules" },
+    { .line = 55, .func = "reset_rules" },
+    { .line = 64, .func = "mrp_debug_reset" },
+    { .line = 71, .func = "mrp_debug_enable" },
+    { .line = 82, .func = "add_rule" },
+    { .line = 138, .func = "del_rule" },
+    { .line = 180, .func = "mrp_debug_set_config" },
+    { .line = 269, .func = "dump_rule_cb" },
+    { .line = 283, .func = "mrp_debug_dump_config" },
+    { .line = 307, .func = "segment_type" },
+    { .line = 332, .func = "segment_flags" },
+    { .line = 351, .func = "list_cb" },
+    { .line = 424, .func = "mrp_debug_dump_sites" },
+    { .line = 432, .func = "mrp_debug_msg" },
+    { .line = 445, .func = "mrp_debug_check" },
+    { .line = 518, .func = "mrp_debug_register_file" },
+    { .line = 526, .func = "mrp_debug_unregister_file" },
+    { .line = 537, .func = "mrp_debug_site_function" },
+    { .line = 566, .func = "populate_file_table" },
+    { .line = 590, .func = "flush_file_table" },
     { .line = 0, .func = NULL }
 };
 static mrp_debug_file_t file_0 = {
index 25806e5..4148029 100644 (file)
@@ -695,8 +695,6 @@ int main(int argc, char *argv[])
 {
     context_t c;
 
-    mrp_clear(&c);
-
     if (!parse_cmdline(&c, argc, argv))
         exit(1);