summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: fix build of darwin-nat.cSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-16Use checked_static_cast in more placesTom Tromey
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-16gdbsupport: remove FUNCTION_NAMESimon Marchi
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-02-07Normalize include guards in gdbTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-09-11Darwin: fix SIGTRAP when debuggingXavier Roirand
2018-05-24Fix macOS build, missing overridePedro 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-24Create private_thread_info hierarchySimon Marchi
2017-11-24Create private_inferior class hierarchySimon Marchi
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-07Move common-utils.h to common-defs.hGary Benson
2014-01-17Move ASSERT_FUNCTION to FUNCTION_NAME.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-06-07Fix formating in copyright headers.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-02-202012-02-20 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-06-192009-06-19 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-11-27gdb:Tristan Gingold