Age | Commit message (Expand) | Author | Files | Lines |
2014-09-12 | Introduce common-regcache.h | Gary Benson | 3 | -1/+18 |
2014-09-11 | Introduce common/symbol.h | Gary Benson | 3 | -2/+41 |
2014-09-11 | Introduce target_{stop,continue}_ptid | Gary Benson | 2 | -0/+37 |
2014-09-11 | Introduce target/target.h | Gary Benson | 3 | -0/+32 |
2014-09-11 | Introduce show_debug_regs | Gary Benson | 4 | -17/+18 |
2014-09-08 | Fix ppc_collect/supply_ptrace_register() routines | Edjunior Barbosa Machado | 2 | -9/+42 |
2014-09-03 | Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROL | James Hogan | 2 | -0/+6 |
2014-09-03 | x86 debug address register clarifications | Gary Benson | 3 | -2/+7 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 8 | -128/+137 |
2014-09-02 | Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.c | Gary Benson | 2 | -2/+7 |
2014-08-29 | Use exceptions and cleanups in gdbserver | Gary Benson | 4 | -97/+125 |
2014-08-29 | Introduce common/common-exceptions.[ch] | Gary Benson | 3 | -1/+21 |
2014-08-29 | Introduce common/gdb_setjmp.h | Gary Benson | 3 | -0/+41 |
2014-08-29 | Move cleanups.[ch] to common | Gary Benson | 2 | -2/+11 |
2014-08-29 | Move internal_{,v}warning to common/errors.[ch] | Gary Benson | 2 | -0/+15 |
2014-08-28 | Remove fatal function and prototype | Gary Benson | 3 | -20/+5 |
2014-08-28 | Convert fatal to perror_with_name in IPA code | Gary Benson | 2 | -6/+10 |
2014-08-28 | Convert fatal to error in remote_prepare | Gary Benson | 2 | -1/+5 |
2014-08-28 | Downgrade fatal to warning in linux_async | Gary Benson | 2 | -1/+18 |
2014-08-28 | Convert fatal to gdb_assert in both i386_dr_low_set_addr | Gary Benson | 3 | -5/+10 |
2014-08-28 | Straightforward fatal to internal_error conversions | Gary Benson | 9 | -52/+117 |
2014-08-19 | Introduce common-debug.h | Gary Benson | 4 | -11/+21 |
2014-08-19 | Move print-utils.h to common-defs.h | Gary Benson | 2 | -2/+4 |
2014-08-19 | Introduce common-types.h | Gary Benson | 2 | -11/+8 |
2014-08-19 | Introduce common/errors.h | Gary Benson | 4 | -22/+36 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 12 | -23/+16 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 8 | -10/+10 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 2 | -2/+4 |
2014-08-07 | Move common-utils.h to common-defs.h | Gary Benson | 2 | -1/+4 |
2014-08-07 | Move ptid.h to common-defs.h | Gary Benson | 3 | -2/+5 |
2014-08-07 | Move gdb_locale.h to common-defs.h | Gary Benson | 2 | -1/+4 |
2014-08-07 | Move gdb/signals.h to common-defs.h | Gary Benson | 3 | -2/+5 |
2014-08-07 | Move pathmax.h to common-defs.h | Gary Benson | 2 | -3/+4 |
2014-08-07 | Move libiberty.h to common-defs.h | Gary Benson | 3 | -2/+5 |
2014-08-07 | Move ansidecl.h to common-defs.h | Gary Benson | 2 | -1/+4 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 4 | -3/+6 |
2014-08-07 | Move stdarg.h to common-defs.h | Gary Benson | 3 | -2/+5 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 8 | -8/+10 |
2014-08-07 | Move stdio.h to common-defs.h | Gary Benson | 7 | -6/+9 |
2014-08-06 | Rearrange awkwardly-nested conditionals | Gary Benson | 2 | -6/+8 |
2014-08-06 | Replace hardwired target-is-async check | Gary Benson | 2 | -1/+5 |
2014-07-31 | Do not include defs.h or server.h in any header file | Gary Benson | 5 | -5/+7 |
2014-07-30 | Introduce common/common-defs.h | Gary Benson | 2 | -2/+6 |
2014-07-30 | Make all source files include defs.h or server.h first | Gary Benson | 5 | -4/+11 |
2014-07-24 | Make gdbserver CORE_ADDR unsigned | Tom Tromey | 2 | -1/+6 |
2014-07-16 | Linux: Use kill_lwp/tkill instead of kill when killing a process | Pedro Alves | 2 | -1/+5 |
2014-07-15 | [GDBserver] Avoid stale errno | Pedro Alves | 2 | -6/+19 |
2014-07-11 | GDBserver crashes when killing a multi-thread process | Pedro Alves | 2 | -26/+48 |
2014-06-23 | x86 Linux watchpoints: Couldn't write debug register: Invalid argument. | Pedro Alves | 2 | -1/+9 |
2014-06-20 | Fix mingw32 build on x86-64 RHEL 6.5 | Gary Benson | 4 | -32/+7 |