aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi1-4/+2
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-8/+6
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-2/+2
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi1-20/+4
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-27/+7
2021-07-23gdb: remove inferior::{argc,argv}Simon Marchi1-19/+5
2021-07-23gdb: un-share set_inferior_cwd declarationSimon Marchi1-2/+3
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-16/+17
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-0/+4
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-3/+4
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-22/+31
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-4/+4
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