]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/darwin-nat.c
include, libctf: add a bunch of documentation to ctf-api.h
[thirdparty/binutils-gdb.git] / gdb / darwin-nat.c
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-28  Simon Marchigdb: fix call to breakpoint_inserted_here_p in darwin...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-08-10  Tom TromeyPass unique_ptr to add_thread_with_info
2023-04-05  Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-27  Philippe WaroquiersUse false/true for some inferior class members instead...
2022-05-13  Tom TromeyConstify target_pid_to_exec_file
2022-03-30  Tom TromeyUse gdb_printf and gdb_vprintf in more places
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-24  Dominique Quatravauxgdb/darwin: skip over WIFSTOPPED wait4 status
2022-02-19  Dominique Quatravauxgdb/darwin: remove not-so-harmless spurious call to...
2022-01-10  Tom TromeyReduce use of unfiltered output in Darwin code
2022-01-06  Tom TromeyIntroduce target_announce_attach
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-30  Simon Marchigdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
2021-09-30  Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-09-28  Simon Marchigdb: fix darwin-nat build (again)
2021-09-28  Simon Marchigdb: fix darwin-nat build
2021-09-23  Tom TromeyChange get_ada_task_ptid parameter type
2021-04-08  Dominique QuatravauxRemove unused variable un darwin_nat_target::resume
2021-03-23  Simon Marchigdb: remove target_is_pushed free function
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-06-18  Pedro AlvesDon't write to inferior_ptid in darwin-nat.c
2020-04-23  Tom TromeyRemove iterate_over_inferiors
2020-01-23  Simon Marchigdb: fix variable shadowing error in darwin-nat.c
2020-01-23  Simon Marchigdb: fix darwin-nat.c build / adapt to multi-target
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Tom TromeyConstify get_exec_file
2019-12-09  Wataru Ashiharagdb/darwin-nat.c: Fix template argument for scoped_rest...
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-14  Tom TromeyFix gdb build on macOS
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-11  Tom TromeyRemove shadowing from darwin-nat.c
2019-05-16  Tom TromeyFix darwin-nat.c build
2019-05-04  Tom TromeyRemove "struct" from foreach statements
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-27  Tom TromeyCache a copy of the user's shell on macOS
2018-09-30  Pedro AlvesDarwin: Remove unused variables [-Werror=unused-variable]
2018-09-11  Xavier RoirandDarwin: set startup-with-shell to off on Sierra and...
2018-08-02  Xavier RoirandFix kill issue leading to zombie process on MacOS Sierra
2018-08-02  Tom TromeyCheck results of get_darwin_inferior
2018-07-06  Simon Marchidarwin: Silence syscall deprecated declaration warning
2018-07-04  Tom TromeyUse exit_inferior in darwin_attach_pid
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-07-03  Tom TromeyFix crash in "run" on macOS when gdb is not signed
2018-06-25  Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-04  Pedro AlvesFix macOS null pointer dereference
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Simon MarchiCreate private_thread_info hierarchy
2017-11-24  Simon MarchiCreate private_inferior class hierarchy
2017-11-21  Simon MarchiFix build failure in darwin-nat.c
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-30  Simon Marchidarwin-nat: Remove gdb.h include
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-27  Simon Marchidarwin: Do not add a dummy thread
2017-06-13  Simon Marchidarwin-nat: Add missing include
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-20  Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-09  Tristan Gingolddarwin-nat.c: handle Darwin 16 (aka Sierra).
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-04-20  Pedro AlvesFix host signal vs gdb signal mixup in gdb/darwin-nat.c
2016-04-20  Pedro Alvesgdb/darwin-nat.c: Fix "cast to pointer from integer...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-23  Tristan Gingolddarwin-nat: disable sstep cache.
2015-11-23  Tristan Gingoldsolib-darwin: support PIE for spawned processes.
next