Age | Commit message (Expand) | Author | Files | Lines |
2021-02-05 | gnulib: update to 776af40e0 | Paul E. Murphy | 3 | -3/+14 |
2021-01-23 | Improve gdb_tilde_expand logic. | Lancelot SIX | 3 | -16/+40 |
2021-01-22 | gdb: add remote_debug_printf | Simon Marchi | 3 | -1/+19 |
2021-01-08 | gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir | Simon Marchi | 2 | -7/+13 |
2021-01-06 | gdbsupport: common-utils.h: fix typo in header | Mike Frysinger | 2 | -1/+5 |
2021-01-04 | gdb: introduce scoped debug prints | Simon Marchi | 3 | -2/+89 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 131 | -131/+131 |
2020-12-11 | gdbsupport: make use of safe-ctype functions from libiberty | Andrew Burgess | 2 | -11/+22 |
2020-12-11 | gdb: factor out debug_prefixed_printf_cond | Simon Marchi | 3 | -6/+25 |
2020-12-08 | gdbsupport: Use LOCALAPPDATA to determine cache dir | Alexander Fedotov | 2 | -0/+15 |
2020-12-01 | gdbsupport/tdesc: print enum fields using 'evalue' syntax | Andrew Burgess | 2 | -1/+8 |
2020-12-01 | gdbsupport/tdesc: print enum size attribute | Chungyi Chi | 2 | -0/+6 |
2020-11-20 | Ignore system_error in thread startup | Tom Tromey | 2 | -2/+19 |
2020-11-10 | Move include block to pathstuff.h | Tom Tromey | 3 | -4/+10 |
2020-11-02 | gdb: use get_standard_config_dir when looking for .gdbinit | Andrew Burgess | 2 | -0/+72 |
2020-11-02 | Add get_standard_config_dir function | Tom Tromey | 3 | -0/+51 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 9 | -68/+79 |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 5 | -19/+36 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 3 | -9/+27 |
2020-10-31 | gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK | Simon Marchi | 2 | -1/+5 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 3 | -11/+26 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 3 | -16/+37 |
2020-10-31 | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 3 | -65/+90 |
2020-10-31 | gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC | Simon Marchi | 4 | -762/+7 |
2020-10-31 | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 3 | -1/+22 |
2020-10-26 | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 2 | -11/+22 |
2020-10-25 | gdb: move ptrace.m4 to gdbsupport | Simon Marchi | 4 | -2/+98 |
2020-10-08 | gdb: Have allocate_target_description return a unique_ptr | Andrew Burgess | 2 | -1/+5 |
2020-10-07 | Move simple_search_memory to gdbsupport/search.cc | Tom Tromey | 5 | -1/+173 |
2020-10-02 | gdb: add debug prints in event loop | Simon Marchi | 3 | -8/+83 |
2020-10-02 | gdb: move debug_prefixed_vprintf here | Simon Marchi | 3 | -0/+22 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 3 | -17/+37 |
2020-10-02 | Preinitialize the sockaddr_un variable to zero | Kamil Rytarowski | 2 | -2/+5 |
2020-09-29 | Tweak gdbsupport/valid-expr.h for GCC 6, fix build | Pedro Alves | 2 | -3/+10 |
2020-09-24 | gdb: remove file_handler typedef | Simon Marchi | 2 | -12/+27 |
2020-09-16 | Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. | John Baldwin | 4 | -5/+28 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 3 | -82/+326 |
2020-09-14 | Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502) | Pedro Alves | 3 | -17/+77 |
2020-09-11 | Add bfloat16 support for AVX512 register view. | Felix Willgerodt | 2 | -1/+3 |
2020-09-10 | Add handle_eintr to wrap EINTR handling in syscalls | Kamil Rytarowski | 2 | -0/+71 |
2020-08-13 | gdb: allow specifying multiple filters when running selftests | Simon Marchi | 3 | -6/+25 |
2020-08-07 | gdb: change regcache list to be a map | Simon Marchi | 1 | -0/+16 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 6 | -37/+101 |
2020-07-28 | [gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h | Tom de Vries | 2 | -0/+8 |
2020-07-17 | gdb/riscv: delete target descriptions when gdb exits | Andrew Burgess | 2 | -0/+20 |
2020-06-30 | Do not define basic_string_view::to_string | Tom Tromey | 2 | -7/+16 |
2020-06-27 | gdbsupport: add format attribute to print_xml_feature::add_line | Simon Marchi | 2 | -1/+6 |
2020-06-23 | gdb: New maintenance command to print XML target description | Andrew Burgess | 3 | -33/+107 |
2020-06-23 | gdb: Print compatible information within print_xml_feature | Andrew Burgess | 3 | -0/+36 |
2020-05-25 | gdbsupport: Drop now unused function 'stringify_argv' | Michael Weghorn | 3 | -27/+5 |