summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Fix type of startup_with_shell in gdbserverTom Tromey2019-10-021-4/+0
* Introduce metadata styleTom Tromey2019-10-011-1/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+3
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+2
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Add "set print finish"Tom Tromey2019-05-291-4/+29
* 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