summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_attachTom Tromey2014-06-041-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-3/+3
* Rename "target darwin-child" -> "target native"Pedro Alves2014-05-211-4/+0
* darwin: fix thinko (free thread port after threads are discovered).Tristan Gingold2014-04-091-4/+24
* Fix ARI warning in darwin-nat.c::darwin_decode_messageJoel Brobecker2014-04-071-1/+1
* darwin-nat: avoid crash while debugging gdb.Tristan Gingold2014-04-011-54/+90
* darwin-nat.c: fix dump of messages on x86_64.Tristan Gingold2014-03-241-18/+15
* Fix internal warning when "gdb -p xxx"Hui Zhu2014-03-211-4/+1
* darwin-nat.c (darwin_xfer_partial): Fix return type.Stan Shebs2014-02-191-1/+1
* Add target_ops argument to to_supports_multi_processTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_get_ada_task_ptidTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_pid_to_exec_fileTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_stopTom Tromey2014-02-191-2/+2
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-8/+21
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-3/+3
* target: allow decr_pc_after_break to be defined by the targetMarkus Metzger2014-01-161-2/+2
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-7/+7
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* Fix up a couple oddities in GDB's signal names and strings.Pedro Alves2013-10-251-6/+6
* darwin-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves2013-08-271-21/+0