aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2009-02-21*** empty log message ***gdbadmin1-1/+1
2009-02-20 * Extend use of i386_use_watchpoints to all i386 native filesPierre Muller8-0/+23
2009-02-20*** empty log message ***gdbadmin1-1/+1
2009-02-19 * ada-typeprint.c (ada_typedef_print): Remove. Unused.Joel Brobecker2-16/+4
2009-02-19*** empty log message ***gdbadmin1-1/+1
2009-02-18 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.Jan Kratochvil2-5/+11
2009-02-18 * gdb.texinfo (GDB/MI Async Records): Add double-spacesVladimir Prus2-4/+9
2009-02-18 * gdb.pascal/floats.exp: Accept approximate results everywhere.Pierre Muller2-4/+8
2009-02-18 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.Vladimir Prus11-5/+85
2009-02-18*** empty log message ***gdbadmin1-1/+1
2009-02-17 * observer.c (observer_test_first_notification_function)Vladimir Prus6-27/+51
2009-02-17 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.Pedro Alves8-82/+255
2009-02-17 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.Doug Evans8-58/+271
2009-02-17*** empty log message ***gdbadmin1-1/+1
2009-02-16 * corelow.c (core_close): Don't hardcode the core's pid.Pedro Alves9-8/+98
2009-02-16*** empty log message ***gdbadmin1-1/+1
2009-02-15*** empty log message ***gdbadmin1-1/+1
2009-02-14Adding gdb.python/python-cmd.exp which I forgot to commit earlier.Thiago Jung Bauermann1-0/+107
2009-02-14 Include frame information for *stopped due to CLI commands.Vladimir Prus10-32/+78
2009-02-14 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.Pierre Muller3-17/+24
2009-02-14 * remote-utils.c (getpkt): Also generate remote-debugPierre Muller2-0/+13
2009-02-14*** empty log message ***gdbadmin1-1/+1
2009-02-13 * lib/gdb.exp (get_valueof): Accept anything as a return value.Pierre Muller3-7/+32
2009-02-132009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-4/+8
2009-02-13 * gdb.base/remote.exp (get_sizeof): Remove.Tom Tromey6-74/+32
2009-02-13*** empty log message ***gdbadmin1-1/+1
2009-02-12Fix a typo.Joel Brobecker1-1/+1
2009-02-12gdb/Jan Kratochvil5-1/+111
2009-02-12*** empty log message ***gdbadmin1-1/+1
2009-02-112009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-2/+10
2009-02-11 Avoid NULL dereference.Jan Kratochvil2-4/+14
2009-02-11 * gdbarch.c: Regenerate.Pedro Alves2-2/+6
2009-02-11*** empty log message ***gdbadmin1-1/+1
2009-02-102009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-0/+5
2009-02-102009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-19/+43
2009-02-10*** empty log message ***gdbadmin1-1/+1
2009-02-09 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpcDaniel Jacobowitz1-21/+38
2009-02-09*** empty log message ***gdbadmin1-1/+1
2009-02-08*** empty log message ***gdbadmin1-1/+1
2009-02-07 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpcDaniel Jacobowitz1-0/+12
2009-02-07 * NEWS: Mention inspecting extra signal information, $_siginfo,Pedro Alves2-0/+13
2009-02-07 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFOPedro Alves2-1/+7
2009-02-07*** empty log message ***Eli Zaretskii1-0/+7
2009-02-07(Basic Python): Fix change from 2009-02-04.Eli Zaretskii1-20/+21
2009-02-07*** empty log message ***gdbadmin1-1/+1
2009-02-06 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)Pedro Alves4-2/+317
2009-02-062009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves28-29/+962
2009-02-06gdb/Pedro Alves7-5/+278
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves28-168/+239
2009-02-06gdb/Thiago Jung Bauermann17-20/+943