summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Make strip_bg_char return a unique_xmalloc_ptrTom Tromey
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior
2017-09-27Constify some commands in infcmd.cTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-19Add a 'starti' command.John Baldwin
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-14PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior
2017-06-12Don't always zero pad in print_*_charsTom Tromey
2017-05-17Add alias command to cmd_list_elementYao Qi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-28Remove cleanup in get_return_valueYao Qi
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-25Fix typo in commentSimon Marchi
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil
2016-08-24Allow resetting an empty inferior-ttySimon Marchi
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-01infcmd, btrace: fix crash in 'finish' for tailcall-only framesMarkus Metzger
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-12Use target_terminal_ours_for_output in infcmd.cPedro Alves
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves
2016-03-17PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves
2016-02-12btrace, frame: fix crash in get_frame_typeMarkus Metzger
2016-02-12frame: add skip_tailcall_framesMarkus Metzger
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-13Centralize thread ID printingPedro Alves