aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Darwin: set startup-with-shell to off on Sierra and later.Xavier Roirand1-0/+28
2018-08-02Fix kill issue leading to zombie process on MacOS SierraXavier Roirand1-0/+18
2018-08-02Check results of get_darwin_inferiorTom Tromey1-14/+21
2018-07-05darwin: Silence syscall deprecated declaration warningSimon Marchi1-7/+18
2018-07-04Use exit_inferior in darwin_attach_pidTom Tromey1-2/+1
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_get_tidTom Tromey1-6/+6
2018-07-03Remove ptid_get_pidTom Tromey1-6/+6
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-9/+9
2018-07-03Fix crash in "run" on macOS when gdb is not signedTom Tromey1-52/+67
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-1/+3
2018-06-04Fix macOS null pointer dereferencePedro Alves1-3/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-4/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-101/+41
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-6/+7
2017-11-24Create private_inferior class hierarchySimon Marchi1-138/+149
2017-11-20Fix build failure in darwin-nat.cSimon Marchi1-1/+1
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-1/+1
2017-10-29darwin-nat: Remove gdb.h includeSimon Marchi1-1/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-06-27darwin: Do not add a dummy threadSimon Marchi1-47/+31
2017-06-13darwin-nat: Add missing includeSimon Marchi1-0/+1
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-3/+13
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-4/+8
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior1-6/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09darwin-nat.c: handle Darwin 16 (aka Sierra).Tristan Gingold1-75/+267
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-9/+1
2016-04-20Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves1-1/+1
2016-04-20gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-23darwin-nat: disable sstep cache.Tristan Gingold1-10/+7
2015-11-23solib-darwin: support PIE for spawned processes.Tristan Gingold1-7/+7
2015-11-23darwin-nat: rewrite darwin_read_write_inferiorTristan Gingold1-61/+86
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+3
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-62/+62
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-0/+3
2015-01-12[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>James Clarke1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0