Age | Commit message (Expand) | Author | Files | Lines |
2023-02-13 | Turn value_arch into method | Tom Tromey | 3 | -11/+10 |
2023-02-13 | Turn deprecated_set_value_type into a method | Tom Tromey | 9 | -35/+25 |
2023-02-13 | Turn value_type into method | Tom Tromey | 107 | -884/+880 |
2023-02-13 | Move struct value to value.h | Tom Tromey | 2 | -230/+223 |
2023-02-13 | Move ~value body out-of-line | Tom Tromey | 1 | -12/+14 |
2023-02-13 | Rename all fields of struct value | Tom Tromey | 2 | -202/+202 |
2023-02-13 | PR30120: fix x87 fucomp misassembled | Michael Matz | 4 | -5/+22 |
2023-02-13 | Remove unused imports from gdb's Python code | Tom Tromey | 4 | -5/+0 |
2023-02-13 | gdb/tui: don't leak the known_window_types map | Andrew Burgess | 1 | -24/+17 |
2023-02-13 | gdb/python: deallocate tui window factories at Python shut down | Andrew Burgess | 4 | -2/+84 |
2023-02-13 | gdb/python: allow Python TUI windows to be replaced | Andrew Burgess | 3 | -0/+129 |
2023-02-13 | Fix doc build dependencies for --with-system-readline | Keith Seitz | 3 | -4/+15 |
2023-02-13 | Fix PR30079: abort on mingw | Michael Matz | 1 | -1/+2 |
2023-02-13 | _bfd_ecoff_slurp_symbol_table buffer overflow | Alan Modra | 1 | -12/+20 |
2023-02-13 | opcodes/mips: disassemble unknown micromips instructions as two shorts | Andrew Burgess | 6 | -5/+41 |
2023-02-13 | gdb/testsuite: handle differences in guile error string output | Andrew Burgess | 1 | -2/+4 |
2023-02-13 | stabs.c static state | Alan Modra | 3 | -46/+71 |
2023-02-13 | Split off gas init to functions | Alan Modra | 1 | -72/+87 |
2023-02-13 | gdb/testsuite: look for hipcc in env(ROCM_PATH) | Lancelot SIX | 1 | -2/+5 |
2023-02-13 | gdb/testsuite: allow_hipcc_tests tests the hipcc compiler | Lancelot SIX | 2 | -1/+72 |
2023-02-13 | gdb/testsuite: require amd-dbgapi support to run rocm tests | Lancelot SIX | 1 | -0/+7 |
2023-02-13 | gdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_tests | Lancelot SIX | 2 | -7/+4 |
2023-02-13 | gdb: 'show config' shows --with[out]-amd-dbgapi | Lancelot SIX | 4 | -0/+17 |
2023-02-13 | objcopy memory leaks | Alan Modra | 1 | -2/+1 |
2023-02-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-02-12 | Move some code from dwarf2/read.c to die.c | Tom Tromey | 5 | -230/+264 |
2023-02-12 | gdb: fix describe_other_breakpoints for default task being -1 | Andrew Burgess | 1 | -1/+1 |
2023-02-12 | gdb/c++: fix handling of breakpoints on @plt symbols | Andrew Burgess | 4 | -1/+154 |
2023-02-12 | gdb: use -1 for breakpoint::task default value | Andrew Burgess | 4 | -29/+29 |
2023-02-12 | gdb: only allow one of thread or task on breakpoints or watchpoints | Andrew Burgess | 6 | -5/+153 |
2023-02-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-02-11 | gdb: show task number in describe_other_breakpoints | Andrew Burgess | 2 | -6/+13 |
2023-02-11 | gdb: don't print global thread-id to CLI in describe_other_breakpoints | Andrew Burgess | 3 | -1/+93 |
2023-02-11 | gdb: add test for readline handling very long commands | Andrew Burgess | 1 | -0/+40 |
2023-02-11 | gdb: remove unnecessary 'dir' commands from gdb-gdb.gdb script | Andrew Burgess | 1 | -5/+0 |
2023-02-11 | [gdb/tdep] Don't use i386 unwinder for amd64 | Tom de Vries | 1 | -4/+8 |
2023-02-11 | objdump -D of bss sections and -s with -j | Alan Modra | 17 | -75/+80 |
2023-02-11 | .debug sections without contents | Alan Modra | 1 | -1/+2 |
2023-02-10 | gdb/source: Fix open_source_file error handling | Aaron Merey | 4 | -19/+43 |
2023-02-10 | Move implementation of perror_with_name to gdbsupport | Aaron Merey | 4 | -61/+34 |
2023-02-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-02-10 | GDB: Introduce limited array lengths while printing values | Andrew Burgess | 15 | -24/+1149 |
2023-02-10 | GDB/testsuite: Add `-nonl' option to `gdb_test' | Maciej W. Rozycki | 1 | -1/+5 |
2023-02-10 | GDB: Only make data actually retrieved into value history available | Maciej W. Rozycki | 4 | -1/+133 |
2023-02-10 | GDB: Fix the mess with value byte/bit range types | Maciej W. Rozycki | 2 | -21/+30 |
2023-02-10 | GDB: Ignore `max-value-size' setting with value history accesses | Maciej W. Rozycki | 4 | -14/+61 |
2023-02-10 | GDB: Switch to using C++ standard integer type limits | Maciej W. Rozycki | 3 | -34/+8 |
2023-02-10 | Ensure all DAP requests are keyword-only | Tom Tromey | 2 | -5/+5 |
2023-02-10 | gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserver | Simon Marchi | 1 | -4/+11 |
2023-02-10 | Use std::string in main_info | Tom Tromey | 1 | -15/+7 |