]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change "argh" to something more confidence-inspiring.
authorJulian Seward <jseward@acm.org>
Wed, 1 May 2002 09:25:56 +0000 (09:25 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 1 May 2002 09:25:56 +0000 (09:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@187

coregrind/vg_symtab2.c
vg_symtab2.c

index 35bd47e67b2d1ed4190a387d3d7001a8421b79d9..25d0ce64ed901ca37bded8555f9640ab8e181f41 100644 (file)
@@ -955,7 +955,7 @@ void vg_read_lib_symbols ( SegInfo* si )
                      } else {
                         VG_(printf)("unhandled stabs case: N_FUN start %d %s\n",
                                    i, (stabstr + stab[i+1].n_un.n_strx) );
-                        VG_(panic)("argh");
+                        VG_(panic)("unhandled N_FUN stabs case");
                      }
                      break;
 
@@ -967,13 +967,13 @@ void vg_read_lib_symbols ( SegInfo* si )
                      } else {
                         VG_(printf)("unhandled N_SOL stabs case: %d %d %d", 
                                     stab[i+1].n_type, i, n_stab_entries);
-                        VG_(panic)("argh");
+                        VG_(panic)("unhandled N_SOL stabs case");
                      }
 
                   default:
                      VG_(printf)("unhandled stabs case: %d %d", 
                                  stab[i+1].n_type,i);
-                     VG_(panic)("argh");
+                     VG_(panic)("unhandled (other) stabs case");
                }
             }
             
index 35bd47e67b2d1ed4190a387d3d7001a8421b79d9..25d0ce64ed901ca37bded8555f9640ab8e181f41 100644 (file)
@@ -955,7 +955,7 @@ void vg_read_lib_symbols ( SegInfo* si )
                      } else {
                         VG_(printf)("unhandled stabs case: N_FUN start %d %s\n",
                                    i, (stabstr + stab[i+1].n_un.n_strx) );
-                        VG_(panic)("argh");
+                        VG_(panic)("unhandled N_FUN stabs case");
                      }
                      break;
 
@@ -967,13 +967,13 @@ void vg_read_lib_symbols ( SegInfo* si )
                      } else {
                         VG_(printf)("unhandled N_SOL stabs case: %d %d %d", 
                                     stab[i+1].n_type, i, n_stab_entries);
-                        VG_(panic)("argh");
+                        VG_(panic)("unhandled N_SOL stabs case");
                      }
 
                   default:
                      VG_(printf)("unhandled stabs case: %d %d", 
                                  stab[i+1].n_type,i);
-                     VG_(panic)("argh");
+                     VG_(panic)("unhandled (other) stabs case");
                }
             }