summaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of discard_all_inferiorsPedro Alves2020-01-121-1/+1
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add missing include to bsd-kvm.c for gdb_abspathChristian Biesinger2019-12-171-0/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-4/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-5/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce process_stratum_targetPedro Alves2018-11-301-3/+3
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-1/+2
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-14/+11
* target_ops: Use bool throughoutPedro Alves2018-05-031-6/+6
* Convert struct target_ops to C++Pedro Alves2018-05-031-44/+59
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify the 'arg' passed to commands in bsd-kvm.c.John Baldwin2017-11-151-2/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H.John Baldwin2017-09-041-0/+2
* Define _KMEMUSER before including BSD kernel headers.John Baldwin2017-09-041-0/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_openTom Tromey2014-07-301-3/+4
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-3/+15
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* Fix build on recent versions of OpenBSD.Mark Kettenis2014-02-031-0/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-3/+3
* bsd-kvm.c: Fix arguments to print_stack_frame.Pedro Alves2013-08-301-3/+3
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-1/+0
* gdb/Jan Kratochvil2013-03-201-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-5/+5
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-291-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+2
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-3/+9
* * corelow.c (get_core_registers): Adjust.Pedro Alves2009-02-231-2/+4
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * bsd-kvm.c: Include "gdbthread.h".Pedro Alves2008-08-101-0/+44
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand2007-06-161-3/+3