summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_UISTom Tromey2020-05-161-2/+1
* gdb: infrun: consume multiple events at each pass in stop_all_threadsLaurent Morichetti2020-05-141-132/+136
* gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur2020-05-141-25/+61
* gdb/infrun: enable/disable thread events of all targets in stop_all_threadsTankut Baris Aktemur2020-05-141-5/+19
* gdb/infrun: extract out a code piece into 'mark_non_executing_threads' functionTankut Baris Aktemur2020-05-141-35/+42
* gdb/infrun: move a 'regcache_read_pc' call down to first useTankut Baris Aktemur2020-05-141-1/+2
* gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur2020-05-141-3/+4
* [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8Tom de Vries2020-05-081-0/+6
* gdb/infrun: switch the context before 'displaced_step_restore'Tankut Baris Aktemur2020-04-211-5/+6
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb/infrun: stop all threads if there exists a non-stop targetTankut Baris Aktemur2020-04-011-4/+14
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-14/+9
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-11/+40
* Pass thread_info pointer to various inferior control functionsSimon Marchi2020-03-061-4/+8
* Small clean up of use_displaced_steppingSimon Marchi2020-03-021-13/+42
* gdb/remote: Restore support for 'S' stop reply packetAndrew Burgess2020-03-021-2/+6
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-5/+3
* gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clearSimon Marchi2020-02-141-27/+25
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-12/+12
* Recognize more program breakpoint patternsLuis Machado2020-01-291-2/+2
* Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves2020-01-241-12/+4
* gdb: fix indentation in infrun.cSimon Marchi2020-01-211-37/+37
* Fix/Update misc commentsLuis Machado2020-01-141-5/+3
* 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