Age | Commit message (Expand) | Author | Files | Lines |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-05-14 | Disallow trailing whitespace in docstrings | Tom Tromey | 1 | -2/+17 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 42 | -42/+0 |
2024-02-21 | gdbsupport: assume that compiler supports std::{is_trivially_constructible,is... | Simon Marchi | 3 | -12/+0 |
2024-02-21 | gdb: remove some GCC version checks | Simon Marchi | 1 | -6/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 42 | -42/+42 |
2024-01-08 | Back out some parallel_for_each features | Tom Tromey | 1 | -47/+0 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 2 | -32/+32 |
2023-11-21 | gdbsupport: Remove gdb::string_view | Lancelot Six | 73 | -5510/+0 |
2023-11-21 | gdbsupport: remove gdb::optional | Lancelot Six | 15 | -1741/+0 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -2/+2 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-08-23 | gdb: add gdb::make_unique function | Andrew Burgess | 1 | -2/+2 |
2023-08-17 | [gdb/build, c++20] Stop using deprecated is_pod | Tom de Vries | 1 | -1/+3 |
2023-07-14 | Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" | Tom Tromey | 1 | -0/+60 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 2 | -2/+2 |
2023-05-05 | Simplify auto_load_expand_dir_vars and remove substitute_path_component | Tom Tromey | 1 | -60/+0 |
2023-04-12 | Use SELF_CHECK in all unit tests | Tom Tromey | 2 | -40/+40 |
2023-03-14 | Add operators and methods to gdb_mpq | Tom Tromey | 1 | -19/+15 |
2023-03-14 | Add methods and operators to gdb_mpz | Tom Tromey | 1 | -27/+27 |
2023-03-14 | Clean up gmp-utils.h includes | Tom Tromey | 1 | -0/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -4/+4 |
2023-03-01 | gdb: update some copyright years (2022 -> 2023) | Simon Marchi | 1 | -1/+1 |
2023-01-30 | enum_flags to_string | Pedro Alves | 1 | -6/+63 |
2023-01-20 | gdb: make frame_info_ptr auto-reinflatable | Simon Marchi | 1 | -2/+0 |
2023-01-20 | gdb: make frame_info_ptr grab frame level and id on construction | Simon Marchi | 1 | -2/+0 |
2023-01-20 | gdb: make user-created frames reinflatable | Simon Marchi | 1 | -0/+80 |
2023-01-17 | Avoid submitting empty tasks in parallel_for_each | Tom Tromey | 1 | -0/+39 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 129 | -129/+129 |
2022-12-15 | gdbsupport: change xml_escape_text_append's parameter from pointer to reference | Simon Marchi | 1 | -1/+1 |
2022-11-14 | gdb/unittests: PR28413, suppress warnings generated by Gnulib | Tsukasa OI | 1 | -0/+11 |
2022-09-12 | [gdb] Fix abort in selftest run_on_main_thread with ^C | Tom de Vries | 1 | -2/+6 |
2022-08-05 | [gdb] Add unit test for gdb::sequential_for_each | Tom de Vries | 1 | -43/+74 |
2022-08-05 | [gdbsupport] Add task size parameter in parallel_for_each | Tom de Vries | 1 | -0/+28 |
2022-08-05 | Introduce gdb::make_function_view | Pedro Alves | 1 | -1/+81 |
2022-07-25 | struct packed: Unit tests and more operators | Pedro Alves | 1 | -0/+132 |
2022-07-22 | [gdb] Add empty range unit test for gdb::parallel_for_each | Tom de Vries | 1 | -0/+8 |
2022-04-21 | gdbsupport: add path_join function | Simon Marchi | 1 | -0/+73 |
2022-04-12 | Add batching parameter to parallel_for_each | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -16/+16 |
2022-02-25 | gdb: add operator+= and operator+ overload for std::string | Andrew Burgess | 1 | -0/+57 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -20/+16 |
2022-01-05 | Implement putstr and putstrn in ui_file | Tom Tromey | 1 | -0/+62 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 125 | -125/+125 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -1/+1 |
2021-12-03 | gdbsupport: add array_view copy function | Simon Marchi | 1 | -0/+104 |
2021-11-22 | gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string | Simon Marchi | 1 | -2/+5 |