aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-02-01 16:57:01 +0000
committerDaniel Jacobowitz <drow@false.org>2010-02-01 16:57:01 +0000
commit0e05dfcb73454a6a3531b92544a1eebd2910a98f (patch)
treea412977d27e365711f15e19e29e8f611da0800b3 /gdb/gdbarch.c
parentf9d67f435f5d5dc575f02697e03f19996fa5db6b (diff)
downloadgdb-0e05dfcb73454a6a3531b92544a1eebd2910a98f.zip
gdb-0e05dfcb73454a6a3531b92544a1eebd2910a98f.tar.gz
gdb-0e05dfcb73454a6a3531b92544a1eebd2910a98f.tar.bz2
* gdbarch.sh: Set LANG and LC_ALL to C, not c.
(remote_breakpoint_for_pc): Correct invalid_p check. * gdbarch.c: Regenerated.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index e073676..6448fc3 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -596,8 +596,7 @@ verify_gdbarch (struct gdbarch *gdbarch)
fprintf_unfiltered (log, "\n\tinner_than");
if (gdbarch->breakpoint_from_pc == 0)
fprintf_unfiltered (log, "\n\tbreakpoint_from_pc");
- if (gdbarch->remote_breakpoint_from_pc == default_remote_breakpoint_from_pc)
- fprintf_unfiltered (log, "\n\tremote_breakpoint_from_pc");
+ /* Skip verify of remote_breakpoint_from_pc, invalid_p == 0 */
/* Skip verify of adjust_breakpoint_address, has predicate */
/* Skip verify of memory_insert_breakpoint, invalid_p == 0 */
/* Skip verify of memory_remove_breakpoint, invalid_p == 0 */