aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves28-484/+203
2016-04-22Switch gdb's TRY/CATCH to C++ try/catchPedro Alves2-5/+12
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves4-38/+191
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves2-7/+14
2016-04-22[ARM] Clear reserved bits in CPSRYao Qi4-2/+19
2016-04-22Fix fail in gdb.base/annota1.exp and gdb.base/annota3.expYao Qi3-11/+17
2016-04-22Joel Brobecker stepping down as AIX MaintainerJoel Brobecker2-1/+4
2016-04-22[obv] [PR gdb/19980] Typo in gdbserver/configure.srvWalfred Tedeschi1-1/+1
2016-04-22Tweak gdb.reverse/step-precsave.exp and gdb.reverse/step-reverse.expYao Qi3-16/+33
2016-04-22Deliver signal in hardware single stepYao Qi4-5/+28
2016-04-22New test case gdb.trace/signal.expYao Qi3-0/+252
2016-04-22MIPS: Go back with the default Linux # of registers to 90Maciej W. Rozycki2-1/+11
2016-04-21Switch gdb's TRY/CATCH to sjlj againPedro Alves2-6/+10
2016-04-21Fix AIX gdb build with C++ compilerPedro Alves3-8/+16
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves4-9/+21
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves10-16/+34
2016-04-20Build GDB as a C++ program by defaultPedro Alves5-3/+12
2016-04-20Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves2-1/+5
2016-04-20Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves2-1/+7
2016-04-20gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves2-1/+5
2016-04-20symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans2-1/+11
2016-04-20Include arch/arm-linux.h in aarch32-linux-nat.cYao Qi2-0/+5
2016-04-20Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi5-5/+18
2016-04-19Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin4-8/+20
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin2-1/+7
2016-04-19Add pr number to earlier entry.Doug Evans1-0/+1
2016-04-19symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans2-7/+11
2016-04-19Fix copyright year, remove linux only test.Doug Evans1-7/+5
2016-04-19* source.c (is_regular_file): New arg errno_ptr.Doug Evans4-8/+92
2016-04-19linux-record: Squash cases with identical handlingAndreas Arnez2-17/+8
2016-04-19Re-factor (i386|amd64)mpx target descriptions.Walfred Tedeschi13-132/+39
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi29-13/+1325
2016-04-18Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves5-154/+23
2016-04-18Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan4-4/+120
2016-04-18fortran: Testsuite, fix different type naming across compilers.Bernhard Heckel9-48/+142
2016-04-18Testsuite: Fix compiling of shared libraries with ICC.Bernhard Heckel2-0/+7
2016-04-18testsuite: Support detection of Intel compilers via test_compiler_version.Bernhard Heckel3-0/+29
2016-04-18Revert 415fa612Yao Qi2-8/+8
2016-04-16gdb/ada-exp.y: Remap yydefredPedro Alves2-0/+5
2016-04-16Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves2-2/+7
2016-04-16Fix gdb C++ build when libipt is availablePedro Alves2-2/+7
2016-04-15MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2-4/+13
2016-04-15[ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi2-0/+13
2016-04-14Avoid "format not a string literal" warningsPedro Alves3-25/+37
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves3-3/+9
2016-04-13Test GDB connection to GDBserver with no symbol filesLuis Machado3-0/+124
2016-04-13Debugging without a binary (regression)Luis Machado2-2/+64
2016-04-13Fix zero_ext documentationAntoine Tremblay2-2/+5
2016-04-13Fix and improve comment in gdb_remote_downloadSimon Marchi2-2/+11
2016-04-13gdbserver-base.exp: Copy file to standard output directory in ${board}_downloadSimon Marchi2-1/+13