aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love1-0/+24
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-4/+4
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-02-27Remove infrun_thread_thread_exit observerPedro Alves1-9/+0
2023-02-27all-stop "follow-fork parent" and selecting another threadPedro Alves1-9/+79
2023-02-27Make follow_fork not rely on get_last_target_statusPedro Alves1-30/+37
2023-02-27Improve "info program"Pedro Alves1-2/+11
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves1-15/+28
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-3/+1
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves1-0/+9
2023-02-15Don't throw quit while handling inferior eventsPedro Alves1-0/+45
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-1/+1
2023-02-13Turn some value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn allocate_computed_value into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_offset into methodTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-4/+4
2023-02-03gdb: remove copy_inferior_target_desc_infoSimon Marchi1-2/+2
2023-01-18Revert "X86: reverse-finish fix"Carl Love1-17/+23
2023-01-18Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love1-14/+2
2023-01-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love1-2/+14
2023-01-17X86: reverse-finish fixCarl Love1-23/+17
2023-01-13gdb/infrun: add debug print in print_signal_received_reasonAndrew Burgess1-0/+2
2023-01-13gdb: int to bool conversion for normal_stopAndrew Burgess1-5/+5
2023-01-06gdb/mi: add no-history stop reasonBruno Larsen1-1/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28Remove reset_ecs and execution_control_state::resetTom Tromey1-79/+44
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-9/+9
2022-11-17Use boolean literals for pagination_enabledTom Tromey1-1/+1
2022-11-17Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love1-81/+81
2022-11-09Fix stepping in rtld without debug symbolLancelot SIX1-3/+4
2022-10-28Convert compunit_language to a methodTom Tromey1-2/+2
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi1-3/+3
2022-10-21gdb/reverse: Fix stepping over recursive functionsBruno Larsen1-1/+1
2022-10-19Allow debugging of runtime loader / dynamic linkerKevin Buettner1-1/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-11/+6
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-16/+16
2022-10-10Remove frame_id_eqTom Tromey1-24/+22
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-7/+7
2022-07-28Change address_space to use new and deleteTom Tromey1-3/+3
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-07-20Don't stop all threads prematurely after first step of "step N"Pedro Alves1-5/+14
2022-07-18Remove ui_register_input_event_handlerTom Tromey1-1/+1
2022-05-03gdb: add some additional thread status debug outputAndrew Burgess1-0/+3
2022-04-29gdb/infrun: make fetch_inferior_event restore thread if exited or signalledSimon Marchi1-3/+7
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-25gdb/infrun: assert !step_over_info_valid_p in restart_threadsLancelot SIX1-1/+7
2022-04-22gdb: handle_no_resumed: only update thread list of event targetSimon Marchi1-6/+1
2022-04-22gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure...Simon Marchi1-5/+12
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1