Home | History | Annotate | Download | only in coregrind

Lines Matching refs:VG_

37 // other module imports this one, if only for VG_(clo_verbosity).
52 extern Bool VG_(clo_error_limit);
56 extern Int VG_(clo_error_exitcode);
58 extern Bool VG_(clo_db_attach);
60 extern Char* VG_(clo_db_command);
63 extern Int VG_(clo_gen_suppressions);
65 extern Int VG_(clo_sanity_level);
67 extern Bool VG_(clo_demangle);
69 extern Bool VG_(clo_trace_children);
72 extern HChar* VG_(clo_trace_children_skip);
75 problematic when VG_(clo_xml) is True. Setting
76 VG_(clo_child_silent_after_fork) causes children to fall silent
79 extern Bool VG_(clo_child_silent_after_fork);
83 extern Char* VG_(clo_log_fname_expanded);
84 extern Char* VG_(clo_xml_fname_expanded);
86 extern Char* VG_(clo_log_fname_unexpanded);
87 extern Char* VG_(clo_xml_fname_unexpanded);
90 extern Bool VG_(clo_time_stamp);
93 extern Int VG_(clo_input_fd);
96 extern Int VG_(clo_n_suppressions);
98 extern Char* VG_(clo_suppressions)[VG_CLO_MAX_SFILES];
101 extern Int VG_(clo_n_fullpath_after);
102 extern Char* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
105 extern UChar VG_(clo_trace_flags);
107 extern UChar VG_(clo_profile_flags);
109 extern Int VG_(clo_trace_notbelow);
111 extern Bool VG_(clo_trace_syscalls);
113 extern Bool VG_(clo_trace_signals);
115 extern Bool VG_(clo_trace_symtab);
117 extern HChar* VG_(clo_trace_symtab_patt);
119 extern Bool VG_(clo_trace_cfi);
121 extern Bool VG_(clo_debug_dump_syms);
123 extern Bool VG_(clo_debug_dump_line);
125 extern Bool VG_(clo_debug_dump_frames);
127 extern Bool VG_(clo_trace_redir);
129 extern Bool VG_(clo_trace_sched);
131 extern Bool VG_(clo_profile_heap);
134 extern Int VG_(clo_dump_error);
136 extern Char* VG_(clo_sim_hints);
138 extern Bool VG_(clo_sym_offsets);
140 extern Bool VG_(clo_read_var_info);
143 extern Char* VG_(clo_memfs_malloc_path);
145 extern Int VG_(clo_memfs_page_size);
178 extern Int VG_(clo_n_req_tsyms);
179 extern HChar* VG_(clo_req_tsyms)[VG_CLO_MAX_REQ_TSYMS];
182 extern Bool VG_(clo_track_fds);
185 Default: YES. Note this is subservient to VG_(needs).libc_freeres;
186 if the latter says False, then the setting of VG_(clo_run_libc_freeres)
189 extern Bool VG_(clo_run_libc_freeres);
192 extern Bool VG_(clo_show_emwarns);
197 extern Word VG_(clo_max_stackframe);
200 extern Word VG_(clo_main_stacksize);
203 extern Bool VG_(clo_wait_for_gdb);
219 extern VgSmc VG_(clo_smc_check);
223 extern HChar* VG_(clo_kernel_variant);
227 extern Bool VG_(clo_dsymutil);
232 extern Bool VG_(should_we_trace_this_child) ( HChar* child_exe_name );