aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-04gdb: resume ongoing step after handling fork or vforkSimon Marchi1-4/+19
2022-04-04gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent...Simon Marchi1-8/+127
2022-04-04gdb/infrun: add logging statement to do_target_resumeSimon Marchi1-0/+4
2022-04-04gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi1-8/+31
2022-04-04gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi1-5/+9
2022-03-31Remove dbx modeTom Tromey1-23/+19
2022-03-31gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi1-5/+5
2022-03-29Unify gdb printf functionsTom Tromey1-73/+73
2022-03-29Unify gdb puts functionsTom Tromey1-3/+3
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-5/+5
2022-03-21Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)Pedro Alves1-12/+12
2022-03-18Fix crash with stepi, no debug info, and "set debug infrun 1"Pedro Alves1-1/+2
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat1-12/+3
2022-03-07Remove unnecessary inferior lookup in infrun:handle_onePedro Alves1-2/+1
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-02-24Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async."John Baldwin1-1/+1
2022-02-22do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async.John Baldwin1-1/+1