aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Add PIC and TLS support to the ARC target.Miranda Cupertino9-608/+1951
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves13-121/+310
2016-01-19testsuite/gdb.trace: Fix expected message on continue.Marcin Koƛcielnicki4-22/+41
2016-01-19Fix PR18735 test for RL78.Nick Clifton2-0/+6
2016-01-19Automatic date update in version.inGDB Administrator1-1/+1
2016-01-18MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki6-72/+27
2016-01-18MIPS: Only build microMIPS specific simulator functions if microMIPS support ...Andrew Bennett2-0/+42
2016-01-18MIPS: Fix microMIPS instruction size determinationMaciej W. Rozycki2-1/+8
2016-01-18testsuite: Remove unused global references in gdb_testSimon Marchi2-2/+4
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton8-11/+34
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves29-47/+191
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi5-32/+46
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi12-180/+83
2016-01-18[testsuite] @progbits -> %progbitsYao Qi3-8/+14
2016-01-18Re-enable rgn-at11 test for MIPS targets with adjusted section alignment.Nick Clifton3-6/+19
2016-01-18Provide AC_PROG_LEX that copes with LEX=missing from top-levelAlan Modra8-12/+44
2016-01-18Fix gdbserver build failure on targets without forkGary Benson6-55/+326
2016-01-18Skip linker plugin tests if the linker has not been configured to support plu...Nick Clifton2-0/+11
2016-01-18Automatic date update in version.inGDB Administrator1-1/+1
2016-01-17GDB SIGSEGV opening a Fortran program compiled with ifortJonas Hahnfeld2-1/+9
2016-01-17fix gdb version parsing in src-release.shJoel Brobecker1-1/+1
2016-01-17Minor comment fixes in sim/common/sim-fpu.c.Joel Brobecker2-67/+71
2016-01-17minor reformatting in sim/common/sim-fpu.c.Joel Brobecker2-2/+9
2016-01-17Regen configureAlan Modra12-7/+31
2016-01-17m68hc11/12 and xgate config.sub weirdnessAlan Modra10-2/+34
2016-01-17m68hc11/12 readelf supportAlan Modra2-0/+7
2016-01-17Automatic date update in version.inGDB Administrator1-1/+1
2016-01-15[gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen2-2/+11
2016-01-16Automatic date update in version.inGDB Administrator1-1/+1
2016-01-15Fix phony_iconv wide character support.Sandra Loosemore2-27/+57
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves11-30/+185
2016-01-15Fix "thread apply $conv_var" and misc other related problemsPedro Alves5-22/+165
2016-01-15Automatic date update in version.inGDB Administrator1-1/+1
2016-01-14Fix display of RL78 MOVW instructions that use the stack pointer.Nick Clifton8-3/+53
2016-01-14[ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi4-29/+36
2016-01-14Fix C++ build error by casting void *Yao Qi3-2/+7
2016-01-14[AArch64] Fix missing architecture checks for ARMv8.2 system registers.Matthew Wahab5-9/+70
2016-01-14Fix Thumb-Thumb farcall v6-M (no profile) testThomas Preud'homme4-9/+15
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi9-12/+33
2016-01-14Automatic date update in version.inGDB Administrator1-1/+1
2016-01-13Nios II/GAS: Fix build error in `output_movia'Maciej W. Rozycki2-1/+5
2016-01-13MAINTAINERS: Add Andreas Arnez as s390 target maintainer.Ulrich Weigand2-0/+5
2016-01-13Remove spurious condition in test for closing parenthesis.Yoshinori Sato2-1/+6
2016-01-13Read instruction with byte_order_for_codeYao Qi2-1/+7
2016-01-13Add $_gthread convenience variablePedro Alves10-11/+89
2016-01-13Implement "info threads -gid"Pedro Alves8-10/+55
2016-01-13Add Python InferiorThread.global_num attributePedro Alves8-4/+63
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves42-341/+1537
2016-01-13Centralize thread ID printingPedro Alves11-71/+137
2016-01-13Add Python InferiorThread.inferior attributePedro Alves7-0/+42