summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves2018-09-301-32/+0
* Darwin: set startup-with-shell to off on Sierra and later.Xavier Roirand2018-09-111-0/+28
* Fix kill issue leading to zombie process on MacOS SierraXavier Roirand2018-08-021-0/+18
* Check results of get_darwin_inferiorTom Tromey2018-08-021-14/+21
* darwin: Silence syscall deprecated declaration warningSimon Marchi2018-07-051-7/+18
* Use exit_inferior in darwin_attach_pidTom Tromey2018-07-041-2/+1
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_get_tidTom Tromey2018-07-031-6/+6
* Remove ptid_get_pidTom Tromey2018-07-031-6/+6
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-9/+9
* Fix crash in "run" on macOS when gdb is not signedTom Tromey2018-07-031-52/+67
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-1/+3
* Fix macOS null pointer dereferencePedro Alves2018-06-041-3/+1
* target_ops: Use bool throughoutPedro Alves2018-05-031-4/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-101/+41
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+1