aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Use common_val_print in infcmd.cTom Tromey1-9/+3
2020-03-06Pass thread_info pointer to various inferior control functionsSimon Marchi1-18/+19
2020-01-29Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves1-0/+5
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-0/+3
2020-01-15Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi1-1/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-34/+78
2020-01-10Some get_last_target_status tweaksPedro Alves1-7/+2
2020-01-10Delete unnecessary code from kill_commandPedro Alves1-14/+0
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