aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28gdb: fix call to breakpoint_inserted_here_p in darwin-nat.cSimon Marchi1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-3/+4
2023-08-10Pass unique_ptr to add_thread_with_infoTom Tromey1-1/+2
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-1/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-03-30Use gdb_printf and gdb_vprintf in more placesTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-30/+30
2022-02-24gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux1-6/+25
2022-02-19gdb/darwin: remove not-so-harmless spurious call to `wait4`Dominique Quatravaux1-3/+0
2022-01-09Reduce use of unfiltered output in Darwin codeTom Tromey1-27/+38
2022-01-06Introduce target_announce_attachTom Tromey1-11/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-32/+26
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
2021-09-28gdb: fix darwin-nat build (again)Simon Marchi1-1/+1
2021-09-28gdb: fix darwin-nat buildSimon Marchi1-4/+4
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-1/+1
2021-04-08Remove unused variable un darwin_nat_target::resumeDominique Quatravaux1-2/+0
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-36/+36
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-18Don't write to inferior_ptid in darwin-nat.cPedro Alves1-9/+7
2020-04-23Remove iterate_over_inferiorsTom Tromey1-49/+19
2020-01-23gdb: fix variable shadowing error in darwin-nat.cSimon Marchi1-2/+3
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi1-53/+50
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-12-09gdb/darwin-nat.c: Fix template argument for scoped_restore_tmplWataru Ashihara1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-14Fix gdb build on macOSTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-06-11Remove shadowing from darwin-nat.cTom Tromey1-7/+5
2019-05-16Fix darwin-nat.c buildTom Tromey1-1/+1
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-36/+35
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-35/+36
2019-03-13Change pid_to_str to return std::stringTom Tromey1-9/+5