* gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
[binutils-gdb.git] / gdb / ChangeLog
index 47c815eab46e15c5c2012880335fe9c663844f90..ec2ef4ef3ac77b72f291c1c1886564fe24f2687b 100644 (file)
@@ -1,3 +1,26 @@
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_handle_extended_wait): Don't resume the new
+       new clone lwp if the core asked it to stop.  Don't pass on
+       unexpected signals to the new clone; leave them pending instead.
+
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (resume_lwp): Remove redundant debug output.
+
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
+       last_resume_kind before clearing it, and use the copy instead to
+       determine whether to report a SIGSTOP as TARGET_SIGNAL_0.  Use
+       resume_clear_callback in the non-stop path too.
+
+2011-10-09  Yao Qi  <yao@codesourcery.com>
+
+       * valprint.c (value_check_printable): Add one parameter OPTIONS.
+       Honor OPTIONS and VAL's type.
+       (common_val_print, value_print): Update to pass one more parameter.
+
 2011-10-09  Doug Evans  <dje@google.com>
 
        Add new "alias" command.