summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Require always-non-stop for multi-target resumptionsPedro Alves2020-01-101-0/+58
* Multi-target supportPedro Alves2020-01-101-145/+452
* Use all_non_exited_inferiors in infrun.cPedro Alves2020-01-101-4/+1
* Some get_last_target_status tweaksPedro Alves2020-01-101-15/+13
* switch inferior/thread before calling target methodsPedro Alves2020-01-101-2/+14
* Preserve selected thread in all-stop w/ background executionPedro Alves2020-01-101-8/+23
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Check all inline frames if they are marked for skipBernd Edlinger2019-12-161-3/+51
* Remove stale FIXME commentLuis Machado2019-12-021-1/+0
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Remove unused includes in infcmd.c and infrun.cSimon Marchi2019-10-291-6/+0
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Use new %p format suffixes in gdbPedro Alves2019-10-011-12/+7
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-18/+16
* Fix stepping bug associated with non-contiguous blocksKevin Buettner2019-07-271-10/+27
* Use field_string in more placesTom Tromey2019-07-151-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-5/+5
* Constify target_ops::follow_execTom Tromey2019-05-221-1/+1
* [gdb] Handle vfork in thread with follow-fork-mode childTom de Vries2019-04-181-17/+14
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-081-21/+14
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers2019-04-011-62/+16
* Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.expPhilippe Waroquiers2019-03-281-0/+4
* Merge handle_inferior_event and handle_inferior_event_1Tom Tromey2019-03-201-17/+6
* Don't show "display"s twice in MITom Tromey2019-03-191-2/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-60/+63
* Fix normal_stop latent bugPedro Alves2019-03-071-1/+2
* Change displaced_step_clear_cleanup to a forward_scope_exitTom Tromey2019-03-061-19/+11
* Remove excess calls to gdb_flushTom Tromey2019-03-051-6/+1
* C++-ify struct thread_fsmTom Tromey2019-02-071-12/+8
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-27/+15
* Update an obsolete cleanup commentTom Tromey2019-01-231-1/+1
* Remove remaining cleanup from fetch_inferior_eventTom Tromey2019-01-231-100/+102
* Remove cleanup from stop_all_threadsTom Tromey2019-01-231-12/+1
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-231-3/+3
* Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey2019-01-231-16/+5
* Place displaced step data directly in inferior structureSimon Marchi2019-01-021-122/+20
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/infcall: Make infcall_suspend_state into a classAndrew Burgess2018-12-121-53/+81
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-131/+91
* Fix follow_exec latent problemPedro Alves2018-11-221-5/+1
* Remove displaced_step_inferior_state::nextSimon Marchi2018-11-191-3/+0
* Use std::forward_list for displaced_step_inferior_statesSimon Marchi2018-11-191-45/+35
* Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi2018-10-231-4/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-10/+8
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-171-7/+6