Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-11-18 | gdb: fix array-view-selftests.c build with g++ 4.8 | Simon Marchi | 1 | -1/+1 |
2021-11-09 | gdb::array_view slicing/container selftest - test std::array too | Pedro Alves | 1 | -0/+5 |
2021-11-08 | Improve gdb::array_view ctor from contiguous containers | Lancelot SIX | 1 | -2/+23 |
2021-10-19 | Fix format_pieces selftest on Windows | Tom Tromey | 1 | -5/+11 |
2021-09-30 | gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd | Simon Marchi | 2 | -7/+8 |
2021-09-21 | [gdb] Change register_test to use std::function arg | Tom de Vries | 1 | -3/+3 |
2021-09-08 | Fix unit test build on Windows | Tom Tromey | 1 | -1/+2 |
2021-08-30 | gdb: fix build error in unittests/parallel-for-selftests.c | Simon Marchi | 1 | -1/+1 |
2021-08-30 | Add some parallel_for_each tests | Tom Tromey | 1 | -0/+86 |
2021-07-12 | gdb: use intrusive list for step-over chain | Simon Marchi | 1 | -0/+84 |
2021-07-12 | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 1 | -0/+734 |
2021-06-17 | Add a unit test for scoped_ignore_sigpipe | Pedro Alves | 1 | -0/+126 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: add cmd_list_element::is_alias | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: rename cmd_list_element::cmd_pointer to target | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -4/+4 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |