summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-11-24Create private_inferior class hierarchySimon Marchi
2017-11-20Fix build failure in darwin-nat.cSimon Marchi
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi
2017-10-29darwin-nat: Remove gdb.h includeSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-27darwin: Do not add a dummy threadSimon Marchi
2017-06-13darwin-nat: Add missing includeSimon Marchi
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09darwin-nat.c: handle Darwin 16 (aka Sierra).Tristan Gingold
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-07-01Factor out "Detaching from program" message printingPedro Alves
2016-04-20Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves
2016-04-20gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-23darwin-nat: disable sstep cache.Tristan Gingold
2015-11-23solib-darwin: support PIE for spawned processes.Tristan Gingold
2015-11-23darwin-nat: rewrite darwin_read_write_inferiorTristan Gingold
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves
2015-01-12[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>James Clarke
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-04constify to_attachTom Tromey
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-05-21Rename "target darwin-child" -> "target native"Pedro Alves
2014-04-09darwin: fix thinko (free thread port after threads are discovered).Tristan Gingold
2014-04-07Fix ARI warning in darwin-nat.c::darwin_decode_messageJoel Brobecker
2014-04-01darwin-nat: avoid crash while debugging gdb.Tristan Gingold
2014-03-24darwin-nat.c: fix dump of messages on x86_64.Tristan Gingold
2014-03-21Fix internal warning when "gdb -p xxx"Hui Zhu
2014-02-19darwin-nat.c (darwin_xfer_partial): Fix return type.Stan Shebs
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger