Age | Commit message (Expand) | Author | Files | Lines |
2013-11-01 | breakpoint.c: fix libc probe scan when no get_longjmp_target exists. | Tiago Stürmer Daitx | 2 | -2/+8 |
2013-10-31 | infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP. | Pedro Alves | 2 | -9/+15 |
2013-10-31 | Extra error message from update_watchpoint | Andrew Burgess | 5 | -6/+48 |
2013-10-30 | S/390: Add missing gdb_prompt in s390-multiarch.exp | Ulrich Weigand | 2 | -2/+9 |
2013-10-30 | S/390: Rename source files to *-linux-* | Ulrich Weigand | 8 | -9/+27 |
2013-10-30 | Clean up whitespace in S/390 -tdep and -nat files. | Ulrich Weigand | 4 | -134/+139 |
2013-10-30 | linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..." | Maciej W. Rozycki | 2 | -1/+6 |
2013-10-29 | undef reg in gdb_curses.h | Tom Tromey | 3 | -5/+13 |
2013-10-29 | ChangeLog entries for the remove-symbol-file commits. | Nicolas Blanc | 3 | -0/+35 |
2013-10-29 | gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs variables defining... | Pedro Alves | 3 | -13/+5 |
2013-10-29 | Print <unavailable> for unavailable registers in info register output. | Andrew Burgess | 4 | -17/+23 |
2013-10-29 | Test adding and removing a symbol file at runtime. | Nicolas Blanc | 5 | -0/+715 |
2013-10-29 | Function is_elf_target. | Nicolas Blanc | 1 | -0/+39 |
2013-10-29 | Create target sections for user-added symbol files. | Nicolas Blanc | 3 | -2/+69 |
2013-10-29 | Documentation for the remove-symbol-file command. | Nicolas Blanc | 2 | -2/+30 |
2013-10-29 | New remove-symbol-file command. | Nicolas Blanc | 7 | -9/+209 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 8 | -39/+30 |
2013-10-28 | breakpoint.c:watchpoints_triggered: simplify a tiny bit. | Pedro Alves | 2 | -1/+6 |
2013-10-28 | Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S. | Tom de Vries | 2 | -1/+5 |
2013-10-28 | infrun.c:process_event_stop_test: Reindent. | Pedro Alves | 2 | -187/+186 |
2013-10-28 | infrun.c:handle_inferior_event: Make process_event_stop_test label a function. | Pedro Alves | 2 | -15/+37 |
2013-10-28 | infrun.c:handle_inferior_event: Move process_event_stop_test goto label. | Pedro Alves | 2 | -7/+13 |
2013-10-28 | infrun.c:handle_inferior_event: Put all ecs->random_signal tests together. | Pedro Alves | 2 | -78/+100 |
2013-10-28 | infrun.c:handle_inferior_event: Remove some more dead code. | Pedro Alves | 2 | -13/+6 |
2013-10-27 | Rename field 'lang' to 'lang_ops'. | Yao Qi | 2 | -15/+25 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 15 | -3/+63 |
2013-10-25 | testsuite: Fix gdb.base/bang.exp for remote stubs without exit | Anton Kolesov | 2 | -9/+7 |
2013-10-25 | Print nonexisting/optimized out static fields gracefully. | Pedro Alves | 8 | -35/+53 |
2013-10-25 | Send qXfer:traceframe-info:read when traceframe is selected. | Yao Qi | 2 | -0/+10 |
2013-10-25 | Fix changelog. | Yao Qi | 1 | -0/+6 |
2013-10-25 | Remove global traceframe_fun and traceframe_sal | Yao Qi | 1 | -6/+2 |
2013-10-25 | Minor coding style fixes in varobj.h | Joel Brobecker | 2 | -7/+12 |
2013-10-25 | testsuite: Persistent gdbserver cleanup | Maciej W. Rozycki | 3 | -0/+24 |
2013-10-25 | Avoid producing broken non-native core files | Maciej W. Rozycki | 4 | -4/+15 |
2013-10-25 | Fix ChangeLog typo | Maciej W. Rozycki | 1 | -1/+1 |
2013-10-25 | linux-tdep.c: Remove unused `num_notes' struct member | Maciej W. Rozycki | 2 | -4/+7 |
2013-10-25 | Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh... | Pedro Alves | 11 | -37/+118 |
2013-10-25 | infrun debug output: print enum gdb_signal symbol names instead of POSIX sign... | Pedro Alves | 5 | -9/+40 |
2013-10-25 | Fix off-by-one errors in *scanf format strings. | Gary Benson | 2 | -25/+54 |
2013-10-25 | Remove dead sets/clears of ecs->random signal. | Pedro Alves | 2 | -9/+5 |
2013-10-25 | Add missing ChangeLog entries for previous commits. | Pedro Alves | 1 | -0/+23 |
2013-10-25 | infrun.c:keep_going: update comments. | Pedro Alves | 1 | -35/+31 |
2013-10-25 | remote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN. | Pedro Alves | 1 | -4/+14 |
2013-10-25 | Fix up a couple oddities in GDB's signal names and strings. | Pedro Alves | 2 | -18/+18 |
2013-10-25 | 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com> | Jose E. Marchesi | 2 | -0/+5 |
2013-10-25 | fix ARI for git migration | Tom Tromey | 1 | -0/+5 |
2013-10-25 | fix CONTRIBUTE for git migration | Tom Tromey | 1 | -7/+7 |
2013-10-21 | 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com> | Jose E. Marchesi | 3 | -3/+16 |
2013-10-21 | 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com> | Jose E. Marchesi | 2 | -1/+19 |
2013-10-18 | * lib/gdb.exp (build_executable_from_specs): Remove duplicate set | Tom Tromey | 2 | -2/+5 |