Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-12-04 | Fix another build failure in tui-selftests.c | Tom Tromey | 1 | -1/+2 |
2019-12-02 | Fix build breakage with --disable-tui | Tom Tromey | 1 | -0/+6 |
2019-12-01 | Fix latent bug in tui_copy_source_line | Tom Tromey | 1 | -0/+48 |
2019-11-26 | Introduce run_on_main_thread | Tom Tromey | 1 | -0/+80 |
2019-11-26 | Make functions static in unittests | Simon Marchi | 39 | -103/+118 |
2019-11-21 | Handle %I64d in format_pieces | Tom Tromey | 1 | -0/+11 |
2019-11-14 | gdb: fix build error in unittests/vec-utils-selftests.c | Simon Marchi | 1 | -0/+9 |
2019-11-12 | gdb: Support printf 'z' size modifier | Andrew Burgess | 1 | -0/+44 |
2019-11-10 | gdb_vecs.h: Avoid self move assign | Andrew Burgess | 1 | -0/+66 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Introduce gdb-specific %p format suffixes | Pedro Alves | 1 | -9/+26 |
2019-10-01 | Don't create empty literal pieces | Tom Tromey | 1 | -2/+4 |
2019-08-07 | Add a selftest that checks documentation invariants. | Philippe Waroquiers | 1 | -0/+107 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 27 | -51/+51 |
2019-06-13 | Delete parse_flags/parse_flags_qcs | Pedro Alves | 1 | -133/+0 |
2019-05-03 | On MS-Windows, define _WIN32_WINNT in a single common place. | Eli Zaretskii | 1 | -4/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 2 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 2 | -9/+6 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-03-18 | gdb: unconditionally define _initialize_string_view_selftests | Sergei Trofimovich | 1 | -2/+4 |
2019-03-02 | Fix GDB compilation on MinGW (PR gdb/24292) | Eli Zaretskii | 1 | -2/+5 |
2019-02-12 | Add a new function child_path. | John Baldwin | 1 | -0/+68 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 24 | -26/+26 |
2019-01-02 | Fix year range in unittests/.../char/empty.cc copyright header | Joel Brobecker | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 111 | -111/+111 |
2018-12-28 | Introduce ui_file_style | Tom Tromey | 1 | -0/+109 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -0/+22 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -0/+13 |
2018-11-15 | Move copy_bitwise unittests to own unittest file | Joel Brobecker | 1 | -0/+159 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -7/+8 |