Age | Commit message (Expand) | Author | Files | Lines |
2020-07-21 | Retire the now-unused gdbarch handle_segmentation_fault hook. | John Baldwin | 1 | -17/+0 |
2020-07-21 | Add a new gdbarch hook to report additional signal information. | John Baldwin | 1 | -0/+5 |
2020-07-10 | Fix GDB busy loop when interrupting non-stop program (PR 26199) | Simon Marchi | 1 | -27/+11 |
2020-07-10 | Make handle_no_resumed transfer terminal | Pedro Alves | 1 | -12/+54 |
2020-07-10 | Fix handle_no_resumed w/ multiple targets | Pedro Alves | 1 | -5/+17 |
2020-07-10 | Avoid constant stream of TARGET_WAITKIND_NO_RESUMED | Pedro Alves | 1 | -1/+5 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -4/+4 |
2020-06-18 | Don't write to inferior_ptid in infrun.c | Pedro Alves | 1 | -61/+40 |
2020-05-16 | Remove ALL_UIS | Tom Tromey | 1 | -2/+1 |
2020-05-14 | gdb: infrun: consume multiple events at each pass in stop_all_threads | Laurent Morichetti | 1 | -132/+136 |
2020-05-14 | gdb/infrun: handle already-exited threads when attempting to stop | Tankut Baris Aktemur | 1 | -25/+61 |
2020-05-14 | gdb/infrun: enable/disable thread events of all targets in stop_all_threads | Tankut Baris Aktemur | 1 | -5/+19 |
2020-05-14 | gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function | Tankut Baris Aktemur | 1 | -35/+42 |
2020-05-14 | gdb/infrun: move a 'regcache_read_pc' call down to first use | Tankut Baris Aktemur | 1 | -1/+2 |
2020-05-14 | gdb: protect some 'regcache_read_pc' calls | Tankut Baris Aktemur | 1 | -3/+4 |
2020-05-08 | [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8 | Tom de Vries | 1 | -0/+6 |
2020-04-21 | gdb/infrun: switch the context before 'displaced_step_restore' | Tankut Baris Aktemur | 1 | -5/+6 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+1 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-01 | gdb/infrun: stop all threads if there exists a non-stop target | Tankut Baris Aktemur | 1 | -4/+14 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -14/+9 |
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 |