aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-2/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-3/+3
2014-05-21Rename "target darwin-child" -> "target native"Pedro Alves1-4/+0
2014-04-09darwin: fix thinko (free thread port after threads are discovered).Tristan Gingold1-4/+24
2014-04-07Fix ARI warning in darwin-nat.c::darwin_decode_messageJoel Brobecker1-1/+1
2014-04-01darwin-nat: avoid crash while debugging gdb.Tristan Gingold1-54/+90
2014-03-24darwin-nat.c: fix dump of messages on x86_64.Tristan Gingold1-18/+15
2014-03-21Fix internal warning when "gdb -p xxx"Hui Zhu1-4/+1
2014-02-19darwin-nat.c (darwin_xfer_partial): Fix return type.Stan Shebs1-1/+1
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-8/+21
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-3/+3
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-7/+7
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-10-25Fix up a couple oddities in GDB's signal names and strings.Pedro Alves1-6/+6
2013-08-27darwin-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves1-21/+0
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-3/+2
2013-06-07Fix formating in copyright headers.Pedro Alves1-2/+1
2013-05-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey1-0/+7
2013-05-06darwin: warning resuming inferior after attachJoel Brobecker1-2/+28
2013-05-06darwin-nat: Print all hex values with 0x prefix.Joel Brobecker1-13/+13
2013-05-06darwin-nat.c: Do not use gdb_assert on system call outcomes.Joel Brobecker1-12/+52
2013-05-01Fix various -Wpointer-sign warnings in darwin-nat.cJoel Brobecker1-3/+5
2013-01-07Fix build failure on darwin due to darwin_read_dyld_info not being defined.Joel Brobecker1-1/+1
2013-01-02gdb: fix building on Darwin 9Mike Frysinger1-1/+6