]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2011-05-16 Adrian Cornish <gnu@bluedreamer.com>
authorTom Tromey <tromey@redhat.com>
Mon, 16 May 2011 15:58:23 +0000 (15:58 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 16 May 2011 15:58:23 +0000 (15:58 +0000)
* linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
__FILE__ and __LINE__ to internal_error.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-i386-ipa.c

index 33d080fbea451f5485ec187db90c2f66cc57d92d..9bb72d608be784d68dcaeb57f3c1344af105fdc5 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-16  Adrian Cornish  <gnu@bluedreamer.com>
+
+       * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
+       __FILE__ and __LINE__ to internal_error.
+
 2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdbserver/server.h (Macro _): Define it if not available.
index 86f6a8d694a19b6ba09d4520347a7daaa03347cf..f0eeb4af54df00043d2968b4572984f9a2dbbb8a 100644 (file)
@@ -178,7 +178,7 @@ supply_static_tracepoint_registers (struct regcache *regcache,
            }
            break;
          default:
-           internal_error ("unhandled register size: %d",
+           internal_error (__FILE__, __LINE__, "unhandled register size: %d",
                            i386_st_collect_regmap[i].size);
          }
       }