Age | Commit message (Expand) | Author | Files | Lines |
2019-02-19 | Minor Ada task cleanups | Tom Tromey | 4 | -32/+42 |
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-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-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-14 | Updating test case | Weimin Pan | 3 | -13/+17 |
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-13 | Add Andrew Burgess as global maintainer of gdb/ and sim/ | Simon Marchi | 2 | -0/+5 |
2019-02-13 | Adding a test case | Weimin Pan | 3 | -0/+185 |
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 |
2019-02-12 | Use address style to print addresses in breakpoint information. | Philippe Waroquiers | 2 | -3/+10 |
2019-02-12 | Use function_name_style to print Ada and C function names | Philippe Waroquiers | 3 | -3/+17 |
2019-02-11 | AArch64: Detect exit from execve syscall | Alan Hayward | 2 | -22/+39 |
2019-02-10 | Fix type_stack leaks in c expression parsing. | Philippe Waroquiers | 2 | -0/+9 |
2019-02-10 | (Ada) -var-update crash for variable whose type is a reference to changeable | Joel Brobecker | 7 | -0/+157 |
2019-02-08 | RISC-V: Add FP register core file support. | Jim Wilson | 2 | -2/+27 |
2019-02-07 | gdbserver: When attaching, add process before lwps | Alan Hayward | 5 | -24/+100 |
2019-02-07 | Make gdb.base/corefile.exp work on terminals with few rows | Simon Marchi | 2 | -24/+26 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 11 | -486/+289 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 220 | -530/+974 |
2019-02-06 | Factorize macro definition code in macrotab.c | Philippe Waroquiers | 2 | -29/+38 |
2019-02-06 | Fix leak of identifier in macro definition. | Philippe Waroquiers | 2 | -14/+17 |
2019-02-06 | Fix 'info proc cmdline' for native FreeBSD processes. | John Baldwin | 2 | -0/+11 |