aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24gdb: remove end_stepping_range observableSimon Marchi1-12/+0
2023-04-17gdb: switch to right inferior in fetch_inferior_eventSimon Marchi1-3/+7
2023-04-17gdb: make regcache::raw_update switch to right inferiorSimon Marchi1-1/+1
2023-04-17gdb: add inferior_forked observableSimon Marchi1-0/+2
2023-04-17gdb: pass execing and following inferior to inferior_execd observersSimon Marchi1-18/+21
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-6/+6
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-2/+2
2023-04-03gdb: cleanup around some set_momentary_breakpoint_at_pc callsAndrew Burgess1-4/+8
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess1-22/+2
2023-03-29gdb: more debug output for displaced steppingAndrew Burgess1-17/+68
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-10/+7
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