summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-6/+7
* Create private_inferior class hierarchySimon Marchi2017-11-241-138/+149
* Fix build failure in darwin-nat.cSimon Marchi2017-11-201-1/+1
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-1/+1
* darwin-nat: Remove gdb.h includeSimon Marchi2017-10-291-1/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* darwin: Do not add a dummy threadSimon Marchi2017-06-271-47/+31