aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-14 * objfiles.h (gdb_bfd_close_or_warn): Declare.Pedro Alves1-3/+2
2010-01-04 * regset.h (struct core_regset_section): Add HUMAN_NAME.Ulrich Weigand1-12/+27
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-12-31Internal error while loading core on alpha-tru64.Joel Brobecker1-3/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-3/+5
2009-10-09 * corelow.c (add_to_thread_list): Fix typo.Pedro Alves1-1/+1
2009-10-09 * corelow.c (core_has_fake_pid): New.Pedro Alves1-24/+56
2009-10-06 ARI fix: OP eol rule.Pierre Muller1-2/+2
2009-07-31ChangeLog:Ulrich Weigand1-0/+77
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-1/+1
2009-06-17 * gdbarch.sh (gcore_bfd_target): New gdbarch callback.Ulrich Weigand1-2/+2
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-3/+21
2009-06-05* corelow.c (core_open): Check for core_gdbarch before callingAleksandar Ristovski1-1/+3
2009-06-03 * target.c: Include "exec.h".Pedro Alves1-17/+39
2009-05-18 * corelow.c (core_open): Flush the register cache before doingPedro Alves1-0/+8
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-17/+13
2009-02-16 * corelow.c (core_close): Don't hardcode the core's pid.Pedro Alves1-7/+25
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-11-09 Kill pthread_ops_hackVladimir Prus1-3/+3
2008-09-22 * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves1-2/+7
2008-09-08 * corelow.c (add_to_thread_list): If this is the first time wePedro Alves1-14/+61
2008-08-18 * corelow.c (core_open): Assume there was no upper layer leftPedro Alves1-16/+6
2008-08-15 * rs6000-tdep: Include "features/rs6000/powerpc-vsx32.c".Luis Machado1-0/+2
2008-05-01 PR gdb/2343Aleksandar Ristovski1-1/+2
2008-02-09 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.Eli Zaretskii1-1/+2
2008-01-162008-01-15 Michael Snyder <msnyder@specifix.com>Michael Snyder1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-11-15 Remove CLEAR_SOLIB use.Vladimir Prus1-4/+0
2007-10-302007-10-30 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-10-29 * ppc-linux-tdep.c (ppc32_linux_reg_offsets): CorrectedCarlos Eduardo Seo1-0/+2
2007-09-10 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.Daniel Jacobowitz1-0/+15
2007-09-03 * gdbarch.sh (core_xfer_shared_libraries): New.Pedro Alves1-0/+12
2007-09-03 * corelow.c (core_xfer_partial): Pass writebuf toPedro Alves1-4/+4
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand1-1/+1
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-05-06 * regcache.c (regcache_invalidate): New function.Ulrich Weigand1-2/+5
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand1-6/+6
2007-05-06 * gdbcore.h (struct regcache): Add forward declaration.Ulrich Weigand1-6/+10
2007-02-28 * frame.c (frame_pop, frame_observer_target_changed): CallDaniel Jacobowitz1-2/+1
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-04-18gdb/Daniel Jacobowitz1-3/+1
2006-02-25 * gdb/defs.h: unconditionally include <fcntl.h>, andCharles Wilson1-3/+0
2006-01-24 PR gdb/1914Daniel Jacobowitz1-21/+2
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-07-04* bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call.Mark Kettenis1-1/+1
2005-06-13 * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.Mark Mitchell1-1/+3
2005-05-16* corelow.c (core_xfer_partial): Change type of readbuf andMark Kettenis1-4/+4
2005-05-12* solib.h (CLEAR_SOLIB, SOLIB_ADD)Mark Kettenis1-10/+8