Age | Commit message (Expand) | Author | Files | Lines |
2019-02-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-19 | Minor Ada task cleanups | Tom Tromey | 4 | -32/+42 |
2019-02-19 | Fix a potential deadlock in some older Loongson 3A1000 MIPS processors. | Paul Hua | 7 | -57/+285 |
2019-02-19 | PR24235, Read memory violation in pei-x86_64.c | Alan Modra | 2 | -5/+10 |
2019-02-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-18 | gdb: Allow gdbarch to override alignment for method and member pointers | Andrew Burgess | 2 | -5/+7 |
2019-02-18 | Fix leaks of 'per program space' and 'per inferior' ada task data. | Philippe Waroquiers | 2 | -2/+32 |
2019-02-18 | PR24225, nios2 buffer overflow | Alan Modra | 2 | -10/+27 |
2019-02-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-17 | Change macro_source_fullname to return a std::string | Tom Tromey | 4 | -50/+37 |
2019-02-17 | Add styling to macro commands | Tom Tromey | 5 | -4/+33 |
2019-02-17 | Fix some valgrind errors in the TUI | Tom Tromey | 2 | -16/+10 |
2019-02-17 | Fix pager bugs with style output | Tom Tromey | 8 | -75/+193 |
2019-02-17 | type_align: handle range types the same as ints and enums | Joel Brobecker | 2 | -1/+6 |
2019-02-17 | (Ada) fix GDB crash printing packed array | Joel Brobecker | 8 | -2/+161 |
2019-02-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-15 | Special-case wildcard requests in ravenscar-thread.c | Tom Tromey | 2 | -2/+15 |
2019-02-15 | Make the ravenscar thread target multi-target-ready | Tom Tromey | 2 | -45/+77 |
2019-02-15 | Add push_target overload | Tom Tromey | 5 | -5/+21 |
2019-02-15 | Minor C++-ification in ravenscar-thread.c | Tom Tromey | 2 | -17/+22 |
2019-02-15 | Fix formatting in ravenscar-thread.c | Tom Tromey | 2 | -11/+18 |
2019-02-15 | C++-ify ravenscar_arch_ops | Tom Tromey | 6 | -103/+84 |
2019-02-15 | Exception safety in ravenscar-thread.c | Tom Tromey | 2 | -35/+23 |
2019-02-15 | Fix some typos in ravenscar-thread.c | Tom Tromey | 2 | -5/+9 |
2019-02-15 | Fix memory leak in create_ada_exception_catchpoint | Tom Tromey | 2 | -4/+11 |
2019-02-15 | C++-ify bp_location | Tom Tromey | 4 | -52/+28 |
2019-02-15 | Use the correct name for various MACH-O based operating systems in comments. | Saagar Jha | 2 | -3/+7 |
2019-02-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-14 | Updating test case | Weimin Pan | 3 | -13/+17 |
2019-02-14 | [ld, hurd] Remove 'ld-elf/elf.exp' XFAILs | Thomas Schwinge | 2 | -7/+4 |
2019-02-14 | [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' | Thomas Schwinge | 2 | -2/+10 |
2019-02-14 | [gdb, hurd] Adjust to Hurd "proc" interface changes | David Michael | 2 | -3/+12 |
2019-02-14 | [gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' ... | Thomas Schwinge | 2 | -4/+8 |
2019-02-14 | [gdb, hurd] Repair build after "Use thread_info and inferior pointers more th... | Thomas Schwinge | 2 | -1/+5 |
2019-02-14 | [gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha... | Thomas Schwinge | 3 | -0/+6 |
2019-02-14 | [gdb, hurd] Repair build after "Convert struct target_ops to C++" changes | Thomas Schwinge | 4 | -7/+15 |
2019-02-14 | [gdb, hurd] Work around conflict between Mach's 'thread_info' function, and G... | Thomas Schwinge | 5 | -10/+27 |
2019-02-14 | [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declaration | Thomas Schwinge | 2 | -2/+4 |
2019-02-13 | (riscv/ada) fix error when calling functions with range argument | KONRAD Frederic | 2 | -0/+5 |
2019-02-14 | (Windows) remove thread notification for main thread of inferior | Joel Brobecker | 2 | -21/+69 |
2019-02-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-13 | Add Andrew Burgess as global maintainer of gdb/ and sim/ | Simon Marchi | 4 | -1/+11 |
2019-02-13 | Adding a test case | Weimin Pan | 3 | -0/+185 |
2019-02-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-02-12 | Try to use the canonical version of a sysroot for debug file links. | John Baldwin | 2 | -3/+15 |
2019-02-12 | Use child_path to determine if an object file is under a sysroot. | John Baldwin | 2 | -5/+12 |
2019-02-12 | Add a new function child_path. | John Baldwin | 5 | -0/+133 |
2019-02-12 | Look for separate debug files in debug directories under a sysroot. | John Baldwin | 2 | -2/+20 |
2019-02-12 | Make symtab.c better styled. | Philippe Waroquiers | 3 | -16/+59 |