Age | Commit message (Expand) | Author | Files | Lines |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -4/+4 |
2021-05-07 | gdb: some int to bool conversion | Andrew Burgess | 1 | -1/+1 |
2021-05-06 | gdb: make inferior::args a unique_xmalloc_ptr | Simon Marchi | 1 | -4/+7 |
2021-04-22 | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 1 | -3/+2 |
2021-04-22 | gdb/continuations: use lambdas instead of function pointers | Tankut Baris Aktemur | 1 | -37/+8 |
2021-04-22 | gdb/continuations: remove the 'err' from 'do_all_inferior_continuations' | Tankut Baris Aktemur | 1 | -4/+1 |
2021-04-22 | gdb/infcmd: update the comment for 'attach_post_wait' | Tankut Baris Aktemur | 1 | -3/+3 |
2021-04-22 | gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait' | Tankut Baris Aktemur | 1 | -8/+4 |
2021-04-06 | [gdb/breakpoints] Workaround missing line-table entry | Tom de Vries | 1 | -0/+14 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -0/+16 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -7/+7 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -1/+1 |
2021-02-03 | detach in all-stop with threads running | Pedro Alves | 1 | -0/+13 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -1/+1 |
2020-10-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-07 | gdb/infcmd: remove redundant clear_proceed_status call | Tankut Baris Aktemur | 1 | -1/+0 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -4/+4 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -4/+4 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -3/+3 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -1/+1 |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -24/+5 |
2020-06-25 | gdb: use make_unique_xstrdup in set_inferior_io_terminal | Simon Marchi | 1 | -1/+1 |
2020-06-25 | gdb: make inferior::terminal a unique ptr | Simon Marchi | 1 | -4/+2 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 1 | -3/+3 |
2020-05-25 | gdbsupport: Let construct_inferior_arguments take gdb::array_view param | Michael Weghorn | 1 | -2/+3 |
2020-05-25 | gdbsupport: Adapt construct_inferior_arguments | Michael Weghorn | 1 | -6/+3 |
2020-05-25 | gdb: Move construct_inferior_arguments to gdbsupport | Michael Weghorn | 1 | -124/+0 |
2020-05-15 | Ensure class_alias is only used for user-defined aliases. | Philippe Waroquiers | 1 | -3/+3 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -5/+5 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -11/+3 |
2020-03-13 | Use common_val_print in infcmd.c | Tom Tromey | 1 | -9/+3 |
2020-03-06 | Pass thread_info pointer to various inferior control functions | Simon Marchi | 1 | -18/+19 |
2020-01-29 | Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments | Pedro Alves | 1 | -0/+5 |
2020-01-25 | Implement 'set/show exec-file-mismatch'. | Philippe Waroquiers | 1 | -0/+3 |
2020-01-15 | Use get_thread_regcache instead of get_current_regcache in post_create_inferior | Simon Marchi | 1 | -1/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -34/+78 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -7/+2 |
2020-01-10 | Delete unnecessary code from kill_command | Pedro Alves | 1 | -14/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Check all inline frames if they are marked for skip | Bernd Edlinger | 1 | -2/+18 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-29 | Remove unused includes in infcmd.c and infrun.c | Simon Marchi | 1 | -6/+0 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 1 | -4/+0 |