summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Cancel execution command on thread exit, when stepping, nexting, etc.users/palves/step-over-thread-exit-v3.1Pedro Alves2023-03-101-10/+63
* Ignore failure to read PC when resumingPedro Alves2023-03-101-1/+22
* Don't resume new threads if scheduler-locking is in effectPedro Alves2023-03-101-8/+33
* stop_all_threads: (re-)enable async before waiting for stopsPedro Alves2023-03-101-0/+81
* gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves2023-03-101-16/+155
* Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves2023-03-101-5/+10
* Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to corePedro Alves2023-03-101-5/+26
* Thread options & clone events (core + remote)Pedro Alves2023-03-101-1/+62
* Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves2023-03-101-70/+88
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-091-10/+7
* 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
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-7/+7
* Change address_space to use new and deleteTom Tromey2022-07-281-3/+3
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* Don't stop all threads prematurely after first step of "step N"Pedro Alves2022-07-201-5/+14