Age | Commit message (Expand) | Author | Files | Lines |
2016-04-27 | Rename gdb_load_shlibs to gdb_load_shlib | Simon Marchi | 54 | -85/+147 |
2016-04-27 | Make gdb_load_shlibs return the destination path of the library | Simon Marchi | 11 | -15/+38 |
2016-04-27 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 2 | -0/+23 |
2016-04-27 | Skip gdb.base/branch-to-self.exp if gdb,nosignals exists | Yao Qi | 2 | -0/+10 |
2016-04-27 | c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCT | Martin Galvan | 2 | -8/+14 |
2016-04-27 | Tweak doc on command tfind | Yao Qi | 2 | -1/+7 |
2016-04-27 | Avoid non-C++-enabled babeltrace versions | Andreas Arnez | 3 | -0/+8 |
2016-04-26 | fort_dyn_array: Use value constructor instead of raw-buffer manipulation. | Keven Boell | 4 | -79/+58 |
2016-04-26 | fort_dyn_array: Support evaluation of dynamic elements inside arrays. | Bernhard Heckel | 5 | -2/+89 |
2016-04-26 | fort_dyn_array: Enable dynamic member types inside a structure. | Bernhard Heckel | 8 | -6/+292 |
2016-04-25 | New test case gdb.base/branch-to-self.exp | Yao Qi | 3 | -0/+114 |
2016-04-25 | Resume the inferior with signal rather than stepping over | Yao Qi | 2 | -3/+21 |
2016-04-25 | [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted | Yao Qi | 2 | -1/+6 |
2016-04-25 | Insert breakpoint even when the raw breakpoint is found | Yao Qi | 2 | -20/+35 |
2016-04-25 | Force to insert software single step breakpoint | Yao Qi | 6 | -8/+62 |
2016-04-22 | Fix checks for VSX and Altivec availability on Power | Edjunior Barbosa Machado | 2 | -2/+9 |
2016-04-22 | Fix fails in gdb.trace/unavailable.exp | Yao Qi | 2 | -2/+7 |
2016-04-22 | Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memory | Yao Qi | 2 | -1/+10 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 28 | -484/+203 |
2016-04-22 | Switch gdb's TRY/CATCH to C++ try/catch | Pedro Alves | 2 | -5/+12 |
2016-04-22 | Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH | Pedro Alves | 4 | -38/+191 |
2016-04-22 | Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapper | Pedro Alves | 2 | -7/+14 |
2016-04-22 | [ARM] Clear reserved bits in CPSR | Yao Qi | 4 | -2/+19 |
2016-04-22 | Fix fail in gdb.base/annota1.exp and gdb.base/annota3.exp | Yao Qi | 3 | -11/+17 |
2016-04-22 | Joel Brobecker stepping down as AIX Maintainer | Joel Brobecker | 2 | -1/+4 |
2016-04-22 | [obv] [PR gdb/19980] Typo in gdbserver/configure.srv | Walfred Tedeschi | 1 | -1/+1 |
2016-04-22 | Tweak gdb.reverse/step-precsave.exp and gdb.reverse/step-reverse.exp | Yao Qi | 3 | -16/+33 |
2016-04-22 | Deliver signal in hardware single step | Yao Qi | 4 | -5/+28 |
2016-04-22 | New test case gdb.trace/signal.exp | Yao Qi | 3 | -0/+252 |
2016-04-22 | MIPS: Go back with the default Linux # of registers to 90 | Maciej W. Rozycki | 2 | -1/+11 |
2016-04-21 | Switch gdb's TRY/CATCH to sjlj again | Pedro Alves | 2 | -6/+10 |
2016-04-21 | Fix AIX gdb build with C++ compiler | Pedro Alves | 3 | -8/+16 |
2016-04-21 | Fix s390 GNU/Linux gdb and gdbserver builds | Pedro Alves | 4 | -9/+21 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 10 | -16/+34 |
2016-04-20 | Build GDB as a C++ program by default | Pedro Alves | 5 | -3/+12 |
2016-04-20 | Fix host signal vs gdb signal mixup in gdb/darwin-nat.c | Pedro Alves | 2 | -1/+5 |
2016-04-20 | Fix "incompatible pointer type" warning in gdb/aarch64-tdep.c | Pedro Alves | 2 | -1/+7 |
2016-04-20 | gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warning | Pedro Alves | 2 | -1/+5 |
2016-04-20 | symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors. | Doug Evans | 2 | -1/+11 |
2016-04-20 | Include arch/arm-linux.h in aarch32-linux-nat.c | Yao Qi | 2 | -0/+5 |
2016-04-20 | Move ARM_CPSR_GREGNUM to arch/arm-linux.h | Yao Qi | 5 | -5/+18 |
2016-04-19 | Handle void * conversions in FreeBSD/x86 native code to fix C++ build. | John Baldwin | 4 | -8/+20 |
2016-04-19 | Cast the pointer assigned to ss_sp to char *. | John Baldwin | 2 | -1/+7 |
2016-04-19 | Add pr number to earlier entry. | Doug Evans | 1 | -0/+1 |
2016-04-19 | symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile. | Doug Evans | 2 | -7/+11 |
2016-04-19 | Fix copyright year, remove linux only test. | Doug Evans | 1 | -7/+5 |
2016-04-19 | * source.c (is_regular_file): New arg errno_ptr. | Doug Evans | 4 | -8/+92 |
2016-04-19 | linux-record: Squash cases with identical handling | Andreas Arnez | 2 | -17/+8 |
2016-04-19 | Re-factor (i386|amd64)mpx target descriptions. | Walfred Tedeschi | 13 | -132/+39 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 29 | -13/+1325 |