summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi2019-04-091-1/+4
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* C++-ify struct thread_fsmTom Tromey2019-02-071-170/+76
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-231-10/+2
* Fix crash in "finish"Tom Tromey2019-01-061-2/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-49/+20
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-14/+5
* 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