summaryrefslogtreecommitdiff
path: root/gdb/infrun.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force to insert software single step breakpointYao Qi2016-04-251-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-0/+6
* Fix execution_direction's typePedro Alves2015-10-131-4/+2
* Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves2015-09-141-1/+10
* Convert infcalls to thread_fsm mechanismPedro Alves2015-09-091-0/+4
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-1/+13
* Merge async and sync code paths some morePedro Alves2015-09-091-0/+4
* remote non-stop: Process initially stopped threads before other commandsPedro Alves2015-08-201-0/+5
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-0/+3
* Embed the pending step-over chain in thread_info objectsPedro Alves2015-08-071-0/+4
* Remove stop_registersJan Kratochvil2015-05-131-7/+0
* Shuffle user_visible_resume_ptidPedro Alves2015-03-241-1/+7