From 339935f88c7269317f9755a5211739c11b5ccc55 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 8 Nov 2012 15:39:26 +0200 Subject: [PATCH] core: updated debug info. --- src/core-func-info.c | 63 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/src/core-func-info.c b/src/core-func-info.c index 454565d..4388b55 100644 --- a/src/core-func-info.c +++ b/src/core-func-info.c @@ -84,9 +84,9 @@ static mrp_debug_file_t file_3 = { static mrp_debug_info_t info_4[] = { { .line = 8, .func = "call_function" }, { .line = 51, .func = "log_msg" }, - { .line = 92, .func = "log_info" }, - { .line = 98, .func = "log_warning" }, - { .line = 105, .func = "log_error" }, + { .line = 91, .func = "log_info" }, + { .line = 97, .func = "log_warning" }, + { .line = 104, .func = "log_error" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_4 = { @@ -102,10 +102,11 @@ static mrp_debug_info_t info_5[] = { { .line = 67, .func = "mrp_lua_register_murphy_bindings" }, { .line = 81, .func = "init_lua_utils" }, { .line = 87, .func = "init_lua_decision" }, - { .line = 94, .func = "mrp_lua_set_murphy_context" }, - { .line = 128, .func = "mrp_lua_check_murphy_context" }, - { .line = 142, .func = "mrp_lua_get_murphy_context" }, - { .line = 148, .func = "mrp_lua_get_lua_state" }, + { .line = 94, .func = "init_lua" }, + { .line = 108, .func = "mrp_lua_set_murphy_context" }, + { .line = 142, .func = "mrp_lua_check_murphy_context" }, + { .line = 156, .func = "mrp_lua_get_murphy_context" }, + { .line = 162, .func = "mrp_lua_get_lua_state" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_5 = { @@ -187,30 +188,30 @@ static mrp_debug_file_t file_8 = { /* core/scripting.c */ static mrp_debug_info_t info_9[] = { { .line = 91, .func = "mrp_register_interpreter" }, - { .line = 99, .func = "unregister_interpreter" }, - { .line = 105, .func = "mrp_unregister_interpreter" }, - { .line = 122, .func = "mrp_lookup_interpreter" }, - { .line = 137, .func = "mrp_create_script" }, - { .line = 167, .func = "mrp_destroy_script" }, - { .line = 178, .func = "mrp_compile_script" }, - { .line = 187, .func = "mrp_prepare_script" }, - { .line = 196, .func = "mrp_execute_script" }, - { .line = 205, .func = "mrp_print_value" }, - { .line = 235, .func = "mrp_create_context_table" }, - { .line = 261, .func = "mrp_destroy_context_table" }, - { .line = 273, .func = "lookup_context_var" }, - { .line = 287, .func = "mrp_declare_context_variable" }, - { .line = 332, .func = "mrp_push_context_frame" }, - { .line = 352, .func = "mrp_pop_context_frame" }, - { .line = 384, .func = "get_context_id" }, - { .line = 390, .func = "get_context_value" }, - { .line = 413, .func = "set_context_value" }, - { .line = 460, .func = "set_context_values" }, - { .line = 474, .func = "mrp_get_context_id" }, - { .line = 486, .func = "mrp_get_context_value" }, - { .line = 493, .func = "mrp_set_context_value" }, - { .line = 500, .func = "mrp_get_context_value_by_name" }, - { .line = 507, .func = "mrp_set_context_value_by_name" }, + { .line = 100, .func = "unregister_interpreter" }, + { .line = 107, .func = "mrp_unregister_interpreter" }, + { .line = 124, .func = "mrp_lookup_interpreter" }, + { .line = 139, .func = "mrp_create_script" }, + { .line = 169, .func = "mrp_destroy_script" }, + { .line = 181, .func = "mrp_compile_script" }, + { .line = 190, .func = "mrp_prepare_script" }, + { .line = 199, .func = "mrp_execute_script" }, + { .line = 208, .func = "mrp_print_value" }, + { .line = 238, .func = "mrp_create_context_table" }, + { .line = 264, .func = "mrp_destroy_context_table" }, + { .line = 276, .func = "lookup_context_var" }, + { .line = 290, .func = "mrp_declare_context_variable" }, + { .line = 335, .func = "mrp_push_context_frame" }, + { .line = 355, .func = "mrp_pop_context_frame" }, + { .line = 387, .func = "get_context_id" }, + { .line = 393, .func = "get_context_value" }, + { .line = 416, .func = "set_context_value" }, + { .line = 463, .func = "set_context_values" }, + { .line = 477, .func = "mrp_get_context_id" }, + { .line = 489, .func = "mrp_get_context_value" }, + { .line = 496, .func = "mrp_set_context_value" }, + { .line = 503, .func = "mrp_get_context_value_by_name" }, + { .line = 510, .func = "mrp_set_context_value_by_name" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_9 = { -- 2.7.4