aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves3-2/+72
2018-01-15Fix scm-ports.exp regressionTom Tromey2-1/+6
2018-01-03Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson3-7/+28
2017-10-26Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2-1/+7
2017-10-16PR22137: gdbserver crashes on host with pkru register.Walfred Tedeschi4-4/+9
2017-09-07Bump GDB version number to 8.0.1.DATE-git.Joel Brobecker3-2/+7
2017-09-07Document the GDB 8.0.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-09-07Set GDB version number to 8.0.1.gdb-8.0.1-releaseJoel Brobecker3-2/+7
2017-09-05Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.expSimon Marchi2-7/+23
2017-09-05Add thread after updating gdbarch when exec'ingSimon Marchi2-1/+10
2017-09-05Read stop_pc after updating the gdbarch when exec'ingSimon Marchi2-2/+7
2017-09-05Improve "'g' reply is is to long" error messageSimon Marchi2-1/+6
2017-09-01PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil2-3/+9
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi4-6/+41
2017-08-24DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil2-1/+18
2017-08-24DWARF-5: Fix -fdebug-types-sectionJan Kratochvil2-17/+48
2017-08-11PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2-1/+8
2017-08-09Add missing ChangeLog entryYao Qi2-0/+16
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi5-108/+154
2017-07-25[ARM] Access FPSCR on vfpv2Yao Qi2-2/+11
2017-06-04Bump GDB version number to 8.0.0.DATE-git.Joel Brobecker3-2/+7
2017-06-04Document the GDB 8.0 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-06-04Set GDB version number to 8.0.gdb-8.0-releaseJoel Brobecker3-2/+7
2017-05-30Fix NEWS formatting in GDB 8.0 sectionSimon Marchi2-16/+21
2017-05-26Fix compilation errors with mingw.org's MinGW runtime 3.XEli Zaretskii3-1/+52
2017-05-19Fix tui compilation with Solaris libcurses: clear define (PR tui/21482)Rainer Orth2-0/+14
2017-05-19Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth4-5/+15
2017-05-19Avoid compiler warning in MinGW buildEli Zaretskii2-1/+6
2017-05-18Expect prompt after no FPU warningThomas Preud'homme2-5/+9
2017-05-17Add alias command to cmd_list_elementYao Qi6-15/+48
2017-05-16Avoid exponential behavior in rust_evaluate_subexpTom Tromey2-8/+13
2017-05-16Fix rust_dump_subexp_bodyTom Tromey2-2/+8
2017-05-16Replace "return" with "break"Tom Tromey2-1/+5
2017-05-15Fix gdb 8.0 procfs.c compilation on SolarisRainer Orth2-2/+7
2017-05-04Bump GDB version number to 7.99.91.DATE-git.Joel Brobecker3-2/+7
2017-05-04Document the GDB 7.99.91 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-05-04Set GDB version number to 7.99.91.Joel Brobecker3-2/+7
2017-05-04gdb/NEWS: rewrite "since GDB 7.12" into "in GDB 8.0"Joel Brobecker2-1/+6
2017-05-04Fix gdb.python/py-record-btrace-threads.exp with Python 3Pedro Alves2-2/+7
2017-05-04Python: Introduce gdb.Instruction classTim Wiederhake9-19/+143
2017-05-04Python: Move and rename gdb.BtraceFunctionTim Wiederhake9-221/+309
2017-05-04Python: Move and rename gdb.BtraceInstructionTim Wiederhake7-166/+388
2017-05-04Python: Introduce gdb.RecordGap classTim Wiederhake8-62/+182
2017-05-04Python: Remove ptid from gdb.Record interfaceTim Wiederhake6-19/+13
2017-05-04Python: Use correct ptid in btrace recordingTim Wiederhake8-29/+224
2017-05-04Python: Fix indentation in py-record-btrace.cTim Wiederhake2-30/+36
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz2-0/+22
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi2-1/+6
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2-3/+7
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz8-57/+119