aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-08-16 * infrun.c (fetch_inferior_event): Only call normal_stop if notPedro Alves2-1/+8
2008-08-16*** empty log message ***gdbadmin1-1/+1
2008-08-15 * rs6000-tdep: Include "features/rs6000/powerpc-vsx32.c".Luis Machado23-33/+2272
2008-08-15 * ia64-linux.nat (_initialize_ia64_linux_nat): Don'tVladimir Prus2-1/+6
2008-08-15*** empty log message ***gdbadmin1-1/+1
2008-08-14 * nto-tdep.c (lm_info): Updated struct lm_info definition fromAleksandar Ristovski2-9/+34
2008-08-14gdb:Tom Tromey4-2/+30
2008-08-14 * gdb.texinfo (Ada Mode Intro): Improve the documentation regardingJoel Brobecker2-5/+10
2008-08-14 * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.Pedro Alves2-0/+6
2008-08-14*** empty log message ***gdbadmin1-1/+1
2008-08-13gdb/Pedro Alves4-25/+72
2008-08-13 * spu-tdep.c (info_spu_dma_command): Respect TSQV (tag statusUlrich Weigand2-9/+15
2008-08-13*** empty log message ***gdbadmin1-1/+1
2008-08-122008-08-12 Michael Snyder <msnyder@vmware.com>Michael Snyder2-7/+11
2008-08-12 * gdbint.texinfo (Raw and Virtual Register Representations): FixThiago Jung Bauermann2-2/+8
2008-08-12 * ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.Ulrich Weigand2-1/+5
2008-08-12gdb/doc/Sandra Loosemore9-17/+255
2008-08-122008-08-11 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2-60/+282
2008-08-12 * rs6000-tdep.c (BL_MASK, BL_INSTRUCTION, BL_DISPLACEMENT_MASK):Kevin Buettner2-0/+57
2008-08-12*** empty log message ***gdbadmin1-1/+1
2008-08-112008-08-11 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2-0/+5
2008-08-11 ARM BE8 support.Stan Shebs7-1/+83
2008-08-11*** empty log message ***gdbadmin1-1/+1
2008-08-10 * bsd-kvm.c: Include "gdbthread.h".Pedro Alves2-0/+56
2008-08-10 * buildsym.c (start_subfile): Properly cast sentinel in concatPedro Alves5-2/+15
2008-08-10*** empty log message ***gdbadmin1-1/+1
2008-08-09 * go32-nat.c: Include "gdbthread.h".Pedro Alves2-0/+32
2008-08-09 * go32-nat.c (fetch_register, store_register): Pass the regcachePedro Alves2-28/+38
2008-08-09(_initialize_python): Use unabbreviated commandsAndreas Schwab2-2/+7
2008-08-09 * Makefile.in (stamp-h): Also create .deps.Daniel Jacobowitz2-1/+5
2008-08-09 * Makefile.in (generated_files): Add GNULIB_H.Tom Tromey2-1/+5
2008-08-09 * solib-pa64.c (pa64_solib_create_inferior_hook): Don't setDave Anglin3-21/+81
2008-08-092008-08-09 Xuepeng Guo <xuepeng.guo@intel.com>H.J. Lu4-38/+337
2008-08-09 * target.c: Include "solib.h".Ulrich Weigand3-23/+27
2008-08-09* i386obsd-nat.c (i386obsd_supply_pcb): Supply the right bytes forMark Kettenis2-1/+6
2008-08-09*** empty log message ***gdbadmin1-1/+1
2008-08-08 * Makefile.in (python.o): Remove dependencies. Use COMPILE andTom Tromey2-18/+23
2008-08-08gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.Paul Pluzhnikov2-5/+9
2008-08-08(_initialize_core): Remove spurious paren from setAndreas Schwab2-13/+18
2008-08-08 * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".Luis Machado2-9/+69
2008-08-08 Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves3-76/+149
2008-08-08 * remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New.Pedro Alves2-0/+35
2008-08-08 * remote-m32r-sdi.c: Include "gdbthread.h".Pedro Alves2-1/+26
2008-08-08*** empty log message ***gdbadmin1-1/+1
2008-08-07gdb/Ralf Wildenhues7-1931/+638
2008-08-07ChangeLog:Ulrich Weigand4-10/+54
2008-08-07*** empty log message ***gdbadmin1-1/+1
2008-08-06 * solib-pa64.c (read_dld_descriptor): Return zero if load map is notDave Anglin2-2/+10
2008-08-06* i386obsd-nat.c (i386obsd_supply_pcb): Adjust for changes inMark Kettenis2-3/+12
2008-08-06Initial python support.Thiago Jung Bauermann17-14/+1525