summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-16/+17
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-0/+4
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-3/+4
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-22/+31
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-4/+4
* gdb: some int to bool conversionAndrew Burgess2021-05-071-1/+1
* gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi2021-05-061-4/+7
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-3/+2
* gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur2021-04-221-37/+8
* gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur2021-04-221-4/+1
* gdb/infcmd: update the comment for 'attach_post_wait'Tankut Baris Aktemur2021-04-221-3/+3
* gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'Tankut Baris Aktemur2021-04-221-8/+4
* [gdb/breakpoints] Workaround missing line-table entryTom de Vries2021-04-061-0/+14
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-0/+16
* gdb: remove current_top_target functionSimon Marchi2021-03-241-7/+7
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-1/+1
* detach in all-stop with threads runningPedro Alves2021-02-031-0/+13
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-10/+10
* Remove the exec_bfd macroTom Tromey2020-10-291-1/+1
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb/infcmd: remove redundant clear_proceed_status callTankut Baris Aktemur2020-10-071-1/+0
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-4/+4
* Remove target_has_execution macroTom Tromey2020-09-281-4/+4
* Remove target_has_registers macroTom Tromey2020-09-281-3/+3
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-24/+5
* gdb: use make_unique_xstrdup in set_inferior_io_terminalSimon Marchi2020-06-251-1/+1
* gdb: make inferior::terminal a unique ptrSimon Marchi2020-06-251-4/+2
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-3/+3
* gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn2020-05-251-2/+3
* gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn2020-05-251-6/+3
* gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn2020-05-251-124/+0
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-11/+3
* Use common_val_print in infcmd.cTom Tromey2020-03-131-9/+3
* Pass thread_info pointer to various inferior control functionsSimon Marchi2020-03-061-18/+19
* Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves2020-01-291-0/+5
* Implement 'set/show exec-file-mismatch'.Philippe Waroquiers2020-01-251-0/+3
* Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2020-01-151-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-34/+78
* Some get_last_target_status tweaksPedro Alves2020-01-101-7/+2
* Delete unnecessary code from kill_commandPedro Alves2020-01-101-14/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Check all inline frames if they are marked for skipBernd Edlinger2019-12-161-2/+18