Add tests for PR ld/16452 and PR ld/16457
[platform/upstream/binutils.git] / gdb / darwin-nat.c
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.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-27 Tristan Gingoldgdb: