mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
gdb/gdbserver
* i386-low.c (i386_length_and_rw_bits): Move the comment to the right place.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-05-17 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* i386-low.c (i386_length_and_rw_bits): Move the comment to
|
||||
the right place.
|
||||
|
||||
2013-05-16 Luis Machado <lgustavo@codesourcery.com>
|
||||
|
||||
* linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
|
||||
|
||||
@@ -243,10 +243,10 @@ Invalid hardware breakpoint type %d in i386_length_and_rw_bits.\n",
|
||||
return (DR_LEN_2 | rw);
|
||||
case 4:
|
||||
return (DR_LEN_4 | rw);
|
||||
/* ELSE FALL THROUGH */
|
||||
case 8:
|
||||
if (TARGET_HAS_DR_LEN_8)
|
||||
return (DR_LEN_8 | rw);
|
||||
/* ELSE FALL THROUGH */
|
||||
default:
|
||||
error ("\
|
||||
Invalid hardware breakpoint length %d in i386_length_and_rw_bits.\n", len);
|
||||
|
||||
Reference in New Issue
Block a user