Home
last modified time | relevance | path

Searched refs:debug_args (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Drepro_fail46 debug_args="-wrapper gdb,--args"
49 debug_args="-wrapper gdb,--tui,--args"
52 debug_args=""
95 $cmd $debug_args "$@"
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Drepro_fail46 debug_args="-wrapper gdb,--args"
49 debug_args="-wrapper gdb,--tui,--args"
52 debug_args=""
95 $cmd $debug_args "$@"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c781 vec<tree, va_gc> **debug_args = NULL; in modify_call() local
812 if (debug_args == NULL) in modify_call()
813 debug_args = decl_debug_args_insert (callee_decl); in modify_call()
816 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2) in modify_call()
819 ddecl = (**debug_args)[ix + 1]; in modify_call()
829 vec_safe_push (*debug_args, origin); in modify_call()
830 vec_safe_push (*debug_args, ddecl); in modify_call()
H A Dipa-split.c1465 vec<tree, va_gc> **debug_args = NULL; in split_function() local
1469 debug_args = decl_debug_args_lookup (node->decl); in split_function()
1470 if (debug_args) in split_function()
1471 len = vec_safe_length (*debug_args); in split_function()
1485 if (!MAY_HAVE_DEBUG_BIND_STMTS || debug_args == NULL) in split_function()
1488 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in split_function()
1492 ddecl = (**debug_args)[i + 1]; in split_function()
H A Dtree-inline.c3233 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (id->src_fn); in copy_debug_stmt() local
3235 if (debug_args != NULL) in copy_debug_stmt()
3237 for (i = 0; i < vec_safe_length (*debug_args); i += 2) in copy_debug_stmt()
3238 if ((**debug_args)[i] == DECL_ORIGIN (t) in copy_debug_stmt()
3239 && TREE_CODE ((**debug_args)[i + 1]) == DEBUG_EXPR_DECL) in copy_debug_stmt()
3241 t = (**debug_args)[i + 1]; in copy_debug_stmt()
6471 vec<tree, va_gc> **debug_args = NULL; in tree_function_versioning() local
6481 if (debug_args == NULL) in tree_function_versioning()
6483 debug_args = decl_debug_args_insert (new_decl); in tree_function_versioning()
6484 len = vec_safe_length (*debug_args); in tree_function_versioning()
[all …]
H A Dcfgexpand.c2688 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (decl); in expand_call_stmt() local
2692 if (debug_args) in expand_call_stmt()
2693 for (ix = 1; (*debug_args)->iterate (ix, &dtemp); ix += 2) in expand_call_stmt()
5323 vec<tree, va_gc> **debug_args; in expand_debug_source_expr() local
5326 debug_args = decl_debug_args_lookup (current_function_decl); in expand_debug_source_expr()
5327 if (debug_args != NULL) in expand_debug_source_expr()
5329 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); in expand_debug_source_expr()
H A Dvar-tracking.c6510 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (fndecl); in prepare_call_arguments() local
6511 if (debug_args) in prepare_call_arguments()
6515 for (ix = 0; vec_safe_iterate (*debug_args, ix, &param); ix += 2) in prepare_call_arguments()
6518 tree dtemp = (**debug_args)[ix + 1]; in prepare_call_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-split.cc1484 vec<tree, va_gc> **debug_args = NULL; in split_function() local
1488 debug_args = decl_debug_args_lookup (node->decl); in split_function()
1489 if (debug_args) in split_function()
1490 len = vec_safe_length (*debug_args); in split_function()
1504 if (!MAY_HAVE_DEBUG_BIND_STMTS || debug_args == NULL) in split_function()
1507 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in split_function()
1511 ddecl = (**debug_args)[i + 1]; in split_function()
H A Dipa-param-manipulation.cc927 vec<tree, va_gc> **debug_args = NULL; in modify_call() local
969 if (debug_args == NULL) in modify_call()
970 debug_args = decl_debug_args_insert (callee_decl); in modify_call()
973 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2) in modify_call()
976 ddecl = (**debug_args)[ix + 1]; in modify_call()
985 vec_safe_push (*debug_args, origin); in modify_call()
986 vec_safe_push (*debug_args, ddecl); in modify_call()
H A Dtree-inline.cc3270 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (id->src_fn); in copy_debug_stmt() local
3272 if (debug_args != NULL) in copy_debug_stmt()
3274 for (i = 0; i < vec_safe_length (*debug_args); i += 2) in copy_debug_stmt()
3275 if ((**debug_args)[i] == DECL_ORIGIN (t) in copy_debug_stmt()
3276 && TREE_CODE ((**debug_args)[i + 1]) == DEBUG_EXPR_DECL) in copy_debug_stmt()
3278 t = (**debug_args)[i + 1]; in copy_debug_stmt()
6433 vec<tree, va_gc> **debug_args = NULL; in tree_function_versioning() local
6443 if (debug_args == NULL) in tree_function_versioning()
6445 debug_args = decl_debug_args_insert (new_decl); in tree_function_versioning()
6446 len = vec_safe_length (*debug_args); in tree_function_versioning()
[all …]
H A Dcfgexpand.cc2842 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (decl); in expand_call_stmt() local
2846 if (debug_args) in expand_call_stmt()
2847 for (ix = 1; (*debug_args)->iterate (ix, &dtemp); ix += 2) in expand_call_stmt()
5509 vec<tree, va_gc> **debug_args; in expand_debug_source_expr() local
5512 debug_args = decl_debug_args_lookup (current_function_decl); in expand_debug_source_expr()
5513 if (debug_args != NULL) in expand_debug_source_expr()
5515 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); in expand_debug_source_expr()
H A Dvar-tracking.cc6516 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (fndecl); in prepare_call_arguments() local
6517 if (debug_args) in prepare_call_arguments()
6521 for (ix = 0; vec_safe_iterate (*debug_args, ix, &param); ix += 2) in prepare_call_arguments()
6524 tree dtemp = (**debug_args)[ix + 1]; in prepare_call_arguments()
H A DChangeLog-19997008 (debug_args): Remove g prefix from options.
21010 dump_base_name, debug_args, lang_independent_options,
H A DChangeLog-20019167 * toplev.c (da, debug_args, lang_opt, documented_lang_options,
21790 * toplev.c (debug_args, f_options, W_options): Mark
H A DChangeLog-19984395 * toplev.c (debug_args): Add missing initializer.
H A DChangeLog-200311581 (debug_args, display_help, decode_g_option): Remove.
H A DChangeLog-200228949 * toplev.c (debug_args): Add entry for VMS_DEBUG.