summaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.c
AgeCommit message (Expand)Author
2022-04-26bsd-kvm: Fix build after recent changes to path handling functions.John Baldwin
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-08-04gdb: fix warnings in bsd-kvm.cSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-03-23gdb: remove unpush_target free functionSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-06-18Don't write to inferior_ptid in bsd-kvm.cPedro Alves
2020-06-18Don't write to inferior_ptid in bsd-kvm.cPedro Alves
2020-01-12Remove last traces of discard_all_inferiorsPedro Alves
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-17Add missing include to bsd-kvm.c for gdb_abspathChristian Biesinger
2019-12-16Constify get_exec_fileTom Tromey
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-30Introduce process_stratum_targetPedro Alves
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves
2018-07-03Remove ptid_buildTom Tromey
2018-06-25gdb: Fix build on several hosts/portsPedro Alves
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
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