aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Rename some command functionsSimon Marchi1-13/+13
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior1-1/+1
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-16/+12
2017-06-14PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior1-4/+7
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-1/+2
2017-05-17Add alias command to cmd_list_elementYao Qi1-1/+4
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-21/+10
2017-04-28Remove cleanup in get_return_valueYao Qi1-11/+3
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-3/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-6/+6
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-7/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-16/+16
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