git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13165
/*OUT*/SizeT* n_dimage )
{
HChar* debugpath = NULL;
- HChar* extrapath = VG_(clo_extra_debuginfo_path);
+ const HChar* extrapath = VG_(clo_extra_debuginfo_path);
Addr addr = 0;
UWord size = 0;
const HChar* VG_(clo_suppressions)[VG_CLO_MAX_SFILES];
Int VG_(clo_n_fullpath_after) = 0;
const HChar* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
-HChar* VG_(clo_extra_debuginfo_path) = NULL;
+const HChar* VG_(clo_extra_debuginfo_path) = NULL;
UChar VG_(clo_trace_flags) = 0; // 00000000b
UChar VG_(clo_profile_flags) = 0; // 00000000b
Int VG_(clo_trace_notbelow) = -1; // unspecified
extern const HChar* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
/* Full path to additional path to search for debug symbols */
-extern HChar* VG_(clo_extra_debuginfo_path);
+extern const HChar* VG_(clo_extra_debuginfo_path);
/* DEBUG: print generated code? default: 00000000 ( == NO ) */
extern UChar VG_(clo_trace_flags);