Age | Commit message (Expand) | Author | Files | Lines |
2023-10-16 | gdb: replace architecture_changed with new_architecture observer | Andrew Burgess | 1 | -1/+0 |
2023-10-10 | gdb: scope down registers_changed call in inferior::set_arch | Simon Marchi | 1 | -1/+4 |
2023-10-10 | gdb: move set_target_gdbarch to inferior::set_arch | Simon Marchi | 1 | -0/+10 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -3/+3 |
2023-09-15 | gdb: add inferior_cloned observable | Simon Marchi | 1 | -0/+2 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -1/+1 |
2023-08-23 | gdb: remove the silent parameter from exit_inferior_1 and cleanup | Andrew Burgess | 1 | -18/+5 |
2023-08-23 | gdb: make inferior::clear_thread_list always silent | Pedro Alves | 1 | -6/+6 |
2023-05-30 | gdb: add interp::on_inferior_removed method | Simon Marchi | 1 | -1/+10 |
2023-05-30 | gdb: add interp::on_inferior_disappeared method | Simon Marchi | 1 | -1/+10 |
2023-05-30 | gdb: add interp::on_inferior_appeared method | Simon Marchi | 1 | -1/+10 |
2023-05-30 | gdb: add interp::on_inferior_added method | Simon Marchi | 1 | -1/+11 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -2/+2 |
2023-05-01 | Turn set_inferior_args_vector into method of inferior | Tom Tromey | 1 | -0/+8 |
2023-04-17 | gdb: add maybe_switch_inferior function | Simon Marchi | 1 | -0/+15 |
2023-04-04 | gdb: make find_thread_ptid an inferior method | Simon Marchi | 1 | -0/+12 |
2023-02-03 | gdb: make target_desc_info_from_user_p a method of target_desc_info | Simon Marchi | 1 | -1/+1 |
2023-02-03 | gdb: remove copy_inferior_target_desc_info | Simon Marchi | 1 | -1/+1 |
2023-02-03 | gdb: change inferior::tdesc_info to non-pointer | Simon Marchi | 1 | -4/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | gdb: clean up some inefficient std::string usage | Andrew Burgess | 1 | -2/+1 |
2022-12-15 | gdb: make more use of make_target_connection_string | Andrew Burgess | 1 | -24/+10 |
2022-12-14 | gdb: ensure all targets are popped before an inferior is destructed | Andrew Burgess | 1 | -0/+15 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -0/+42 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -2/+2 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -10/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -21/+21 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -7/+7 |
2022-03-07 | gdb/mi: fix regression in mi -add-inferior command | Umair Sair | 1 | -4/+2 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -1/+3 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | gdb: Copy inferior properties in clone-inferior | Lancelot SIX | 1 | -0/+17 |
2021-12-22 | gdb: add threads debugging switch | Andrew Burgess | 1 | -0/+2 |
2021-07-23 | gdb: make inferior::m_terminal an std::string | Simon Marchi | 1 | -7/+4 |
2021-07-12 | gdb: maintain ptid -> thread map, optimize find_thread_ptid | Simon Marchi | 1 | -0/+1 |
2021-07-12 | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 1 | -0/+21 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -51/+12 |
2021-07-12 | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 1 | -9/+15 |
2021-06-28 | gdb: remove gdbarch_info_init | Simon Marchi | 1 | -2/+1 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-05-06 | gdb: make inferior::args a unique_xmalloc_ptr | Simon Marchi | 1 | -1/+0 |
2021-04-22 | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 1 | -2/+18 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-02-02 | Inferior without argument prints detail of current inferior. | Lancelot SIX | 1 | -21/+37 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Change current_inferior_ to be a inferior_ref | Tom Tromey | 1 | -7/+4 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |