aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07gdb: some int to bool conversionAndrew Burgess1-1/+1
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi1-4/+7
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur1-3/+2
2021-04-22gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur1-37/+8
2021-04-22gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur1-4/+1
2021-04-22gdb/infcmd: update the comment for 'attach_post_wait'Tankut Baris Aktemur1-3/+3
2021-04-22gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'Tankut Baris Aktemur1-8/+4
2021-04-06[gdb/breakpoints] Workaround missing line-table entryTom de Vries1-0/+14
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+16
2021-03-24gdb: remove current_top_target functionSimon Marchi1-7/+7
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-1/+1
2021-02-03detach in all-stop with threads runningPedro Alves1-0/+13
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