Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-04-27 | gdbsupport: allow to specify dependencies between observers | Michael Weghorn | 1 | -0/+113 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -7/+7 |
2021-01-23 | Improve gdb_tilde_expand logic. | Lancelot SIX | 1 | -0/+94 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 8 | -10/+10 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 121 | -121/+121 |
2020-12-05 | gmp-utils: protect gdb_mpz exports against out-of-range values | Joel Brobecker | 1 | -3/+68 |
2020-11-23 | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 1 | -8/+8 |
2020-11-24 | Fix stack smashing error during gdb_mpq_write_fixed_point selftest | Joel Brobecker | 1 | -1/+1 |
2020-11-20 | gdb: fix unittests/gmp-utils-selftests.c build on solaris | Simon Marchi | 1 | -6/+6 |
2020-11-15 | gmp-utils: New API to simply use of GMP's integer/rational/float objects | Joel Brobecker | 1 | -0/+460 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2 | -3/+3 |
2020-10-07 | Add simple_search_memory unit tests | Tom Tromey | 1 | -0/+99 |
2020-09-29 | Tweak gdbsupport/valid-expr.h for GCC 6, fix build | Pedro Alves | 1 | -7/+17 |
2020-09-27 | Use a curses pad for source and disassembly windows | Tom Tromey | 1 | -3/+3 |
2020-09-15 | Use arrays rather than pointers for global string constants | Tom Tromey | 1 | -1/+1 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 1 | -0/+586 |
2020-05-15 | command-def-selftests.c: detect missing or wrong prefix cmd in subcommands. | Philippe Waroquiers | 1 | -2/+35 |
2020-05-15 | Add a selftest that detects a 'corrupted' command tree structure in GDB. | Philippe Waroquiers | 1 | -3/+78 |
2020-04-23 | Fix Ada crash with .debug_names | Tom Tromey | 1 | -3/+3 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 31 | -0/+31 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 118 | -118/+118 |
2019-12-04 | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 1 | -0/+165 |