Age | Commit message (Expand) | Author | Files | Lines |
2023-08-17 | [gdb/build, c++20] Handle deprecated std::allocator::construct | Tom de Vries | 1 | -1/+12 |
2023-08-17 | [gdb/build, c++20] Stop using deprecated is_pod | Tom de Vries | 1 | -1/+1 |
2023-08-17 | [gdb/build, c++20] Fix Wdeprecated-enum-enum-conversion | Tom de Vries | 1 | -1/+3 |
2023-08-12 | regen config | Alan Modra | 1 | -1/+1 |
2023-06-05 | Move unrelocated_addr to common-types.h | Tom Tromey | 1 | -0/+6 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 10 | -11/+11 |
2023-05-30 | gdb: add support for %V to printf command | Andrew Burgess | 2 | -4/+28 |
2023-05-25 | gdbsupport: make filtered_iterator::operator* return the same thing as underl... | Simon Marchi | 1 | -1/+6 |
2023-05-25 | gdbsupport: make basic_safe_iterator::operator* return the same thing as unde... | Simon Marchi | 1 | -1/+5 |
2023-05-25 | gdbsupport: add missing increment/decrement operators to reference_to_pointer... | Simon Marchi | 1 | -0/+18 |
2023-05-24 | gdbsupport: add support for references to checked_static_cast | Simon Marchi | 1 | -0/+16 |
2023-04-29 | gdb: Fix building with latest libc++ | Manoj Gupta | 2 | -2/+5 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 3 | -0/+35 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 5 | -19/+15 |
2023-03-06 | gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h | Simon Marchi | 1 | -0/+3 |
2023-02-27 | Introduce gdb_exception_forced_quit | Kevin Buettner | 2 | -1/+35 |
2023-02-24 | Remove struct buffer | Tom Tromey | 4 | -250/+1 |
2023-02-14 | Do not cast away const in agent_run_command | Tom Tromey | 2 | -7/+9 |
2023-02-10 | Move implementation of perror_with_name to gdbsupport | Aaron Merey | 2 | -3/+34 |
2023-02-10 | GDB: Switch to using C++ standard integer type limits | Maciej W. Rozycki | 1 | -1/+7 |
2023-02-09 | Let user C-c when waiting for DWARF index finalization | Tom Tromey | 1 | -0/+27 |
2023-02-02 | gdbsupport: add type definitions for pid, lwp and tid | Simon Marchi | 1 | -7/+11 |
2023-01-31 | gdbsupport: allow passing nullptr to checked_static_cast | Simon Marchi | 1 | -0/+3 |
2023-01-30 | enum_flags to_string | Pedro Alves | 1 | -0/+66 |
2023-01-17 | Avoid submitting empty tasks in parallel_for_each | Tom Tromey | 1 | -0/+30 |
2023-01-11 | Set _WIN32_WINNT in common.m4 configure check | Tom Tromey | 3 | -3/+26 |
2023-01-05 | gdbsupport: fix scoped_debug_start_end's move constructor | Simon Marchi | 1 | -1/+20 |
2023-01-05 | gdbsupport: add gdb::string_view_hash | Simon Marchi | 1 | -0/+17 |
2023-01-05 | gdbsupport: move fast_hash to gdbsupport/common-utils.h | Simon Marchi | 1 | -0/+21 |
2023-01-05 | gdbsupport: move libxxhash configure check to gdbsupport | Simon Marchi | 4 | -0/+544 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 151 | -151/+151 |
2022-12-16 | gdbsupport: add string_xml_appendf | Simon Marchi | 2 | -0/+115 |
2022-12-15 | gdbsupport: change xml_escape_text_append's parameter from pointer to reference | Simon Marchi | 2 | -9/+9 |
2022-12-15 | Move streq and compare_cstrings to gdbsupport | Tom Tromey | 1 | -0/+16 |
2022-12-14 | gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT | Andrew Burgess | 1 | -19/+73 |
2022-11-27 | fix leak in gdb_environ | Philippe Waroquiers | 1 | -0/+2 |
2022-11-17 | gdb: new $_inferior_thread_count convenience variable | Andrew Burgess | 1 | -0/+4 |
2022-11-13 | Fix Cygwin build after 02d04eac | Jon Turney | 2 | -3/+3 |
2022-11-08 | gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of... | Simon Marchi | 2 | -0/+41 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 8 | -31/+35 |
2022-10-09 | gdbsupport: re-generate configure | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and rename | Simon Marchi | 2 | -0/+57 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 2 | -24/+28 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 1 | -1/+109 |
2022-09-21 | gdbsupport: change path_join parameter to array_view<const char *> | Simon Marchi | 2 | -8/+8 |
2022-09-08 | gdbsupport: Fix config.status dependency | Tsukasa OI | 3 | -2/+3 |
2022-08-30 | gdbsupport: add wrapper around result_of and invoke_result | Simon Marchi | 3 | -6/+44 |
2022-08-26 | gdbsupport: fix gdb::optional compilation with C++11 && _GLIBCXX_DEBUG | Simon Marchi | 1 | -2/+2 |
2022-08-26 | gdb, gdbsupport: configure: factor out yes/no/auto value checking | Simon Marchi | 1 | -0/+28 |