aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves36-109/+296
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves12-73/+92
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves11-103/+408
2014-05-29PR gdb/15713 - errors from i386_linux_resume lead to lock-upPedro Alves2-23/+35
2014-05-29PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves8-12/+291
2014-05-29daily updateAlan Modra1-1/+1
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves2-0/+11
2014-05-28Fix test in libiberty/testsuite/demangle-expected.Thomas Schwinge2-0/+5
2014-05-28cplus-demangler, free resource after a failed call to gnu_special.Andrew Burgess3-0/+18
2014-05-28Remove "set/show remotebaud" (deprecated) commands.Joel Brobecker5-29/+16
2014-05-28ld: Split GENSCRIPTS rule from dependencies to fix tdir_'s.Hans-Peter Nilsson3-666/+699
2014-05-28Add objcopy stage between assembly and linking for run_dump_testmfortune2-0/+42
2014-05-28Fix rx "set but not used" warningsAlan Modra2-16/+16
2014-05-28addr2line: fix missing inlined frames.Tristan Gingold2-9/+25
2014-05-28Fix typo in commentsYao Qi2-1/+5
2014-05-28daily updateAlan Modra1-1/+1
2014-05-27Fix typo.DJ Delorie1-1/+1
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie23-14/+507
2014-05-27Properly handle 64-bit GOT relocationsH.J. Lu2-2/+11
2014-05-27Prompt the user to file bug reports for internal errors and warnings.Gary Benson2-0/+10
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo14-204/+21
2014-05-26gdb smob cleanupsAndy Wingo22-344/+102
2014-05-27daily updateAlan Modra1-1/+1
2014-05-26guile.texi (Basic Guile): Fix some typos.Andy Wingo2-2/+6
2014-05-26Fix excess parentheses in use-modules forms.Andy Wingo2-5/+10
2014-05-26Add configure support for building with guile 2.2.Andy Wingo3-2/+7
2014-05-26fix 80 cols overrun in earlier entryDoug Evans1-1/+1
2014-05-26Specify source file explicitly when setting a breakpointYao Qi2-1/+6
2014-05-26daily updateAlan Modra1-1/+1
2014-05-25daily updateAlan Modra1-1/+1
2014-05-25Localize varible to avoid warningAlan Modra4-3/+8
2014-05-24Don't use @var at the beginning of a sentence in GDB documentation.Eli Zaretskii4-208/+239
2014-05-24daily updateAlan Modra1-1/+1
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan2-0/+5
2014-05-23btrace, vdso: add vdso target sectionsMarkus Metzger5-0/+110
2014-05-23test, gcore: move capture_command_output into lib/gdb.expMarkus Metzger3-13/+19
2014-05-23btrace: control memory access during replayMarkus Metzger7-12/+135
2014-05-23daily updateAlan Modra1-1/+1
2014-05-22Add comment for mi_run_cmd_fullSimon Marchi2-0/+16
2014-05-22Include asm/ptrace.h in aarch64-linux-nat.cRamana Radhakrishnan2-0/+5
2014-05-22Reinstate self to Write After ApprovalRamana Radhakrishnan2-1/+6
2014-05-22Add new infrun.h header.Pedro Alves44-136/+267
2014-05-22Don't store the inferior's exit code for --return-child-result in a print rou...Pedro Alves2-2/+9
2014-05-22Fix whitespace in gas listing errors and warningsAlan Modra16-128/+149
2014-05-22daily updateAlan Modra1-1/+1
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves11-9/+262
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves11-23/+197
2014-05-21fix file names in earlier checkinDoug Evans1-4/+4
2014-05-21Revert "Fix argument passing in mi_run_cmd_full"Simon Marchi2-12/+6
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves9-13/+29