summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* gdb: remove end_stepping_range observableSimon Marchi2023-04-241-12/+0
* gdb: switch to right inferior in fetch_inferior_eventSimon Marchi2023-04-171-3/+7
* gdb: make regcache::raw_update switch to right inferiorSimon Marchi2023-04-171-1/+1
* gdb: add inferior_forked observableSimon Marchi2023-04-171-0/+2
* gdb: pass execing and following inferior to inferior_execd observersSimon Marchi2023-04-171-18/+21
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-6/+6
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-2/+2
* gdb: cleanup around some set_momentary_breakpoint_at_pc callsAndrew Burgess2023-04-031-4/+8
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-291-22/+2
* gdb: more debug output for displaced steppingAndrew Burgess2023-03-291-17/+68
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-10/+7
* PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love2023-03-171-0/+24
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-4/+4
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Remove infrun_thread_thread_exit observerPedro Alves2023-02-271-9/+0
* all-stop "follow-fork parent" and selecting another threadPedro Alves2023-02-271-9/+79
* Make follow_fork not rely on get_last_target_statusPedro Alves2023-02-271-30/+37
* Improve "info program"Pedro Alves2023-02-271-2/+11
* Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves2023-02-271-15/+28
* Remove ALL_BLOCK_SYMBOLSTom Tromey2023-02-191-3/+1
* Don't throw quit while handling inferior events, part IIPedro Alves2023-02-151-0/+9
* Don't throw quit while handling inferior eventsPedro Alves2023-02-151-0/+45
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn allocate_computed_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_offset into methodTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* gdb: remove copy_inferior_target_desc_infoSimon Marchi2023-02-031-2/+2
* Revert "X86: reverse-finish fix"Carl Love2023-01-181-17/+23
* Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love2023-01-181-14/+2
* PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love2023-01-171-2/+14
* X86: reverse-finish fixCarl Love2023-01-171-23/+17
* gdb/infrun: add debug print in print_signal_received_reasonAndrew Burgess2023-01-131-0/+2
* gdb: int to bool conversion for normal_stopAndrew Burgess2023-01-131-5/+5
* gdb/mi: add no-history stop reasonBruno Larsen2023-01-061-1/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Remove reset_ecs and execution_control_state::resetTom Tromey2022-11-281-79/+44
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-9/+9
* Use boolean literals for pagination_enabledTom Tromey2022-11-171-1/+1
* Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love2022-11-171-81/+81
* Fix stepping in rtld without debug symbolLancelot SIX2022-11-091-3/+4
* Convert compunit_language to a methodTom Tromey2022-10-281-2/+2
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-3/+3
* gdb/reverse: Fix stepping over recursive functionsBruno Larsen2022-10-211-1/+1
* Allow debugging of runtime loader / dynamic linkerKevin Buettner2022-10-191-1/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-11/+6
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-16/+16
* Remove frame_id_eqTom Tromey2022-10-101-24/+22