aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii2-2/+10
2015-05-29PR gdb/18464: Do not crash on unrecognized GNU .note.ABI-tag valuesRoland McGrath2-43/+47
2015-05-13Bump GDB version number to 7.9.1.DATE-cvs.Joel Brobecker2-1/+5
2015-05-13Document the GDB 7.9.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-05-13Set GDB version number to 7.9.1.gdb-7.9.1-releaseJoel Brobecker2-1/+5
2015-05-12PR python/18285Doug Evans18-27/+309
2015-05-02Subject: [PATCH] Fix pascal behavior for class fields with testcasePierre Muller6-4/+157
2015-04-28PR python/18299Doug Evans7-14/+273
2015-03-31Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2-1/+8
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii2-8/+14
2015-02-26Change // comment in gdb/compile/Jan Kratochvil3-2/+8
2015-02-26Remove // comment in gdb/iq2000-tdep.cJoel Brobecker2-2/+5
2015-02-20Bump GDB version number to 7.9.0.DATE-cvs.Joel Brobecker2-1/+5
2015-02-20Document the GDB 7.9 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-02-20[gdb/ax] small "setv" fix and documentation's adjustment.gdb-7.9.0-releaseDavid Taylor4-2/+10
2015-02-20Fix internal error when core file section is too bigAndreas Arnez7-18/+56
2015-02-19Fix the gdb version number ("7.9" instead of "str 7.9").Joel Brobecker2-1/+5
2015-02-19Set GDB version number to str 7.9.Joel Brobecker2-1/+5
2015-02-19gdb/NEWS: "Changes since GDB 7.8" -> "Changes in GDB 7.9".Joel Brobecker2-1/+5
2015-02-17Simplify event-loop core, remove two-step event processingPedro Alves4-243/+123
2015-02-17When disabling target async, remove all target event sources from the event loopPedro Alves6-13/+72
2015-02-17Fix up some target is-async vs can-async confusionsPedro Alves3-13/+18
2015-02-11framefilter quit: New testJan Kratochvil2-0/+17
2015-02-11framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil2-13/+18
2015-02-11framefilter quit: Make it exception safeJan Kratochvil2-33/+35
2015-02-11framefilter quit: Code cleanup: Avoid gotosJan Kratochvil2-29/+79
2015-02-11framefilter quit: Code cleanup: ReindentationJan Kratochvil2-133/+132
2015-02-11framefilter quit: Obvious whitespacing fixesJan Kratochvil2-15/+17
2015-02-04Speed up GDB's TUI outputDoug Evans5-6/+51
2015-02-03compile: Filter out -fpreprocessedJan Kratochvil2-0/+28
2015-02-02[Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker2-6/+11
2015-02-02[Ada] pspace_data->sym_cache is always NULLJoel Brobecker2-5/+10
2015-01-31PR symtab/17855Joel Brobecker2-2/+10
2015-01-31Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii4-2/+94
2015-01-29PR symtab/17890Doug Evans2-0/+15
2015-01-27Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.Wei-cheng Wang4-13/+72
2015-01-27Fix format warning in rs6000t-dep.cWei-cheng Wang2-17/+27
2015-01-27Skip-trampoline for PowerPC reverse-stepping.Wei-cheng Wang3-47/+107
2015-01-27Reverse debugging for PowerPC.Wei-cheng Wang7-3/+2115
2015-01-26Epilogue unwinder for PowerPC.Wei-cheng Wang2-4/+109
2015-01-25Fix 100x slowdown regression on DWZ filesJan Kratochvil2-13/+163
2015-01-23Linux: make target_is_async_p return false when async is offPedro Alves5-13/+163
2015-01-23compile: Fix function pointersJan Kratochvil4-3/+17
2015-01-23Fix filename in one of the recent gdb/ChangeLog entries (remove "gdb/").Joel Brobecker1-1/+1
2015-01-22mingw32: fix windows-termcap/curses checkPedro Alves4-6/+10
2015-01-22Fix MinGW TUI buildEli Zaretskii2-1/+18
2015-01-22Partial fix for "make TAGS".Eli Zaretskii2-2/+7
2015-01-19Don't use windows-termcap.c when linking against a curses libraryEli Zaretskii4-6/+25
2015-01-16Really add a prototype for tui_rehighlight_all.Eli Zaretskii1-0/+1
2015-01-16Make setting TUI border attributes take effect immediatelyEli Zaretskii3-3/+31