summaryrefslogtreecommitdiff
path: root/gdb/infrun.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove end_stepping_range observableSimon Marchi2023-04-241-4/+0
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-291-3/+0
* Improve "info program"Pedro Alves2023-02-271-0/+3
* Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves2023-02-271-0/+4
* gdb: int to bool conversion for normal_stopAndrew Burgess2023-01-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: improve infrun_debug_show_threads outputAndrew Burgess2022-10-101-0/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: add some additional thread status debug outputAndrew Burgess2022-05-031-0/+26
* gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi2022-04-041-2/+5
* gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi2022-03-311-4/+7
* Replace deprecated_target_wait_hook by observersPatrick Monnerat2022-03-141-3/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: pass more const target_waitstatus by referenceSimon Marchi2021-11-221-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-1/+1
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-121-1/+3
* gdb: add missing space in infrun_debug_printfSimon Marchi2021-05-081-1/+1
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-0/+98
* detach in all-stop with threads runningPedro Alves2021-02-031-0/+4
* gdb: introduce scoped debug printsSimon Marchi2021-01-041-0/+10
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make debug_infrun a boolSimon Marchi2020-12-111-1/+1
* gdb: factor out debug_prefixed_printf_condSimon Marchi2020-12-111-6/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-3/+0
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-78/+0
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-8/+9
* gdb: rename things related to step over chainsSimon Marchi2020-12-041-2/+2
* gdb: restore some checks of debug flagsAndrew Burgess2020-10-311-2/+12
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-311-20/+4
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-3/+15
* gdb: fix formatting of _debug_printf macrosSimon Marchi2020-09-251-4/+6
* gdb: add infrun_debug_printf macroSimon Marchi2020-08-241-0/+11
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* Pass thread_info pointer to various inferior control functionsSimon Marchi2020-03-061-1/+4
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+3
* gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clearSimon Marchi2020-02-141-2/+2
* Multi-target supportPedro Alves2020-01-101-5/+13
* Some get_last_target_status tweaksPedro Alves2020-01-101-0/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-5/+5
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Don't show "display"s twice in MITom Tromey2019-03-191-2/+3
* Place displaced step data directly in inferior structureSimon Marchi2019-01-021-0/+44
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Make infrun.c:resume function staticAndrew Burgess2018-08-091-4/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-0/+19
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-211-0/+5
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-5/+5