aboutsummaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-13Change pid_to_str to return std::stringTom Tromey1-5/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Introduce process_stratum_targetPedro Alves1-3/+3
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-1/+2
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-1/+1
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-14/+11
2018-05-03target_ops: Use bool throughoutPedro Alves1-6/+6
2018-05-03Convert struct target_ops to C++Pedro Alves1-44/+59
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-15Constify the 'arg' passed to commands in bsd-kvm.c.John Baldwin1-2/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-04Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H.John Baldwin1-0/+2
2017-09-04Define _KMEMUSER before including BSD kernel headers.John Baldwin1-0/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-3/+4
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-3/+15
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1
2014-02-03Fix build on recent versions of OpenBSD.Mark Kettenis1-0/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-3/+3
2013-08-30bsd-kvm.c: Fix arguments to print_stack_frame.Pedro Alves1-3/+3
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-1/+0
2013-03-20gdb/Jan Kratochvil1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+5
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-292010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-3/+9
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-2/+4
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-08-10 * bsd-kvm.c: Include "gdbthread.h".Pedro Alves1-0/+44
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
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-3/+3
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand1-10/+10
2007-02-28 * frame.c (frame_pop, frame_observer_target_changed): CallDaniel Jacobowitz1-6/+3
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-07-032006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams1-1/+2
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-07-11* bsd-kvm.c: Include <paths.h>.Mark Kettenis1-4/+20