summaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-3/+2
* Fix formating in copyright headers.Pedro Alves2013-06-071-2/+1
* 2013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey2013-05-101-0/+7
* darwin: warning resuming inferior after attachJoel Brobecker2013-05-061-2/+28
* darwin-nat: Print all hex values with 0x prefix.Joel Brobecker2013-05-061-13/+13
* darwin-nat.c: Do not use gdb_assert on system call outcomes.Joel Brobecker2013-05-061-12/+52
* Fix various -Wpointer-sign warnings in darwin-nat.cJoel Brobecker2013-05-011-3/+5
* Fix build failure on darwin due to darwin_read_dyld_info not being defined.Joel Brobecker2013-01-071-1/+1
* gdb: fix building on Darwin 9Mike Frysinger2013-01-021-1/+6
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Yao Qi2012-08-021-5/+5
* gdb/Pedro Alves2012-05-241-6/+6
* gdb/Pedro Alves2012-05-241-7/+7
* 2012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-111-16/+0
* 2012-04-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-111-5/+8
* 2012-04-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-101-22/+9
* 2012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-021-0/+17
* Fix -Wmissing-prototypes build warnings on Darwin.Joel Brobecker2012-03-141-0/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-09-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-271-12/+48
* 2011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-221-1/+37
* 2011-08-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-08-011-1/+4
* [Darwin] Do not crash (failed assertion) after PT_KILL ptrace errorJoel Brobecker2011-07-011-1/+16
* Darwin/detach: Do not resume inferior after ptrace detachJoel Brobecker2011-07-011-1/+5
* ARI fixes: Messages should have no trailing new lines.Pierre Muller2011-03-181-1/+1
* Fix ARI warnings about new lines at the end of messages, whichPierre Muller2011-03-161-1/+1
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-7/+7
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans2010-08-181-1/+1
* gdb/Jan Kratochvil2010-02-151-5/+2
* 2010-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-02-041-2/+0
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * darwin-nat.c (cancel_breakpoint): Pass the regcache's addressPedro Alves2009-10-201-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-1/+3
* 2009-10-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-061-1/+29