Age | Commit message (Expand) | Author | Files | Lines |
2014-02-07 | Make sure we don't resume the stepped thread by accident. | Pedro Alves | 1 | -1/+5 |
2014-02-04 | PowerPC64 ELFv2 ABI: skip global entry point code | Ulrich Weigand | 1 | -0/+4 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -4/+5 |
2014-01-14 | Fix "is a record target open" checks. | Pedro Alves | 1 | -2/+2 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Invalidate target cache before starting to handle event. | Yao Qi | 1 | -0/+24 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-14 | infrun.c:handle_signal_stop: Move initial connection/attachment handling code... | Pedro Alves | 1 | -51/+57 |
2013-11-14 | infrun.c: Split handle_inferior_event further. | Pedro Alves | 1 | -21/+38 |
2013-11-14 | Eliminate enum bpstat_signal_value, simplify random signal checks further. | Pedro Alves | 1 | -9/+4 |
2013-11-14 | infrun.c:handle_inferior_event: Rework random signal checks. | Pedro Alves | 1 | -20/+15 |
2013-11-14 | infrun.c: Don't set ecs->random_signal for "catchpoint" events (eliminate ecs... | Pedro Alves | 1 | -32/+13 |
2013-11-14 | infrun.c:handle_inferior_event: Move comment. | Pedro Alves | 1 | -11/+12 |
2013-11-14 | infrun.c:handle_inferior_event: Don't fall through in TARGET_WAITKIND_LOADED ... | Pedro Alves | 1 | -8/+16 |
2013-10-31 | infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP. | Pedro Alves | 1 | -9/+4 |
2013-10-28 | infrun.c:process_event_stop_test: Reindent. | Pedro Alves | 1 | -187/+181 |
2013-10-28 | infrun.c:handle_inferior_event: Make process_event_stop_test label a function. | Pedro Alves | 1 | -15/+30 |
2013-10-28 | infrun.c:handle_inferior_event: Move process_event_stop_test goto label. | Pedro Alves | 1 | -7/+7 |
2013-10-28 | infrun.c:handle_inferior_event: Put all ecs->random_signal tests together. | Pedro Alves | 1 | -78/+91 |
2013-10-28 | infrun.c:handle_inferior_event: Remove some more dead code. | Pedro Alves | 1 | -13/+0 |
2013-10-25 | infrun debug output: print enum gdb_signal symbol names instead of POSIX sign... | Pedro Alves | 1 | -6/+9 |
2013-10-25 | Remove dead sets/clears of ecs->random signal. | Pedro Alves | 1 | -9/+0 |
2013-10-25 | infrun.c:keep_going: update comments. | Pedro Alves | 1 | -35/+31 |
2013-10-18 | [gdb/16062] stepi sometimes doesn't make progress | Pedro Alves | 1 | -0/+11 |
2013-10-07 | This patch adds a new convenience variable called "$_exitsignal", which | Sergio Durigan Junior | 1 | -1/+40 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -3/+4 |
2013-09-18 | When reverse-stepping, only insert a resume breakpoint at ecs->stop_func_start | Markus Metzger | 1 | -1/+1 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -1/+1 |
2013-09-03 | * inf-child.c (inf_child_follow_fork) New parameter | Luis Machado | 1 | -3/+7 |
2013-06-28 | Move pagination_enabled declaration to a proper place. | Pedro Alves | 1 | -2/+0 |
2013-06-28 | infrun.c: Move non_stop_1 etc., higher up in file. | Pedro Alves | 1 | -28/+27 |
2013-06-27 | Move comment on the 'stepping over resolver' mechanism to the internals manual. | Pedro Alves | 1 | -40/+0 |
2013-06-26 | Garbage collect SOLIB_IN_DYNAMIC_LINKER. | Pedro Alves | 1 | -12/+0 |
2013-06-26 | Update comments on stepping over resolver code. | Pedro Alves | 1 | -16/+16 |
2013-06-18 | Fix PR cli/15603 | Tom Tromey | 1 | -6/+12 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -1/+11 |
2013-05-30 | some fixes to infrun.c | Tom Tromey | 1 | -4/+3 |
2013-05-23 | range stepping: gdb | Pedro Alves | 1 | -0/+33 |
2013-05-23 | Factor out in-stepping-range checks. | Pedro Alves | 1 | -4/+2 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -4/+0 |
2013-04-22 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -1/+1 |
2013-03-11 | Rename record_ prefixes in record-full.h into record_full_. | Markus Metzger | 1 | -1/+1 |
2013-03-11 | Split record.h into record.h and record-full.h. | Markus Metzger | 1 | -0/+1 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -2/+4 |
2013-01-18 | gdb/ | Yao Qi | 1 | -6/+8 |
2013-01-16 | 2013-01-03 Pedro Alves <palves@redhat.com> | Tom Tromey | 1 | -116/+140 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-24 | gdb/ | Jan Kratochvil | 1 | -1/+2 |