Age | Commit message (Expand) | Author | Files | Lines |
2015-08-27 | Fix inverted statements in m88k_analyze_prologue | Simon Marchi | 2 | -2/+7 |
2015-08-27 | Remove duplicate ChangeLog entry | Simon Marchi | 1 | -4/+0 |
2015-08-27 | Document non-8-bits addressable memory support in NEWS | Simon Marchi | 2 | -0/+11 |
2015-08-27 | gdbserver/proc-service.c: bogus return value conversion | Pedro Alves | 2 | -1/+7 |
2015-08-27 | gdb: Drop use of obsolete AC_TYPE_SIGNAL | Pedro Alves | 4 | -37/+5 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 9 | -21/+39 |
2015-08-27 | Import the "signal-h" module from gnulib | Pedro Alves | 11 | -21/+954 |
2015-08-27 | Fix ChangeLog entry date and mention gdb/18804 | Pedro Alves | 1 | -1/+2 |
2015-08-27 | gdb: remove packet size limit | Pedro Alves | 2 | -35/+49 |
2015-08-27 | Mention language in compile error message | Luis Machado | 2 | -1/+7 |
2015-08-27 | Force language to C in gdb.compile/compile-ifunc.exp | Luis Machado | 2 | -0/+11 |
2015-08-26 | Unset attach_flag when running a new process | Patrick Palka | 5 | -0/+100 |
2015-08-26 | Fix gdbarch.c build error | Simon Marchi | 3 | -2/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 177 | -675/+906 |
2015-08-26 | Fix native follow-exec-mode "new" | Don Breazeal | 3 | -3/+21 |
2015-08-26 | New test for follow-exec-mode | Don Breazeal | 3 | -0/+242 |
2015-08-26 | gdb: Add Markus Metzger as btrace maintainer | Pedro Alves | 2 | -0/+11 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 9 | -21/+143 |
2015-08-25 | Print tid in debug output of debug_reg_change_callback | Yao Qi | 2 | -5/+11 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 45 | -155/+1003 |
2015-08-25 | Move aarch64_linux_new_thread to nat/aarch64-linux.c | Yao Qi | 6 | -29/+28 |
2015-08-25 | Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.c | Yao Qi | 11 | -81/+127 |
2015-08-25 | Make aarch64_linux_prepare_to_resume the same on GDB and GDBserver | Yao Qi | 4 | -9/+18 |
2015-08-25 | Add pid argument in aarch64_get_debug_reg_state | Yao Qi | 2 | -10/+16 |
2015-08-25 | Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar... | Yao Qi | 6 | -170/+108 |
2015-08-25 | Make debug_reg_change_callback the same on GDB and GDBserver | Yao Qi | 2 | -2/+2 |
2015-08-25 | Make aarch64_notify_debug_reg_change the same on GDB and GDBserver | Yao Qi | 4 | -2/+12 |
2015-08-25 | Use debug_printf in debug_reg_change_callback | Yao Qi | 4 | -21/+28 |
2015-08-25 | Use phex debug_reg_change_callback | Yao Qi | 2 | -8/+12 |
2015-08-25 | Get pid rather than lwpid | Yao Qi | 2 | -1/+6 |
2015-08-25 | Remove some comments in debug_reg_change_callback | Yao Qi | 2 | -20/+4 |
2015-08-25 | Re-indent the code | Yao Qi | 2 | -33/+38 |
2015-08-25 | [gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_change | Yao Qi | 2 | -19/+21 |
2015-08-24 | gdbserver crashes when multiprocess extensions aren't supported | Pedro Alves | 7 | -3/+110 |
2015-08-24 | Add "set remote multiprocess-extensions-packet" command | Pedro Alves | 5 | -2/+26 |
2015-08-24 | Update gnulib to current upstream master | Pedro Alves | 160 | -1272/+3885 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 24 | -28/+94 |
2015-08-24 | Fix gdbserver SPU build | Pedro Alves | 2 | -1/+6 |
2015-08-24 | Make z int | Luis Machado | 2 | -1/+5 |
2015-08-24 | Make z volatile. | Luis Machado | 2 | -1/+6 |
2015-08-24 | Prevent GCC from folding inline test functions | Luis Machado | 5 | -3/+15 |
2015-08-24 | gdb/testsuite/: garbage collect a few references to dead targets | Pedro Alves | 7 | -49/+32 |
2015-08-24 | gdb manual: Remove references to deleted targets | Pedro Alves | 2 | -398/+16 |
2015-08-24 | Delete the remaining ROM monitor targets | Pedro Alves | 13 | -4452/+46 |
2015-08-24 | gnu_vector.exp: Avoid some more known FAILs | Andreas Arnez | 2 | -13/+60 |
2015-08-21 | Fix ax.c:gdb_eval_agent_expr | Pedro Alves | 2 | -1/+6 |
2015-08-21 | C++: Initialize a couple const globals | Pedro Alves | 4 | -2/+10 |
2015-08-21 | gdb/dwarf2read.c: rename a field for c++ | Tom Tromey | 2 | -60/+70 |
2015-08-21 | tui: don't overwrite a secondary prompt that was given no input | Patrick Palka | 4 | -1/+34 |
2015-08-21 | Use tui_putc to output newline entered by the user | Patrick Palka | 2 | -1/+6 |