aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-25Fix typo in commentSimon Marchi1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-3/+0
2016-11-08Use ui_file_as_string throughout morePedro Alves1-7/+2
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil1-1/+1
2016-08-24Allow resetting an empty inferior-ttySimon Marchi1-7/+13
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves1-0/+7
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-38/+36
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves1-1/+1
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-8/+20
2016-06-01infcmd, btrace: fix crash in 'finish' for tailcall-only framesMarkus Metzger1-5/+25
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
2016-04-12Use target_terminal_ours_for_output in infcmd.cPedro Alves1-2/+2
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves1-1/+5
2016-03-17PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves1-6/+1
2016-02-12btrace, frame: fix crash in get_frame_typeMarkus Metzger1-5/+10
2016-02-12frame: add skip_tailcall_framesMarkus Metzger1-2/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-8/+8
2016-01-13Centralize thread ID printingPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30attach + target always in non-stop mode: stop all threadsPedro Alves1-1/+24
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-20/+57
2015-09-30infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner1-1/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+4
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-13/+6
2015-09-09Convert the until/advance commands to thread_fsm mechanismPedro Alves1-20/+72
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-209/+330
2015-09-09Merge async and sync code paths some morePedro Alves1-96/+47
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+5
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-1/+1
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-2/+2
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil1-0/+2
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil1-3/+7
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-05-13Remove stop_registersJan Kratochvil1-2/+2
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-11/+37
2015-05-08Remove unused declaration of print_return_value.Jan Kratochvil1-3/+0
2015-04-17Introduce exec_file_locate_attachGary Benson1-23/+2
2015-04-11Remove --xdbJan Kratochvil1-55/+0
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-15/+20
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-7/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+5
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-26Fix print of value type in a corner case of finishAntoine Tremblay1-1/+7
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard1-1/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-18Refactor gdbarch method print_float_infoYao Qi1-23/+21