Age | Commit message (Expand) | Author | Files | Lines |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -11/+40 |
2020-03-06 | Pass thread_info pointer to various inferior control functions | Simon Marchi | 1 | -4/+8 |
2020-03-02 | Small clean up of use_displaced_stepping | Simon Marchi | 1 | -13/+42 |
2020-03-02 | gdb/remote: Restore support for 'S' stop reply packet | Andrew Burgess | 1 | -2/+6 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -5/+3 |
2020-02-14 | gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear | Simon Marchi | 1 | -27/+25 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -12/+12 |
2020-01-29 | Recognize more program breakpoint patterns | Luis Machado | 1 | -2/+2 |
2020-01-24 | Fix re-runs of a second inferior (PR gdb/25410) | Pedro Alves | 1 | -12/+4 |
2020-01-21 | gdb: fix indentation in infrun.c | Simon Marchi | 1 | -37/+37 |
2020-01-14 | Fix/Update misc comments | Luis Machado | 1 | -5/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Require always-non-stop for multi-target resumptions | Pedro Alves | 1 | -0/+58 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -145/+452 |
2020-01-10 | Use all_non_exited_inferiors in infrun.c | Pedro Alves | 1 | -4/+1 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -15/+13 |
2020-01-10 | switch inferior/thread before calling target methods | Pedro Alves | 1 | -2/+14 |
2020-01-10 | Preserve selected thread in all-stop w/ background execution | Pedro Alves | 1 | -8/+23 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Check all inline frames if they are marked for skip | Bernd Edlinger | 1 | -3/+51 |
2019-12-02 | Remove stale FIXME comment | Luis Machado | 1 | -1/+0 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Remove unused includes in infcmd.c and infrun.c | Simon Marchi | 1 | -6/+0 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -3/+3 |
2019-10-01 | Use new %p format suffixes in gdb | Pedro Alves | 1 | -12/+7 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -18/+16 |
2019-07-27 | Fix stepping bug associated with non-contiguous blocks | Kevin Buettner | 1 | -10/+27 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-05-22 | Constify target_ops::follow_exec | Tom Tromey | 1 | -1/+1 |
2019-04-18 | [gdb] Handle vfork in thread with follow-fork-mode child | Tom de Vries | 1 | -17/+14 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -7/+7 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -21/+14 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-04-01 | Fix internal error and improve 'set debug infrun 1'/target wait kind trace | Philippe Waroquiers | 1 | -62/+16 |
2019-03-28 | Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.exp | Philippe Waroquiers | 1 | -0/+4 |
2019-03-20 | Merge handle_inferior_event and handle_inferior_event_1 | Tom Tromey | 1 | -17/+6 |
2019-03-19 | Don't show "display"s twice in MI | Tom Tromey | 1 | -2/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -60/+63 |
2019-03-07 | Fix normal_stop latent bug | Pedro Alves | 1 | -1/+2 |
2019-03-06 | Change displaced_step_clear_cleanup to a forward_scope_exit | Tom Tromey | 1 | -19/+11 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -6/+1 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -12/+8 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -27/+15 |
2019-01-23 | Update an obsolete cleanup comment | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Remove remaining cleanup from fetch_inferior_event | Tom Tromey | 1 | -100/+102 |
2019-01-23 | Remove cleanup from stop_all_threads | Tom Tromey | 1 | -12/+1 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -3/+3 |