aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Make the "info proc" documentation more consistent.John Baldwin1-6/+6
2018-09-18Add a new 'info proc files' subcommand of 'info proc'.John Baldwin1-0/+12
2018-09-15Change get_inferior_args to return const char *Tom Tromey1-1/+1
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-07-26[gdb/breakpoints] Fix sigsegv in info prog at exec catchpointTom de Vries1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_matchTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-5/+5
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-7/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-19/+22
2018-06-14[gdb/cli] Honour 'print pretty' when printing result of finish commandTom de Vries1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-9/+9
2018-05-24Update help text for "jump" commandTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-18/+18
2018-04-25Fix new inferior events outputPedro Alves1-2/+5
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior1-0/+8
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves1-8/+5
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-21No longer create readonly regcacheYao Qi1-3/+3
2018-02-14Move some declarations to source.hTom Tromey1-0/+1
2018-02-05Align natural-format register values to the same columnRuslan Kabatsayev1-10/+30
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-1/+1
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
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