diff options
Diffstat (limited to 'gdb/dwarf-index-cache.c')
-rw-r--r-- | gdb/dwarf-index-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf-index-cache.c b/gdb/dwarf-index-cache.c index 445f8b1..6e087f9 100644 --- a/gdb/dwarf-index-cache.c +++ b/gdb/dwarf-index-cache.c @@ -133,7 +133,7 @@ index_cache::store (struct dwarf2_per_objfile *dwarf2_per_objfile) { if (debug_index_cache) printf_unfiltered ("index cache: couldn't store index cache for objfile " - "%s: %s", objfile_name (obj), except.message); + "%s: %s", objfile_name (obj), except.what ()); } END_CATCH } @@ -193,7 +193,7 @@ index_cache::lookup_gdb_index (const bfd_build_id *build_id, { if (debug_index_cache) printf_unfiltered ("index cache: couldn't read %s: %s\n", - filename.c_str (), except.message); + filename.c_str (), except.what ()); } END_CATCH |