summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)Author
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-08constify to_detachTom Tromey
2013-10-25Fix up a couple oddities in GDB's signal names and strings.Pedro Alves
2013-08-27darwin-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves
2013-06-07Fix formating in copyright headers.Pedro Alves
2013-05-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey
2013-05-06darwin: warning resuming inferior after attachJoel Brobecker
2013-05-06darwin-nat: Print all hex values with 0x prefix.Joel Brobecker
2013-05-06darwin-nat.c: Do not use gdb_assert on system call outcomes.Joel Brobecker
2013-05-01Fix various -Wpointer-sign warnings in darwin-nat.cJoel Brobecker
2013-01-07Fix build failure on darwin due to darwin_read_dyld_info not being defined.Joel Brobecker
2013-01-02gdb: fix building on Darwin 9Mike Frysinger
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-08-02gdb/Yao Qi
2012-05-24gdb/Pedro Alves
2012-05-24gdb/Pedro Alves
2012-04-112012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-04-112012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-04-102012-04-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-04-022012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-03-14Fix -Wmissing-prototypes build warnings on Darwin.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-09-272011-09-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-08-012011-08-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-07-01[Darwin] Do not crash (failed assertion) after PT_KILL ptrace errorJoel Brobecker
2011-07-01Darwin/detach: Do not resume inferior after ptrace detachJoel Brobecker
2011-03-18 ARI fixes: Messages should have no trailing new lines.Pierre Muller
2011-03-16 Fix ARI warnings about new lines at the end of messages, whichPierre Muller
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-08-18 * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans
2010-02-15gdb/Jan Kratochvil
2010-02-042010-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-10-20 * darwin-nat.c (cancel_breakpoint): Pass the regcache's addressPedro Alves
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2009-10-062009-10-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-06-22(committed as obvious)Tristan Gingold
2009-06-192009-06-19 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-06-192009-06-19 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-06-102009-06-10 Jonas Maebe <jonas.maebe@elis.ugent.be>Pedro Alves
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves
2009-04-17 ARI fix: Do not use %p, replace by call to host_address_to_stringPierre Muller
2009-03-24 ARI fix: "strerror" rule.Pierre Muller
2009-03-16 * darwin-nat.c (darwin_resume): Fix a compiler warning whenJoel Brobecker