aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne1-2/+6
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-07Constify add_setshow_*Tom Tromey1-3/+3
2017-11-07Constify add_infoTom Tromey1-13/+7
2017-11-07Constify add_comTom Tromey1-40/+22
2017-11-07Make strip_bg_char return a unique_xmalloc_ptrTom Tromey1-59/+25
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-6/+4
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-4/+4
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+77
2017-09-27Constify some commands in infcmd.cTom Tromey1-26/+17
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-19Add a 'starti' command.John Baldwin1-22/+65
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-12/+7
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-10/+6
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