aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* darwin-nat: Add missing includeSimon Marchi2017-06-131-0/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-3/+13
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-4/+8
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-6/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* darwin-nat.c: handle Darwin 16 (aka Sierra).Tristan Gingold2016-11-091-75/+267
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+1
* Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves2016-04-201-1/+1
* gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves2016-04-201-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* darwin-nat: disable sstep cache.Tristan Gingold2015-11-231-10/+7
* solib-darwin: support PIE for spawned processes.Tristan Gingold2015-11-231-7/+7
* darwin-nat: rewrite darwin_read_write_inferiorTristan Gingold2015-11-231-61/+86
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+3
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-2/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-62/+62
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-0/+3
* [darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>James Clarke2015-01-121-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-1/+1