X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=dc0b5a20f02ab2d514f86fb3670ddf64c84710f9;hb=e6ee044df39c93f2a1749061d45a11854dcee9f8;hp=20da419daf4124ce603d6131dd19ba30b73ed414;hpb=496c0e1ba7bd2b8596d90cc6b2bc87cf5c1cff67;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 20da419daf4..dc0b5a20f02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,51 @@ +2010-09-24 Pedro Alves + + PR gdb/11842 + + * amd64-linux-nat.c (compat_siginfo_from_siginfo) + (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when + si_code is < 0. Check for si_code == SI_TIMER before checking for + si_code < 0. + +2010-09-24 Pedro Alves + + * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop. + +2010-09-22 Joel Brobecker + + * ada-tasks.c (read_atcb): Do not compute the task ptid when + debugging a core file. + +2010-09-22 Jan Kratochvil + + Code cleanup. + * objfiles.c (allocate_objfile) name != NULL>: Remove. + (free_objfile) name != NULL>: Remove the conditional around + xfree. + * objfiles.h (struct objfile) : New comment it is never NULL. + * python/py-auto-load.c (auto_load_new_objfile) name>: + Remove. + * python/py-objfile.c (objfpy_get_filename) objfile->name> + Remove the conditional. + * python/py-progspace.c (pspy_get_filename) name>: Likewise. + +2010-09-22 Jan Kratochvil + + * main.c: Include objfiles.h. + (captured_main): New variable objfile. Call + load_auto_scripts_for_objfile for ALL_OBJFILES. + +2010-09-22 Jan Kratochvil + + * dwarf2read.c (die_needs_namespace) : Add also + DW_TAG_constant. + +2010-09-22 Joel Brobecker + + * dwarf2read.c (scan_partial_symbols): Add handling of + DW_TAG_constant DIEs. + (add_partial_symbol, load_partial_dies, new_symbol): Likewise. + 2010-09-22 Joel Brobecker * configure.ac: Add support for --enable-gdbserver.