summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* Use gdb_printf and gdb_vprintf in more placesTom Tromey2022-03-301-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-30/+30
* gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux2022-02-241-6/+25
* gdb/darwin: remove not-so-harmless spurious call to `wait4`Dominique Quatravaux2022-02-191-3/+0
* Reduce use of unfiltered output in Darwin codeTom Tromey2022-01-091-27/+38
* Introduce target_announce_attachTom Tromey2022-01-061-11/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-32/+26
* gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi2021-09-301-1/+1
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* gdb: fix darwin-nat build (again)Simon Marchi2021-09-281-1/+1
* gdb: fix darwin-nat buildSimon Marchi2021-09-281-4/+4
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-1/+1
* Remove unused variable un darwin_nat_target::resumeDominique Quatravaux2021-04-081-2/+0
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-36/+36
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Don't write to inferior_ptid in darwin-nat.cPedro Alves2020-06-181-9/+7
* Remove iterate_over_inferiorsTom Tromey2020-04-231-49/+19
* gdb: fix variable shadowing error in darwin-nat.cSimon Marchi2020-01-231-2/+3
* gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2020-01-231-53/+50
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* gdb/darwin-nat.c: Fix template argument for scoped_restore_tmplWataru Ashihara2019-12-091-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Fix gdb build on macOSTom Tromey2019-08-141-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Remove shadowing from darwin-nat.cTom Tromey2019-06-111-7/+5
* Fix darwin-nat.c buildTom Tromey2019-05-161-1/+1
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-36/+35
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-35/+36
* Change pid_to_str to return std::stringTom Tromey2019-03-131-9/+5
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-7/+3
* Cache a copy of the user's shell on macOSTom Tromey2018-10-271-7/+144