]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/darwin-nat.c
Fix build failure in darwin-nat.c
[thirdparty/binutils-gdb.git] / gdb / darwin-nat.c
2017-11-21  Simon MarchiFix build failure in darwin-nat.c
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-30  Simon Marchidarwin-nat: Remove gdb.h include
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-27  Simon Marchidarwin: Do not add a dummy thread
2017-06-13  Simon Marchidarwin-nat: Add missing include
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-20  Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-09  Tristan Gingolddarwin-nat.c: handle Darwin 16 (aka Sierra).
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-04-20  Pedro AlvesFix host signal vs gdb signal mixup in gdb/darwin-nat.c
2016-04-20  Pedro Alvesgdb/darwin-nat.c: Fix "cast to pointer from integer...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-23  Tristan Gingolddarwin-nat: disable sstep cache.
2015-11-23  Tristan Gingoldsolib-darwin: support PIE for spawned processes.
2015-11-23  Tristan Gingolddarwin-nat: rewrite darwin_read_write_inferior
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-03-04  Pedro Alvesgarbage collect target_decr_pc_after_break
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-26  Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-01-12  James Clarke[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-04  Tom Tromeyconstify to_attach
2014-05-21  Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21  Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21  Pedro AlvesRename "target darwin-child" -> "target native"
2014-04-09  Tristan Gingolddarwin: fix thinko (free thread port after threads...
2014-04-07  Joel BrobeckerFix ARI warning in darwin-nat.c::darwin_decode_message
2014-04-01  Tristan Gingolddarwin-nat: avoid crash while debugging gdb.
2014-03-24  Tristan Gingolddarwin-nat.c: fix dump of messages on x86_64.
2014-03-21  Hui ZhuFix internal warning when "gdb -p xxx"
2014-02-20  Stan Shebsdarwin-nat.c (darwin_xfer_partial): Fix return type.
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_multi_process
2014-02-19  Tom TromeyAdd target_ops argument to to_get_ada_task_ptid
2014-02-19  Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-02-19  Tom TromeyAdd target_ops argument to to_stop
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16  Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-08  Tom Tromeyconstify to_detach
2013-10-25  Pedro AlvesFix up a couple oddities in GDB's signal names and...
2013-08-27  Pedro Alvesdarwin-nat.c: Don't install a deprecated_xfer_memory...
2013-07-01  Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-06-07  Pedro AlvesFix formating in copyright headers.
2013-05-10  Tom Tromey2013-05-10 Joel Brobecker <brobecker@adacore.com>
2013-05-06  Joel Brobeckerdarwin: warning resuming inferior after attach
2013-05-06  Joel Brobeckerdarwin-nat: Print all hex values with 0x prefix.
2013-05-06  Joel Brobeckerdarwin-nat.c: Do not use gdb_assert on system call...
2013-05-01  Joel BrobeckerFix various -Wpointer-sign warnings in darwin-nat.c
2013-01-07  Joel BrobeckerFix build failure on darwin due to darwin_read_dyld_inf...
2013-01-02  Mike Frysingergdb: fix building on Darwin 9
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-02  Yao Qigdb/
2012-05-24  Pedro Alvesgdb/
2012-05-24  Pedro Alvesgdb/
2012-04-11  Tristan Gingold2012-04-11 Tristan Gingold <gingold@adacore.com>
2012-04-11  Tristan Gingold2012-04-11 Tristan Gingold <gingold@adacore.com>
2012-04-10  Tristan Gingold2012-04-10 Tristan Gingold <gingold@adacore.com>
2012-04-02  Tristan Gingold2012-04-02 Tristan Gingold <gingold@adacore.com>
2012-03-14  Joel BrobeckerFix -Wmissing-prototypes build warnings on Darwin.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-27  Tristan Gingold2011-09-27 Tristan Gingold <gingold@adacore.com>
2011-09-22  Tristan Gingold2011-09-22 Tristan Gingold <gingold@adacore.com>
2011-08-01  Tristan Gingold2011-08-01 Tristan Gingold <gingold@adacore.com>
2011-07-01  Joel Brobecker[Darwin] Do not crash (failed assertion) after PT_KILL...
2011-07-01  Joel BrobeckerDarwin/detach: Do not resume inferior after ptrace...
2011-03-18  Pierre Muller ARI fixes: Messages should have no trailing new lines.
2011-03-16  Pierre Muller Fix ARI warnings about new lines at the end of message...
2011-01-07  Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-08-18  Doug Evans * gdb_assert.h (gdb_assert_not_reached): New macro.
2010-02-15  Jan Kratochvilgdb/
2010-02-04  Tristan Gingold2010-02-04 Tristan Gingold <gingold@adacore.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-10-20  Pedro Alves * darwin-nat.c (cancel_breakpoint): Pass the regcache...
2009-10-19  Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-10-06  Tristan Gingold2009-10-06 Tristan Gingold <gingold@adacore.com>
2009-06-22  Tristan Gingold(committed as obvious)
2009-06-19  Tristan Gingold2009-06-19 Tristan Gingold <gingold@adacore.com>
2009-06-19  Tristan Gingold2009-06-19 Tristan Gingold <gingold@adacore.com>
2009-06-10  Pedro Alves2009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>
2009-05-21  Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-04-17  Pierre Muller ARI fix: Do not use %p, replace by call to host_addres...
2009-03-24  Pierre Muller ARI fix: "strerror" rule.
2009-03-16  Joel Brobecker * darwin-nat.c (darwin_resume): Fix a compiler...
2009-03-12  Joel Brobecker Fix a build failure on Darwin following some...
2009-02-23  Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-06  Pedro Alves * linux-nat.c (linux_nat_wait): Adjust.
next