aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Check all inline frames if they are marked for skipBernd Edlinger1-2/+18
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-10-29Remove unused includes in infcmd.c and infrun.cSimon Marchi1-6/+0
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey1-4/+0
2019-10-01Introduce metadata styleTom Tromey1-1/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+3
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-2/+2
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-29Add "set print finish"Tom Tromey1-4/+29
2019-04-09Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi1-1/+4
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-02-07C++-ify struct thread_fsmTom Tromey1-170/+76
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey1-10/+2
2019-01-06Fix crash in "finish"Tom Tromey1-2/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-49/+20
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-14/+5
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