Age | Commit message (Expand) | Author | Files | Lines |
2020-05-25 | gdbsupport: Drop now unused function 'stringify_argv' | Michael Weghorn | 3 | -27/+5 |
2020-05-25 | gdbsupport: Let construct_inferior_arguments take gdb::array_view param | Michael Weghorn | 3 | -10/+17 |
2020-05-25 | gdbsupport: Adapt construct_inferior_arguments | Michael Weghorn | 3 | -44/+29 |
2020-05-25 | gdb: Move construct_inferior_arguments to gdbsupport | Michael Weghorn | 3 | -0/+131 |
2020-05-23 | Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison | Pedro Alves | 1 | -0/+46 |
2020-05-14 | Disable record btrace bts support for AMD processors | Kevin Buettner | 2 | -1/+8 |
2020-05-14 | gdb: protect some 'regcache_read_pc' calls | Tankut Baris Aktemur | 2 | -0/+10 |
2020-04-28 | Fix typo (thead -> thread) | Tankut Baris Aktemur | 2 | -1/+5 |
2020-04-27 | gdbsupport: include cstdlib in common-defs.h | Simon Marchi | 2 | -0/+9 |
2020-04-20 | Mark move constructors as "noexcept" | Tom Tromey | 4 | -8/+14 |
2020-04-13 | Move gdb_notifier comment | Tom Tromey | 2 | -11/+12 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 5 | -10/+1009 |
2020-04-13 | Introduce and use flush_streams | Tom Tromey | 2 | -0/+8 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 2 | -0/+55 |
2020-04-13 | Move event-loop configury to common.m4 | Tom Tromey | 4 | -4/+23 |
2020-03-31 | Don't pass NULL to memcpy in gdb | Tom Tromey | 2 | -1/+7 |
2020-03-27 | gdbsupport: Resolve shellcheck issues in create-version.sh script | Andrew Burgess | 2 | -8/+14 |
2020-03-20 | gdb: remove HAVE_DECL_PTRACE | Simon Marchi | 3 | -24/+5 |
2020-03-18 | Include <alloca.h> conditionally | Kamil Rytarowski | 2 | -0/+6 |
2020-03-12 | Change gdbsupport not to rely on BFD | Tom Tromey | 3 | -43/+11 |
2020-03-12 | Move gdb/selftest.m4 to gdbsupport/selftest.m4 | Simon Marchi | 4 | -3/+57 |
2020-03-12 | Move sourcing of development.sh to GDB_AC_COMMON | Simon Marchi | 4 | -7/+14 |
2020-03-12 | gdb/selftest.m4: ensure $development is set | Simon Marchi | 2 | -0/+9 |
2020-03-11 | gdb: enable -Wmissing-prototypes warning | Simon Marchi | 3 | -0/+7 |
2020-03-08 | Fix two typos in gdb_binary_search.h | Tom Tromey | 2 | -2/+6 |
2020-03-06 | gdbserver/gdbsupport: Add .dir-locals.el file | Andrew Burgess | 2 | -0/+45 |
2020-03-05 | gdbsupport/configure.ac: source development.sh | Vyacheslav Petrishchev | 3 | -0/+11 |
2020-03-05 | gdb, gdbserver, gdbsupport: add .gitattributes files | Tankut Baris Aktemur | 2 | -0/+10 |
2020-03-03 | gdbsupport: re-generate Makefile.in | Simon Marchi | 2 | -1/+7 |
2020-02-28 | Fix comment for 'gdb_dlopen' | Sergio Durigan Junior | 2 | -2/+6 |
2020-02-19 | Merge changes from GCC for the config/ directory | Andrew Burgess | 2 | -6/+27 |
2020-02-14 | Change gdbserver to use existing gnulib and libiberty | Tom Tromey | 2 | -1/+5 |
2020-02-13 | gdbsupport: rename source files to .cc | Simon Marchi | 37 | -103/+105 |
2020-02-11 | Re-generate gdb/gdbserver/gdbsupport configure scripts | Simon Marchi | 2 | -1/+6 |
2020-02-11 | Add -Wstrict-null-sentinel to gdbsupport/warning.m4 | Simon Marchi | 3 | -2/+10 |
2020-02-11 | Move gdb/warning.m4 to gdbsupport | Simon Marchi | 4 | -2/+167 |
2020-02-11 | gdbsupport: use AM_GDB_WARNINGS | Simon Marchi | 6 | -1/+215 |
2020-02-10 | [gdb] Fix -Wstrict-null-sentinel warnings | Tom de Vries | 2 | -1/+5 |
2020-01-24 | Support the NetBSD version of pthread_setname_np | Christian Biesinger | 2 | -2/+15 |
2020-01-17 | Fix gdbsupport build on compilers that don't default to C++11 or above | Pedro Alves | 3 | -0/+9 |
2020-01-17 | Fix gdbsupport build | Pedro Alves | 5 | -54/+62 |
2020-01-16 | Ensure proc-service symbols have default visibility (PR build/24805) | Pedro Alves | 1 | -0/+29 |
2020-01-14 | Add gdbsupport check-defines script | Tom Tromey | 4 | -0/+91 |
2020-01-14 | Move many configure checks to common.m4 | Tom Tromey | 8 | -6/+2128 |
2020-01-14 | Move gdbsupport to the top level | Tom Tromey | 125 | -0/+27929 |