Age | Commit message (Expand) | Author | Files | Lines |
2022-11-28 | Remove reset_ecs and execution_control_state::reset | Tom Tromey | 1 | -79/+44 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -9/+9 |
2022-11-17 | Use boolean literals for pagination_enabled | Tom Tromey | 1 | -1/+1 |
2022-11-17 | Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.c | Carl Love | 1 | -81/+81 |
2022-11-09 | Fix stepping in rtld without debug symbol | Lancelot SIX | 1 | -3/+4 |
2022-10-28 | Convert compunit_language to a method | Tom Tromey | 1 | -2/+2 |
2022-10-25 | gdb: remove spurious spaces after frame_info_ptr | Simon Marchi | 1 | -3/+3 |
2022-10-21 | gdb/reverse: Fix stepping over recursive functions | Bruno Larsen | 1 | -1/+1 |
2022-10-19 | Allow debugging of runtime loader / dynamic linker | Kevin Buettner | 1 | -1/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -11/+6 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -16/+16 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -24/+22 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -7/+7 |
2022-07-28 | Change address_space to use new and delete | Tom Tromey | 1 | -3/+3 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-07-20 | Don't stop all threads prematurely after first step of "step N" | Pedro Alves | 1 | -5/+14 |
2022-07-18 | Remove ui_register_input_event_handler | Tom Tromey | 1 | -1/+1 |
2022-05-03 | gdb: add some additional thread status debug output | Andrew Burgess | 1 | -0/+3 |
2022-04-29 | gdb/infrun: make fetch_inferior_event restore thread if exited or signalled | Simon Marchi | 1 | -3/+7 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
2022-04-25 | gdb/infrun: assert !step_over_info_valid_p in restart_threads | Lancelot SIX | 1 | -1/+7 |
2022-04-22 | gdb: handle_no_resumed: only update thread list of event target | Simon Marchi | 1 | -6/+1 |
2022-04-22 | gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure... | Simon Marchi | 1 | -5/+12 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-04 | gdb: resume ongoing step after handling fork or vfork | Simon Marchi | 1 | -4/+19 |
2022-04-04 | gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent... | Simon Marchi | 1 | -8/+127 |
2022-04-04 | gdb/infrun: add logging statement to do_target_resume | Simon Marchi | 1 | -0/+4 |
2022-04-04 | gdb/infrun: add inferior parameters to stop_all_threads and restart_threads | Simon Marchi | 1 | -8/+31 |
2022-04-04 | gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f... | Simon Marchi | 1 | -5/+9 |
2022-03-31 | Remove dbx mode | Tom Tromey | 1 | -23/+19 |
2022-03-31 | gdb/infrun: add reason parameter to stop_all_threads | Simon Marchi | 1 | -5/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -73/+73 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -5/+5 |
2022-03-21 | Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621) | Pedro Alves | 1 | -12/+12 |
2022-03-18 | Fix crash with stepi, no debug info, and "set debug infrun 1" | Pedro Alves | 1 | -1/+2 |
2022-03-14 | Replace deprecated_target_wait_hook by observers | Patrick Monnerat | 1 | -12/+3 |
2022-03-07 | Remove unnecessary inferior lookup in infrun:handle_one | Pedro Alves | 1 | -2/+1 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-02-24 | Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async." | John Baldwin | 1 | -1/+1 |
2022-02-22 | do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async. | John Baldwin | 1 | -1/+1 |
2022-02-22 | Enable async mode on supported targets in target_resume. | John Baldwin | 1 | -3/+0 |
2022-02-10 | gdb/infrun: some extra infrun debug print statements | Andrew Burgess | 1 | -0/+11 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -25/+19 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-17 | gdb/infrun: rename variable and move to more specific scope | Simon Marchi | 1 | -4/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | gdb: move clearing of tp->pending_follow to follow_fork_inferior | Simon Marchi | 1 | -10/+18 |
2021-11-22 | gdb: pass more const target_waitstatus by reference | Simon Marchi | 1 | -31/+31 |