aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi1-1/+11
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-6/+13
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-2/+12
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-5/+6
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
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