Age | Commit message (Expand) | Author | Files | Lines |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 1 | -0/+9 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 1 | -0/+6 |
2020-10-31 | gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK | Simon Marchi | 1 | -0/+4 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 1 | -0/+6 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 1 | -0/+6 |
2020-10-31 | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 1 | -0/+5 |
2020-10-31 | gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC | Simon Marchi | 1 | -0/+6 |
2020-10-31 | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 1 | -0/+6 |
2020-10-26 | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 1 | -0/+7 |
2020-10-25 | gdb: move ptrace.m4 to gdbsupport | Simon Marchi | 1 | -0/+6 |
2020-10-08 | gdb: Have allocate_target_description return a unique_ptr | Andrew Burgess | 1 | -0/+4 |
2020-10-07 | Move simple_search_memory to gdbsupport/search.cc | Tom Tromey | 1 | -0/+7 |
2020-10-02 | gdb: add debug prints in event loop | Simon Marchi | 1 | -0/+9 |
2020-10-02 | gdb: move debug_prefixed_vprintf here | Simon Marchi | 1 | -0/+5 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -0/+8 |
2020-10-02 | Preinitialize the sockaddr_un variable to zero | Kamil Rytarowski | 1 | -1/+4 |
2020-09-29 | Tweak gdbsupport/valid-expr.h for GCC 6, fix build | Pedro Alves | 1 | -0/+5 |
2020-09-24 | gdb: remove file_handler typedef | Simon Marchi | 1 | -0/+4 |
2020-09-16 | Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. | John Baldwin | 1 | -0/+5 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 1 | -0/+23 |
2020-09-14 | Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502) | Pedro Alves | 1 | -0/+7 |
2020-09-10 | Add handle_eintr to wrap EINTR handling in syscalls | Kamil Rytarowski | 1 | -0/+4 |
2020-08-13 | gdb: allow specifying multiple filters when running selftests | Simon Marchi | 1 | -0/+6 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -0/+8 |
2020-07-28 | [gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h | Tom de Vries | 1 | -0/+6 |
2020-07-17 | gdb/riscv: delete target descriptions when gdb exits | Andrew Burgess | 1 | -0/+6 |
2020-06-30 | Do not define basic_string_view::to_string | Tom Tromey | 1 | -0/+6 |
2020-06-27 | gdbsupport: add format attribute to print_xml_feature::add_line | Simon Marchi | 1 | -0/+5 |
2020-06-23 | gdb: New maintenance command to print XML target description | Andrew Burgess | 1 | -0/+13 |
2020-06-23 | gdb: Print compatible information within print_xml_feature | Andrew Burgess | 1 | -0/+9 |
2020-05-25 | gdbsupport: Drop now unused function 'stringify_argv' | Michael Weghorn | 1 | -0/+5 |
2020-05-25 | gdbsupport: Let construct_inferior_arguments take gdb::array_view param | Michael Weghorn | 1 | -0/+6 |
2020-05-25 | gdbsupport: Adapt construct_inferior_arguments | Michael Weghorn | 1 | -0/+6 |
2020-05-25 | gdb: Move construct_inferior_arguments to gdbsupport | Michael Weghorn | 1 | -0/+5 |
2020-05-14 | Disable record btrace bts support for AMD processors | Kevin Buettner | 1 | -0/+4 |
2020-05-14 | gdb: protect some 'regcache_read_pc' calls | Tankut Baris Aktemur | 1 | -0/+5 |
2020-04-28 | Fix typo (thead -> thread) | Tankut Baris Aktemur | 1 | -0/+4 |
2020-04-27 | gdbsupport: include cstdlib in common-defs.h | Simon Marchi | 1 | -0/+4 |
2020-04-20 | Mark move constructors as "noexcept" | Tom Tromey | 1 | -0/+9 |
2020-04-13 | Move gdb_notifier comment | Tom Tromey | 1 | -0/+4 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -0/+5 |
2020-04-13 | Introduce and use flush_streams | Tom Tromey | 1 | -0/+4 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -0/+4 |
2020-04-13 | Move event-loop configury to common.m4 | Tom Tromey | 1 | -0/+6 |
2020-03-31 | Don't pass NULL to memcpy in gdb | Tom Tromey | 1 | -0/+5 |
2020-03-27 | gdbsupport: Resolve shellcheck issues in create-version.sh script | Andrew Burgess | 1 | -0/+4 |
2020-03-20 | gdb: remove HAVE_DECL_PTRACE | Simon Marchi | 1 | -0/+5 |
2020-03-18 | Include <alloca.h> conditionally | Kamil Rytarowski | 1 | -0/+4 |
2020-03-12 | Change gdbsupport not to rely on BFD | Tom Tromey | 1 | -0/+6 |
2020-03-12 | Move gdb/selftest.m4 to gdbsupport/selftest.m4 | Simon Marchi | 1 | -0/+5 |