HomeSort by: relevance | last modified time | path
    Searched defs:vp_opts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 458 struct value_print_options vp_opts;
475 get_no_prettyformat_print_options (&vp_opts);
476 vp_opts.deref_ref = true;
477 vp_opts.raw = fp_opts.print_raw_frame_arguments;
480 vp_opts.summary
483 common_val_print_checked (arg->val, &stb, 2, &vp_opts, language);
457 struct value_print_options vp_opts; local
  /src/external/gpl3/gdb/dist/gdb/
stack.c 458 struct value_print_options vp_opts;
475 get_no_prettyformat_print_options (&vp_opts);
476 vp_opts.deref_ref = true;
477 vp_opts.raw = fp_opts.print_raw_frame_arguments;
480 vp_opts.summary
483 common_val_print_checked (arg->val, &stb, 2, &vp_opts, language);
457 struct value_print_options vp_opts; local

Completed in 28 milliseconds