summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves2016-07-011-0/+7
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-38/+36
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-211-1/+1
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-8/+20
* infcmd, btrace: fix crash in 'finish' for tailcall-only framesMarkus Metzger2016-06-011-5/+25
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* Use target_terminal_ours_for_output in infcmd.cPedro Alves2016-04-121-2/+2
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-04-121-1/+5
* PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves2016-03-171-6/+1
* btrace, frame: fix crash in get_frame_typeMarkus Metzger2016-02-121-5/+10
* frame: add skip_tailcall_framesMarkus Metzger2016-02-121-2/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-8/+8
* Centralize thread ID printingPedro Alves2016-01-131-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* attach + target always in non-stop mode: stop all threadsPedro Alves2015-11-301-1/+24
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-20/+57
* infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner2015-09-301-1/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+4
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-13/+6
* Convert the until/advance commands to thread_fsm mechanismPedro Alves2015-09-091-20/+72
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-209/+330
* Merge async and sync code paths some morePedro Alves2015-09-091-96/+47
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+5
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-1/+1
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-2/+2
* signal_command: Leftover cleanup chain regressionJan Kratochvil2015-08-041-0/+2
* ASAN attach crash - 7.9 regressionJan Kratochvil2015-08-041-3/+7
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Remove stop_registersJan Kratochvil2015-05-131-2/+2
* infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil2015-05-131-11/+37
* Remove unused declaration of print_return_value.Jan Kratochvil2015-05-081-3/+0
* Introduce exec_file_locate_attachGary Benson2015-04-171-23/+2
* Remove --xdbJan Kratochvil2015-04-111-55/+0
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-15/+20
* Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2015-03-241-1/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-7/+9
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+5
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Fix print of value type in a corner case of finishAntoine Tremblay2015-02-261-1/+7
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-1/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Refactor gdbarch method print_float_infoYao Qi2014-12-181-23/+21
* infcmd.c (jump_command): Minor simplification.Doug Evans2014-12-181-2/+5
* Provide completer for "info registers"Andreas Arnez2014-12-121-3/+9
* PR gdb/17471: Repeating a background command makes it foregroundPedro Alves2014-10-171-53/+89
* PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves2014-10-171-0/+18
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0