aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19darwin-nat.c (darwin_xfer_partial): Fix return type.Stan Shebs1-1/+1
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-8/+21
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-3/+3
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-7/+7
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-10-25Fix up a couple oddities in GDB's signal names and strings.Pedro Alves1-6/+6
2013-08-27darwin-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves1-21/+0
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-3/+2
2013-06-07Fix formating in copyright headers.Pedro Alves1-2/+1
2013-05-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey1-0/+7
2013-05-06darwin: warning resuming inferior after attachJoel Brobecker1-2/+28
2013-05-06darwin-nat: Print all hex values with 0x prefix.Joel Brobecker1-13/+13
2013-05-06darwin-nat.c: Do not use gdb_assert on system call outcomes.Joel Brobecker1-12/+52
2013-05-01Fix various -Wpointer-sign warnings in darwin-nat.cJoel Brobecker1-3/+5
2013-01-07Fix build failure on darwin due to darwin_read_dyld_info not being defined.Joel Brobecker1-1/+1
2013-01-02gdb: fix building on Darwin 9Mike Frysinger1-1/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-02gdb/Yao Qi1-5/+5
2012-05-24gdb/Pedro Alves1-6/+6
2012-05-24gdb/Pedro Alves1-7/+7
2012-04-112012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-16/+0
2012-04-112012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-5/+8
2012-04-102012-04-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-22/+9
2012-04-022012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+17
2012-03-14Fix -Wmissing-prototypes build warnings on Darwin.Joel Brobecker1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-09-272011-09-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-12/+48
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+37
2011-08-012011-08-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+4
2011-07-01[Darwin] Do not crash (failed assertion) after PT_KILL ptrace errorJoel Brobecker1-1/+16
2011-07-01Darwin/detach: Do not resume inferior after ptrace detachJoel Brobecker1-1/+5
2011-03-18 ARI fixes: Messages should have no trailing new lines.Pierre Muller1-1/+1
2011-03-16 Fix ARI warnings about new lines at the end of messages, whichPierre Muller1-1/+1
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+7
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-18 * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans1-1/+1
2010-02-15gdb/Jan Kratochvil1-5/+2
2010-02-042010-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-20 * darwin-nat.c (cancel_breakpoint): Pass the regcache's addressPedro Alves1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+3
2009-10-062009-10-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+29