summaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-15Constify the 'arg' passed to commands in bsd-kvm.c.John Baldwin
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-04Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H.John Baldwin
2017-09-04Define _KMEMUSER before including BSD kernel headers.John Baldwin
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30constify to_openTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-02-03Fix build on recent versions of OpenBSD.Mark Kettenis
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves
2013-08-30bsd-kvm.c: Fix arguments to print_stack_frame.Pedro Alves
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves
2013-03-20gdb/Jan Kratochvil
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-292010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-08-10 * bsd-kvm.c: Include "gdbthread.h".Pedro Alves
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand
2007-02-28 * frame.c (frame_pop, frame_observer_target_changed): CallDaniel Jacobowitz
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2006-07-032006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams
2005-12-17 * breakpoint.c:Eli Zaretskii
2005-07-11* bsd-kvm.c: Include <paths.h>.Mark Kettenis
2005-07-04* bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call.Mark Kettenis
2005-05-16* corelow.c (core_xfer_partial): Change type of readbuf andMark Kettenis
2005-02-112005-02-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2005-01-292005-01-29 Baurzhan Ismagulov <ibr@radix50.net>Baurzhan Ismagulov
2004-11-19* bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value fromMark Kettenis
2004-10-292004-10-29 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2004-10-082004-10-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2004-08-09* bsd-kvm.c: Check for nlist.h before including it.Mark Kettenis
2004-08-07 * configure.in: Test for struct lwp in <sys/lwp.h>Nathan J. Williams