Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-04-18 | Fix PR gdb/19250: ptrace prototype is not detected properly in C++ mode | Pedro Alves | 5 | -154/+23 |
2016-04-18 | Fix gdb crash when trying to print the address of a synthetic C++ reference | Martin Galvan | 4 | -4/+120 |
2016-04-18 | fortran: Testsuite, fix different type naming across compilers. | Bernhard Heckel | 9 | -48/+142 |
2016-04-18 | Testsuite: Fix compiling of shared libraries with ICC. | Bernhard Heckel | 2 | -0/+7 |
2016-04-18 | testsuite: Support detection of Intel compilers via test_compiler_version. | Bernhard Heckel | 3 | -0/+29 |
2016-04-18 | Revert 415fa612 | Yao Qi | 2 | -8/+8 |
2016-04-16 | gdb/ada-exp.y: Remap yydefred | Pedro Alves | 2 | -0/+5 |
2016-04-16 | Fix gdb build with --enable-build-with-cxx --disable-nls | Pedro Alves | 2 | -2/+7 |
2016-04-16 | Fix gdb C++ build when libipt is available | Pedro Alves | 2 | -2/+7 |
2016-04-15 | MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT | Pedro Alves | 2 | -4/+13 |
2016-04-15 | [ARM] minor opt in thumb_stack_frame_destroyed_p | Yao Qi | 2 | -0/+13 |
2016-04-14 | Avoid "format not a string literal" warnings | Pedro Alves | 3 | -25/+37 |
2016-04-14 | Avoid implicit float <-> integer conversion warnings | Pedro Alves | 3 | -3/+9 |
2016-04-13 | Test GDB connection to GDBserver with no symbol files | Luis Machado | 3 | -0/+124 |