Age | Commit message (Expand) | Author | Files | Lines |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -4/+4 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-02-27 | Remove infrun_thread_thread_exit observer | Pedro Alves | 1 | -9/+0 |
2023-02-27 | all-stop "follow-fork parent" and selecting another thread | Pedro Alves | 1 | -9/+79 |
2023-02-27 | Make follow_fork not rely on get_last_target_status | Pedro Alves | 1 | -30/+37 |
2023-02-27 | Improve "info program" | Pedro Alves | 1 | -2/+11 |
2023-02-27 | Convert previous_inferior_ptid to strong reference to thread_info | Pedro Alves | 1 | -15/+28 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -3/+1 |
2023-02-15 | Don't throw quit while handling inferior events, part II | Pedro Alves | 1 | -0/+9 |
2023-02-15 | Don't throw quit while handling inferior events | Pedro Alves | 1 | -0/+45 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_computed_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_offset into method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -4/+4 |
2023-02-03 | gdb: remove copy_inferior_target_desc_info | Simon Marchi | 1 | -2/+2 |
2023-01-18 | Revert "X86: reverse-finish fix" | Carl Love | 1 | -17/+23 |
2023-01-18 | Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini... | Carl Love | 1 | -14/+2 |
2023-01-17 | PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever... | Carl Love | 1 | -2/+14 |
2023-01-17 | X86: reverse-finish fix | Carl Love | 1 | -23/+17 |
2023-01-13 | gdb/infrun: add debug print in print_signal_received_reason | Andrew Burgess | 1 | -0/+2 |
2023-01-13 | gdb: int to bool conversion for normal_stop | Andrew Burgess | 1 | -5/+5 |
2023-01-06 | gdb/mi: add no-history stop reason | Bruno Larsen | 1 | -1/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
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 |