Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-02-05 | Hoist assertion in target_stack::unpush | Tom Tromey | 2 | -2/+6 |
2019-01-30 | [PR gdb/23985] Fix libinproctrace.so build | Szabolcs Nagy | 2 | -0/+12 |
2019-01-30 | Release the GIL while running a gdb command or expression | Tom Tromey | 3 | -0/+35 |
2019-01-28 | Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders. | John Baldwin | 3 | -97/+66 |
2019-01-28 | Revert "gdbserver: When attaching, add process before lwps" | Alan Hayward | 1 | -2/+2 |
2019-01-28 | Replace contribution list in CONTRIBUTE file with link | Alan Hayward | 2 | -140/+12 |
2019-01-28 | gdbserver: When attaching, add process before lwps | Alan Hayward | 1 | -2/+2 |
2019-01-27 | Remove duplicate skip_python_tests invocation | Tom Tromey | 2 | -3/+5 |
2019-01-25 | Don't use -I for common subdirectory | Tom Tromey | 4 | -2/+10 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 242 | -363/+612 |
2019-01-25 | Update create-version.sh to use common/version.h | Tom Tromey | 2 | -1/+5 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 12 | -98/+100 |
2019-01-24 | Fix clang/libc++ build | Pedro Alves | 2 | -1/+8 |
2019-01-24 | AArch64 AAPCS: Ignore static members | Alan Hayward | 5 | -6/+235 |