summaryrefslogtreecommitdiff
path: root/gdb/infrun.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Rewrite non-continuable watchpoints handlingPedro Alves2014-10-151-0/+4
* Refactor native follow-fork.Don Breazeal2014-09-301-2/+0
* Move ptid.h to common-defs.hGary Benson2014-08-071-1/+0
* Always pass signals to the right threadPedro Alves2014-07-251-1/+7
* PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves2014-05-291-0/+22
* Add new infrun.h header.Pedro Alves2014-05-221-0/+164