aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard5-29/+42
2016-01-25Remove new_thread_notify and dead_thread_notifyYao Qi3-35/+7
2016-01-25Fix PR 19461: strange "info thread" behavior in non-stopPedro Alves5-0/+269
2016-01-25Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves5-35/+281
2016-01-25Move foreach_with_prefix to lib/gdb.expPedro Alves5-36/+22
2016-01-25Delete ChangeLog entry from the wrong placePedro Alves1-63/+0
2016-01-25gdb.trace/testsuite: Bump stack collection fudge factor.Marcin Kościelnicki3-2/+7
2016-01-23gdb.trace: Fix unavailable-dwarf-piece.exp on big endian targetsMarcin Kościelnicki2-3/+22
2016-01-23gdb.trace: Fix another expected message on continue.Marcin Kościelnicki2-1/+5
2016-01-22testsuite: gdb.gdb/selftest.exp: Drop expected Thread numberJan Kratochvil2-1/+8
2016-01-22testsuite: Fix PR threads/19422 regression + Guile regressionJan Kratochvil2-1/+12
2016-01-22Reword the string description of native FreeBSD ptids.John Baldwin2-1/+5
2016-01-22gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.Marcin Kościelnicki2-3/+10
2016-01-22[testsuite] Unbuffer the output in gdb.base/multi-forks.cYao Qi2-0/+11
2016-01-22[ARM] perror_with_name when failed to fetch/store registersYao Qi2-48/+20
2016-01-21* breakpoint.c (init_breakpoint_sal): Add comment.Doug Evans2-1/+6
2016-01-21* lib/ada.exp (gdb_compile_ada): Fix typo.Doug Evans2-1/+5
2016-01-21gdb.trace: Fix string collection for 64-bit platforms.Marcin Kościelnicki2-12/+15
2016-01-21gdb: Small cleanup to disasm.c:maybe_add_dis_line_entryAndrew Burgess2-4/+9
2016-01-21gdb: Respect CXXFLAGS when building with C++ compilerPedro Alves7-11/+41
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker12-12/+229
2016-01-21Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi4-6/+42
2016-01-20Fix sorting of enum values in FlagEnumerationPrinterSimon Marchi5-14/+42
2016-01-20gnu_vector.exp: Respect `should_kfail' for PR 8549Andreas Arnez2-1/+22
2016-01-20Fix missing IPA lib in tspeed.exp in some configurations.Antoine Tremblay2-1/+6
2016-01-20Fix gdb/ChangeLog typoPedro Alves1-1/+1
2016-01-20Move ChangeLog entry to proper place (gdb/testsuite/ -> gdb/)Pedro Alves1-0/+63
2016-01-20minor reformatting in printcmd.c::print_scalar_formattedJoel Brobecker2-3/+9
2016-01-19Use a separate variable for the size passed to sysctl.John Baldwin2-2/+9
2016-01-19Dump register notes for each thread when generating a FreeBSD core.John Baldwin2-26/+131
2016-01-19Add support for LWP-based threads on FreeBSD.John Baldwin8-32/+469
2016-01-19Use LWP IDs with ptrace register requests on FreeBSD.John Baldwin6-34/+55
2016-01-19Display per-thread information for threads in FreeBSD cores.John Baldwin2-0/+73
2016-01-19Add support for extracting thread names from cores.John Baldwin5-0/+64
2016-01-19Fix enum flag with Python 3Simon Marchi2-1/+6
2016-01-19testsuite: Factor out --status in DO_RUNTESTSimon Marchi2-6/+10
2016-01-19Add missing ChangeLog entries for the last 2 commitsSimon Marchi1-0/+10
2016-01-19testsuite: Add --status to runtest invocationSimon Marchi1-2/+2
2016-01-19testsuite: Make check-parallel return non-zero if a test failedSimon Marchi1-2/+4
2016-01-19Fix detection of "r_fs" and "r_gs" on FreeBSD.John Baldwin3-3/+12
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-18MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki2-33/+14
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-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-18Fix gdbserver build failure on targets without forkGary Benson6-55/+326