summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.users/palves/per-inf-thread-listPedro Alves2018-10-011-49/+20
* Make the "info proc" documentation more consistent.John Baldwin2018-09-181-6/+6
* Add a new 'info proc files' subcommand of 'info proc'.John Baldwin2018-09-181-0/+12
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* [gdb/breakpoints] Fix sigsegv in info prog at exec catchpointTom de Vries2018-07-261-1/+1
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_matchTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-5/+5
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-7/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-19/+22
* [gdb/cli] Honour 'print pretty' when printing result of finish commandTom de Vries2018-06-141-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-9/+9
* Update help text for "jump" commandTom Tromey2018-05-241-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-18/+18
* Fix new inferior events outputPedro Alves2018-04-251-2/+5
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-0/+8
* Replace finish_thread_state_cleanup with a RAII classPedro Alves2018-04-101-8/+5
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* No longer create readonly regcacheYao Qi2018-02-211-3/+3
* Move some declarations to source.hTom Tromey2018-02-141-0/+1
* Align natural-format register values to the same columnRuslan Kabatsayev2018-02-051-10/+30
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-1/+1
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne2017-12-271-2/+6
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Constify add_setshow_*Tom Tromey2017-11-071-3/+3
* Constify add_infoTom Tromey2017-11-071-13/+7
* Constify add_comTom Tromey2017-11-071-40/+22
* Make strip_bg_char return a unique_xmalloc_ptrTom Tromey2017-11-071-59/+25
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-6/+4
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-041-4/+4
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+77
* Constify some commands in infcmd.cTom Tromey2017-09-271-26/+17
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+5
* Add a 'starti' command.John Baldwin2017-09-191-22/+65
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-12/+7
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-10/+6
* Rename some command functionsSimon Marchi2017-08-221-13/+13
* Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior2017-08-151-1/+1
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-16/+12
* PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior2017-06-141-4/+7
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-1/+2
* Add alias command to cmd_list_elementYao Qi2017-05-171-1/+4
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-21/+10