summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR 19461: strange "info thread" behavior in non-stopusers/palves/fork-bugsPedro Alves2016-01-193-0/+257
* Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves2016-01-193-35/+265
* Move foreach_with_prefix to lib/gdb.expPedro Alves2016-01-194-36/+12
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-1913-121/+310
* testsuite/gdb.trace: Fix expected message on continue.Marcin Koƛcielnicki2016-01-194-22/+41
* Fix PR18735 test for RL78.Nick Clifton2016-01-192-0/+6
* Automatic date update in version.inGDB Administrator2016-01-191-1/+1
* MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki2016-01-186-72/+27
* MIPS: Only build microMIPS specific simulator functions if microMIPS support ...Andrew Bennett2016-01-182-0/+42
* MIPS: Fix microMIPS instruction size determinationMaciej W. Rozycki2016-01-182-1/+8
* testsuite: Remove unused global references in gdb_testSimon Marchi2016-01-182-2/+4
* Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton2016-01-188-11/+34
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-1829-47/+191
* Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi2016-01-185-32/+46
* Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi2016-01-1812-180/+83
* [testsuite] @progbits -> %progbitsYao Qi2016-01-183-8/+14
* Re-enable rgn-at11 test for MIPS targets with adjusted section alignment.Nick Clifton2016-01-183-6/+19
* Provide AC_PROG_LEX that copes with LEX=missing from top-levelAlan Modra2016-01-188-12/+44
* Fix gdbserver build failure on targets without forkGary Benson2016-01-186-55/+326
* Skip linker plugin tests if the linker has not been configured to support plu...Nick Clifton2016-01-182-0/+11
* Automatic date update in version.inGDB Administrator2016-01-181-1/+1
* GDB SIGSEGV opening a Fortran program compiled with ifortJonas Hahnfeld2016-01-172-1/+9
* fix gdb version parsing in src-release.shJoel Brobecker2016-01-171-1/+1
* Minor comment fixes in sim/common/sim-fpu.c.Joel Brobecker2016-01-172-67/+71
* minor reformatting in sim/common/sim-fpu.c.Joel Brobecker2016-01-172-2/+9
* Regen configureAlan Modra2016-01-1712-7/+31
* m68hc11/12 and xgate config.sub weirdnessAlan Modra2016-01-1710-2/+34
* m68hc11/12 readelf supportAlan Modra2016-01-172-0/+7
* Automatic date update in version.inGDB Administrator2016-01-171-1/+1
* [gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen2016-01-152-2/+11
* Automatic date update in version.inGDB Administrator2016-01-161-1/+1
* Fix phony_iconv wide character support.Sandra Loosemore2016-01-152-27/+57
* Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2016-01-1511-30/+185
* Fix "thread apply $conv_var" and misc other related problemsPedro Alves2016-01-155-22/+165
* Automatic date update in version.inGDB Administrator2016-01-151-1/+1
* Fix display of RL78 MOVW instructions that use the stack pointer.Nick Clifton2016-01-148-3/+53
* [ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi2016-01-144-29/+36
* Fix C++ build error by casting void *Yao Qi2016-01-143-2/+7
* [AArch64] Fix missing architecture checks for ARMv8.2 system registers.Matthew Wahab2016-01-145-9/+70
* Fix Thumb-Thumb farcall v6-M (no profile) testThomas Preud'homme2016-01-144-9/+15
* [ARM] Make thumb2_breakpoint static againYao Qi2016-01-149-12/+33
* Automatic date update in version.inGDB Administrator2016-01-141-1/+1
* Nios II/GAS: Fix build error in `output_movia'Maciej W. Rozycki2016-01-132-1/+5
* MAINTAINERS: Add Andreas Arnez as s390 target maintainer.Ulrich Weigand2016-01-132-0/+5
* Remove spurious condition in test for closing parenthesis.Yoshinori Sato2016-01-132-1/+6
* Read instruction with byte_order_for_codeYao Qi2016-01-132-1/+7
* Add $_gthread convenience variablePedro Alves2016-01-1310-11/+89
* Implement "info threads -gid"Pedro Alves2016-01-138-10/+55
* Add Python InferiorThread.global_num attributePedro Alves2016-01-138-4/+63
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-1342-341/+1537