aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-10/+10
2020-10-29Remove the exec_bfd macroTom Tromey1-1/+1
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-07gdb/infcmd: remove redundant clear_proceed_status callTankut Baris Aktemur1-1/+0
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-4/+4
2020-09-28Remove target_has_execution macroTom Tromey1-4/+4
2020-09-28Remove target_has_registers macroTom Tromey1-3/+3
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-24/+5
2020-06-25gdb: use make_unique_xstrdup in set_inferior_io_terminalSimon Marchi1-1/+1
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi1-4/+2
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-3/+3
2020-05-25gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn1-2/+3
2020-05-25gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn1-6/+3
2020-05-25gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn1-124/+0
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-3/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-5/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-11/+3
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