Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | gdb: Remove uses of gdb::to_string (const std::string_view &) | Lancelot Six | 1 | -5/+4 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 1 | -10/+11 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -2/+2 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 1 | -8/+8 |
2023-10-19 | gdb: link so_list using intrusive_list | Simon Marchi | 1 | -16/+10 |
2023-10-19 | gdb: make so_list::{so_original_name,so_name} std::strings | Simon Marchi | 1 | -6/+2 |
2023-10-19 | gdb: make so_list::abfd a gdb_bfd_ref_ptr | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: make so_list::lm_info a unique_ptr | Simon Marchi | 1 | -2/+2 |
2023-10-19 | gdb: make solib-rocm not use so_list internally | Simon Marchi | 1 | -50/+42 |
2023-10-19 | gdb: use gdb::checked_static_cast when casting lm_info | Simon Marchi | 1 | -2/+2 |
2023-10-19 | gdb: allocate so_list with new, deallocate with delete | Simon Marchi | 1 | -4/+2 |
2023-10-19 | gdb: replace some so_list parameters to use references | Simon Marchi | 1 | -4/+4 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-09-28 | Convert solib-rocm to new type-safe gdb_bfd_openr_iovec | Tom Tromey | 1 | -48/+18 |
2023-08-24 | gdb/solib-rocm: Detect SO for unsupported AMDGPU device | Lancelot SIX | 1 | -0/+50 |
2023-07-21 | gdb/solib-rocm: limit the number of opened file descriptors | Lancelot Six | 1 | -10/+115 |
2023-03-01 | gdb: update some copyright years (2022 -> 2023) | Simon Marchi | 1 | -1/+1 |
2023-03-01 | gdb: fix a whitespace issue in solib-rocm.c | Simon Marchi | 1 | -1/+1 |
2023-02-02 | gdb: initial support for ROCm platform (AMDGPU) debugging | Simon Marchi | 1 | -0/+679 |