Age | Commit message (Expand) | Author | Files | Lines |
2021-02-04 | gdb: make async event handlers clear themselves | Simon Marchi | 1 | -0/+1 |
2021-02-03 | gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_event | Simon Marchi | 1 | -66/+66 |
2021-02-03 | detach in all-stop with threads running | Pedro Alves | 1 | -52/+111 |
2021-02-03 | detach with in-line step over in progress | Pedro Alves | 1 | -4/+41 |
2021-02-03 | prepare_for_detach and ongoing displaced stepping | Pedro Alves | 1 | -57/+67 |
2021-02-03 | prepare_for_detach: don't release scoped_restore at the end | Pedro Alves | 1 | -6/+1 |
2021-02-03 | Factor out after-stop event handling code from stop_all_threads | Pedro Alves | 1 | -138/+152 |
2021-02-03 | Fix attaching in non-stop mode (PR gdb/27055) | Pedro Alves | 1 | -15/+5 |
2021-01-29 | [gdb/breakpoint] Fix stepping past non-stmt line-table entries | Tom de Vries | 1 | -8/+25 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-12 | gdb: fix indentation in infrun.c | Simon Marchi | 1 | -1/+1 |
2021-01-04 | gdb: introduce scoped debug prints | Simon Marchi | 1 | -0/+9 |
2021-01-04 | gdb: use infrun_debug_printf in print_target_wait_results | Simon Marchi | 1 | -25/+11 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | gdb: make debug_infrun a bool | Simon Marchi | 1 | -8/+7 |
2020-12-11 | Use thread_info_ref in stop_context | Tom Tromey | 1 | -15/+2 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -192/+143 |
2020-12-04 | gdb: move displaced stepping types to displaced-stepping.{h,c} | Simon Marchi | 1 | -22/+0 |
2020-12-04 | gdb: introduce status enum for displaced step prepare/finish | Simon Marchi | 1 | -30/+42 |
2020-12-04 | gdb: rename displaced_step_fixup to displaced_step_finish | Simon Marchi | 1 | -8/+8 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -6/+7 |
2020-12-04 | gdb: rename things related to step over chains | Simon Marchi | 1 | -13/+13 |
2020-12-04 | gdb: get rid of get_displaced_stepping_state | Simon Marchi | 1 | -30/+14 |
2020-12-04 | gdb: restore displaced step buffer bytes when another thread forks | Simon Marchi | 1 | -13/+15 |
2020-12-04 | gdb: clear inferior displaced stepping state and in-line step-over info on exec | Simon Marchi | 1 | -0/+16 |
2020-12-04 | gdb: add inferior_execd observable | Simon Marchi | 1 | -3/+1 |
2020-11-14 | Use "bool" in fetch_inferior_event | Tom Tromey | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -94/+94 |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 1 | -24/+2 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -49/+48 |
2020-10-30 | gdb/infrun: disable pagination in fetch_inferior_event | Tankut Baris Aktemur | 1 | -0/+6 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -33/+7 |
2020-10-29 | gdb: remove parameter of gdbarch_displaced_step_hw_singlestep | Simon Marchi | 1 | -5/+1 |
2020-10-25 | gdb: make jit.c use the inferior_created inferior parameter | Simon Marchi | 1 | -1/+1 |
2020-10-21 | gdb: fix two comments in infrun | Simon Marchi | 1 | -3/+2 |
2020-10-20 | gdb: change some int to bool in infrun.c | Simon Marchi | 1 | -70/+71 |
2020-10-20 | gdb: fix comment of get_displaced_stepping_state | Simon Marchi | 1 | -1/+1 |
2020-10-13 | gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642) | Simon Marchi | 1 | -0/+5 |
2020-10-02 | gdb: move debug_prefixed_vprintf here | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -1/+2 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Turn target_have_steppable_watchpoint into function | Tom Tromey | 1 | -3/+3 |
2020-09-28 | Turn target_can_lock_scheduler into a function | Tom Tromey | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -8/+8 |
2020-09-28 | Turn target_can_execute_reverse into function | Tom Tromey | 1 | -1/+1 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -2/+2 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+3 |
2020-09-16 | Match demangled name in "skip" | Tom Tromey | 1 | -5/+7 |
2020-09-12 | Fix GDB build in infrun.c when configured with unit tests disabledgdb-10-branchpoint | Joel Brobecker | 1 | -0/+3 |
2020-09-07 | gdb/infrun: use switch_to_target_no_thread to switch the target | Tankut Baris Aktemur | 1 | -7/+2 |