aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves6-302/+391
2015-01-09linux-nat.c: always mark execing LWP as resumedPedro Alves2-0/+9
2015-01-09linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves2-120/+67
2015-01-09cleanup and speed up (software_)breakpoint_inserted_here_pPedro Alves2-25/+44
2015-01-09watch_thread_num.exp and targets with fairer event reportingPedro Alves4-14/+74
2015-01-09gdb.threads/{siginfo-thread.c,watchthreads-reorder.c,ia64-sigill.c} races wit...Pedro Alves4-0/+51
2015-01-09Use official ELF machine number for moxieAnthony Green4-1/+13
2015-01-09Test attaching to a program that constantly spawns short-lived threadsPedro Alves3-0/+288
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves6-12/+75
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves5-0/+35
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves11-127/+406
2015-01-09libthread_db: debug output should go to gdb_stdlogPedro Alves2-15/+31
2015-01-09skip "attach" tests when testing against stub-like targetsPedro Alves8-15/+50
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-0/+6
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-2/+7
2015-01-09Automatic date update in version.inGDB Administrator1-1/+1
2015-01-08Adds code to the MSP430 linker to transform a 4-byte BR instruction intoNick Clifton2-6/+64
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton6-4/+47
2015-01-08Fix memory access violations triggered by running sysdump on fuzzed binaries.Nick Clifton2-2/+16
2015-01-08ld/x86-64: adjust pr14207 test expectationsJan Beulich2-7/+12
2015-01-08always read synthetic pointers as signed integersYao Qi4-27/+19
2015-01-08Fixes for memory access violations triggered by running nlmconv onNick Clifton2-2/+36
2015-01-08 Set language for C++ special symbols.Pierre Muller2-2/+8
2015-01-08Recognize branch instruction on MIPS in gdb.trace/entry-values.expYao Qi2-0/+18
2015-01-08Automatic date update in version.inGDB Administrator1-1/+1
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka2-2/+6
2015-01-07Sync with gcc/libiberty.Richard Earnshaw12-87/+409
2015-01-07Fix memory access violations uncovered by running the dlltool on fuzzed binar...Nick Clifton2-0/+6
2015-01-07Fix memory access violations exposed by running the srconv tool on fuzzed bin...Nick Clifton3-14/+31
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker2-0/+6
2015-01-07[testsuite patch] Fix avx512.exp regressionJan Kratochvil2-1/+6
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka4-1/+27
2015-01-07ld/testing: Extend comment on run_dump_testAndrew Burgess2-3/+9
2015-01-07Regenerate sim/common/aclocal.m4 and sim/common/configure...Joel Brobecker3-11/+14
2015-01-07arm: fix extension feature disablingJan Beulich2-15/+33
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker3-2/+7
2015-01-06Skip unknown relocationH.J. Lu3-3/+10
2015-01-07Automatic date update in version.inGDB Administrator1-1/+1
2015-01-06Handle stack split for x32H.J. Lu12-16/+357
2015-01-06Another fix for an objdump crash when parsing a corrupt binary.Nick Clifton2-1/+6
2015-01-06Handle Initial-Exec to Local-Exec for x32H.J. Lu2-0/+12
2015-01-06Fix memory access violations for objdump triggered by fuzzed binaries.Nick Clifton2-5/+12
2015-01-06Fixes a buffer overflow when compiling assembler for the MinGW targets.Alan Modra2-1/+11
2015-01-06Fixes for memory access violations in the coffdump program.Nick Clifton8-277/+421
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel Brobecker2-1/+6
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker4-1/+17
2015-01-05Return NULL on corrupt inputH.J. Lu3-3/+16
2015-01-06Automatic date update in version.inGDB Administrator1-1/+1
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton9-39/+150
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton4-58/+180