Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -3/+3 |
2014-05-21 | Rename "target darwin-child" -> "target native" | Pedro Alves | 1 | -4/+0 |
2014-04-09 | darwin: fix thinko (free thread port after threads are discovered). | Tristan Gingold | 1 | -4/+24 |
2014-04-07 | Fix ARI warning in darwin-nat.c::darwin_decode_message | Joel Brobecker | 1 | -1/+1 |
2014-04-01 | darwin-nat: avoid crash while debugging gdb. | Tristan Gingold | 1 | -54/+90 |
2014-03-24 | darwin-nat.c: fix dump of messages on x86_64. | Tristan Gingold | 1 | -18/+15 |
2014-03-21 | Fix internal warning when "gdb -p xxx" | Hui Zhu | 1 | -4/+1 |
2014-02-19 | darwin-nat.c (darwin_xfer_partial): Fix return type. | Stan Shebs | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_supports_multi_process | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -2/+2 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -8/+21 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -3/+3 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -2/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -7/+7 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-10-25 | Fix up a couple oddities in GDB's signal names and strings. | Pedro Alves | 1 | -6/+6 |
2013-08-27 | darwin-nat.c: Don't install a deprecated_xfer_memory method. | Pedro Alves | 1 | -21/+0 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -3/+2 |
2013-06-07 | Fix formating in copyright headers. | Pedro Alves | 1 | -2/+1 |
2013-05-10 | 2013-05-10 Joel Brobecker <brobecker@adacore.com> | Tom Tromey | 1 | -0/+7 |
2013-05-06 | darwin: warning resuming inferior after attach | Joel Brobecker | 1 | -2/+28 |
2013-05-06 | darwin-nat: Print all hex values with 0x prefix. | Joel Brobecker | 1 | -13/+13 |
2013-05-06 | darwin-nat.c: Do not use gdb_assert on system call outcomes. | Joel Brobecker | 1 | -12/+52 |
2013-05-01 | Fix various -Wpointer-sign warnings in darwin-nat.c | Joel Brobecker | 1 | -3/+5 |
2013-01-07 | Fix build failure on darwin due to darwin_read_dyld_info not being defined. | Joel Brobecker | 1 | -1/+1 |
2013-01-02 | gdb: fix building on Darwin 9 | Mike Frysinger | 1 | -1/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-02 | gdb/ | Yao Qi | 1 | -5/+5 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -6/+6 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -7/+7 |
2012-04-11 | 2012-04-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -16/+0 |
2012-04-11 | 2012-04-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -5/+8 |
2012-04-10 | 2012-04-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -22/+9 |
2012-04-02 | 2012-04-02 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+17 |
2012-03-14 | Fix -Wmissing-prototypes build warnings on Darwin. | Joel Brobecker | 1 | -0/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-09-27 | 2011-09-27 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -12/+48 |
2011-09-22 | 2011-09-22 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+37 |
2011-08-01 | 2011-08-01 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+4 |
2011-07-01 | [Darwin] Do not crash (failed assertion) after PT_KILL ptrace error | Joel Brobecker | 1 | -1/+16 |
2011-07-01 | Darwin/detach: Do not resume inferior after ptrace detach | Joel Brobecker | 1 | -1/+5 |
2011-03-18 | ARI fixes: Messages should have no trailing new lines. | Pierre Muller | 1 | -1/+1 |
2011-03-16 | Fix ARI warnings about new lines at the end of messages, which | Pierre Muller | 1 | -1/+1 |