aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-02-01gdb: New set/show max-value-size command.Andrew Burgess9-4/+289
2016-01-31Fix some comments in varobj.{c,h}Simon Marchi3-6/+13
2016-01-29Fix two misleading indentation warningsSimon Marchi3-16/+23
2016-01-28Add ChangeLog entry for update to gdb.dlang demangle tests.Iain Buclaw1-0/+4
2016-01-28Align dlang demangle tests with libiberty.Iain Buclaw1-15/+18
2016-01-28Add rawmemchr to imported gnulib modulesSimon Marchi5-3/+12
2016-01-28Import strchrnul from gnulib and use itSimon Marchi18-42/+639
2016-01-28[testsuite] Fix tiemout fail in gdb.fortran/vla-value.expYao Qi2-3/+17
2016-01-28Fix GDB crash in dprintf.expYao Qi2-9/+6
2016-01-27rx: Treat scalars larger than 8 bytes as aggregates in rx_push_dummy_call.Kevin Buettner2-1/+7
2016-01-27Add Keith Seitz as Linespec MaintainerJoel Brobecker2-0/+7
2016-01-26Fix function commentsSimon Marchi2-2/+7
2016-01-26Fix subject verb agreement in the description of several debug settings.John Baldwin2-7/+11
2016-01-26Remove argument pc in get_next_pcsYao Qi9-21/+38
2016-01-26[GDBserver] Use regcache_read_pc in install_software_single_step_breakpointsYao Qi2-1/+7
2016-01-26[GDBserver] Block and unblock SIGIOYao Qi2-14/+30
2016-01-26[GDBserver] Check input interrupt after reading in a packetYao Qi2-0/+21
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