Age | Commit message (Expand) | Author | Files | Lines |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-10-10 | gdb: move set_target_gdbarch to inferior::set_arch | Simon Marchi | 1 | -2/+1 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -13/+21 |
2023-09-11 | Specialize std::hash for ptid_t | Tom Tromey | 1 | -1/+1 |
2023-08-23 | gdb: remove the silent parameter from exit_inferior_1 and cleanup | Andrew Burgess | 1 | -4/+3 |
2023-08-23 | gdb: make inferior::clear_thread_list always silent | Pedro Alves | 1 | -3/+2 |
2023-08-17 | gdb: add inferior-specific breakpoints | Andrew Burgess | 1 | -0/+11 |
2023-08-15 | Mention process_stratum in inferior::priv comment | Tom Tromey | 1 | -1/+1 |
2023-07-19 | Fix gdb.Inferior.read_memory without execution (PR dap/30644) | Pedro Alves | 1 | -4/+4 |
2023-07-17 | Remove unused declaration of child_terminal_init_with_pgrp | Tom Tromey | 1 | -2/+0 |
2023-07-14 | Introduce scoped_restore_current_inferior_for_memory | Tom Tromey | 1 | -0/+29 |
2023-05-01 | Turn set_inferior_args_vector into method of inferior | Tom Tromey | 1 | -2/+3 |
2023-04-17 | gdb: add maybe_switch_inferior function | Simon Marchi | 1 | -0/+7 |
2023-04-04 | gdb: make find_thread_ptid an inferior method | Simon Marchi | 1 | -0/+3 |
2023-02-06 | gdb: adjust comment on target_desc_info::from_user_p | Simon Marchi | 1 | -1/+1 |
2023-02-03 | gdb: make target_desc_info_from_user_p a method of target_desc_info | Simon Marchi | 1 | -0/+5 |
2023-02-03 | gdb: change inferior::tdesc_info to non-pointer | Simon Marchi | 1 | -1/+1 |
2023-02-03 | gdb: move target_desc_info to inferior.h | Simon Marchi | 1 | -0/+23 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -0/+20 |
2022-12-13 | Fix control-c handling on Windows | Tom Tromey | 1 | -0/+10 |
2022-12-13 | Refactor code to check for terminal sharing | Tom Tromey | 1 | -0/+11 |
2022-10-31 | Use enum for gdbarch's call_dummy_location | Tom Tromey | 1 | -3/+0 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-10-03 | gdb: constify inferior::target_is_pushed | Simon Marchi | 1 | -1/+1 |
2022-09-29 | gdb: constify target_stack::is_pushed | Simon Marchi | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -6/+1 |
2022-06-28 | gdb+gdbserver/Linux: avoid reading registers while going through shell | Pedro Alves | 1 | -0/+7 |
2022-04-04 | gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f... | Simon Marchi | 1 | -4/+4 |
2022-03-07 | gdb/mi: fix regression in mi -add-inferior command | Umair Sair | 1 | -0/+7 |
2022-02-15 | gdb: add a symbol* argument to get_return_value | Lancelot SIX | 1 | -2/+8 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-23 | gdb: make inferior::m_terminal an std::string | Simon Marchi | 1 | -8/+10 |
2021-07-23 | gdb: make inferior::m_cwd an std::string | Simon Marchi | 1 | -10/+8 |
2021-07-23 | gdb: make inferior::m_args an std::string | Simon Marchi | 1 | -18/+8 |
2021-07-23 | gdb: add setter/getter for inferior cwd | Simon Marchi | 1 | -4/+23 |
2021-07-23 | gdb: add setter/getter for inferior arguments | Simon Marchi | 1 | -7/+29 |
2021-07-23 | gdb: remove inferior::{argc,argv} | Simon Marchi | 1 | -9/+0 |
2021-07-17 | gdb: make all_inferiors_safe actually work | Simon Marchi | 1 | -1/+1 |
2021-07-12 | gdb: maintain ptid -> thread map, optimize find_thread_ptid | Simon Marchi | 1 | -0/+6 |
2021-07-12 | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 1 | -2/+1 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -5/+4 |
2021-07-12 | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 1 | -5/+9 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -2/+2 |
2021-06-08 | gdb: try to load libthread_db only after reading all shared libraries when at... | Simon Marchi | 1 | -0/+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 | -1/+1 |
2021-04-22 | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 1 | -4/+11 |
2021-04-22 | gdb/continuations: use lambdas instead of function pointers | Tankut Baris Aktemur | 1 | -2/+2 |