| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string | Simon Marchi | 2021-11-22 | 1 | -2/+5 |
* | gdb: fix array-view-selftests.c build with g++ 4.8 | Simon Marchi | 2021-11-18 | 1 | -1/+1 |
* | gdb::array_view slicing/container selftest - test std::array too | Pedro Alves | 2021-11-09 | 1 | -0/+5 |
* | Improve gdb::array_view ctor from contiguous containers | Lancelot SIX | 2021-11-08 | 1 | -2/+23 |
* | Fix format_pieces selftest on Windows | Tom Tromey | 2021-10-19 | 1 | -5/+11 |
* | gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd | Simon Marchi | 2021-09-30 | 2 | -7/+8 |
* | [gdb] Change register_test to use std::function arg | Tom de Vries | 2021-09-21 | 1 | -3/+3 |
* | Fix unit test build on Windows | Tom Tromey | 2021-09-08 | 1 | -1/+2 |
* | gdb: fix build error in unittests/parallel-for-selftests.c | Simon Marchi | 2021-08-30 | 1 | -1/+1 |
* | Add some parallel_for_each tests | Tom Tromey | 2021-08-30 | 1 | -0/+86 |
* | gdb: use intrusive list for step-over chain | Simon Marchi | 2021-07-12 | 1 | -0/+84 |
* | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 2021-07-12 | 1 | -0/+734 |
* | Add a unit test for scoped_ignore_sigpipe | Pedro Alves | 2021-06-17 | 1 | -0/+126 |
* | gdb: add cmd_list_element::is_prefix | Simon Marchi | 2021-05-17 | 1 | -2/+2 |
* | gdb: add cmd_list_element::is_alias | Simon Marchi | 2021-05-17 | 1 | -1/+1 |
* | gdb: rename cmd_list_element::cmd_pointer to target | Simon Marchi | 2021-05-17 | 1 | -1/+1 |
* | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 2021-05-17 | 1 | -4/+4 |
* | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 2021-05-12 | 1 | -2/+2 |
* | gdbsupport: allow to specify dependencies between observers | Michael Weghorn | 2021-04-27 | 1 | -0/+113 |
* | gdbsupport, gdb: give names to observers | Simon Marchi | 2021-04-24 | 1 | -7/+7 |
* | Improve gdb_tilde_expand logic. | Lancelot SIX | 2021-01-23 | 1 | -0/+94 |
* | gdb: make some variables static | Simon Marchi | 2021-01-20 | 8 | -10/+10 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 121 | -121/+121 |
* | gmp-utils: protect gdb_mpz exports against out-of-range values | Joel Brobecker | 2020-12-05 | 1 | -3/+68 |
* | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 2020-11-23 | 1 | -8/+8 |
* | Fix stack smashing error during gdb_mpq_write_fixed_point selftest | Joel Brobecker | 2020-11-24 | 1 | -1/+1 |
* | gdb: fix unittests/gmp-utils-selftests.c build on solaris | Simon Marchi | 2020-11-20 | 1 | -6/+6 |
* | gmp-utils: New API to simply use of GMP's integer/rational/float objects | Joel Brobecker | 2020-11-15 | 1 | -0/+460 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 2 | -3/+3 |
* | Add simple_search_memory unit tests | Tom Tromey | 2020-10-07 | 1 | -0/+99 |
* | Tweak gdbsupport/valid-expr.h for GCC 6, fix build | Pedro Alves | 2020-09-29 | 1 | -7/+17 |
* | Use a curses pad for source and disassembly windows | Tom Tromey | 2020-09-27 | 1 | -3/+3 |
* | Use arrays rather than pointers for global string constants | Tom Tromey | 2020-09-15 | 1 | -1/+1 |
* | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 2020-09-14 | 1 | -0/+586 |
* | command-def-selftests.c: detect missing or wrong prefix cmd in subcommands. | Philippe Waroquiers | 2020-05-15 | 1 | -2/+35 |
* | Add a selftest that detects a 'corrupted' command tree structure in GDB. | Philippe Waroquiers | 2020-05-15 | 1 | -3/+78 |
* | Fix Ada crash with .debug_names | Tom Tromey | 2020-04-23 | 1 | -3/+3 |
* | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 2020-04-13 | 1 | -1/+1 |
* | gdb: add back declarations for _initialize functions | Simon Marchi | 2020-01-13 | 31 | -0/+31 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 118 | -118/+118 |
* | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 2019-12-04 | 1 | -0/+165 |
* | Fix another build failure in tui-selftests.c | Tom Tromey | 2019-12-04 | 1 | -1/+2 |
* | Fix build breakage with --disable-tui | Tom Tromey | 2019-12-02 | 1 | -0/+6 |
* | Fix latent bug in tui_copy_source_line | Tom Tromey | 2019-12-01 | 1 | -0/+48 |
* | Introduce run_on_main_thread | Tom Tromey | 2019-11-26 | 1 | -0/+80 |
* | Make functions static in unittests | Simon Marchi | 2019-11-26 | 39 | -103/+118 |
* | Handle %I64d in format_pieces | Tom Tromey | 2019-11-21 | 1 | -0/+11 |
* | gdb: fix build error in unittests/vec-utils-selftests.c | Simon Marchi | 2019-11-14 | 1 | -0/+9 |
* | gdb: Support printf 'z' size modifier | Andrew Burgess | 2019-11-12 | 1 | -0/+44 |
* | gdb_vecs.h: Avoid self move assign | Andrew Burgess | 2019-11-10 | 1 | -0/+66 |