aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Fix ax.c:gdb_eval_agent_exprPedro Alves2-1/+6
2015-08-21C++: Initialize a couple const globalsPedro Alves4-2/+10
2015-08-21gdb/dwarf2read.c: rename a field for c++Tom Tromey2-60/+70
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka4-1/+34
2015-08-21Use tui_putc to output newline entered by the userPatrick Palka2-1/+6
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves4-19/+35
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves8-53/+83
2015-08-21Make remote file transfers interruptibleGary Benson2-0/+6
2015-08-21Warn when accessing binaries from remote targetsGary Benson9-24/+97
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson2-1/+6
2015-08-21xtensa: implement NPTL helpersMax Filippov9-22/+120
2015-08-21Add readahead cache to gdb's vFile:preadPedro Alves2-4/+149
2015-08-21procfs.c: Include "filestuff.h"Marcin Cieslak2-0/+6
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka5-37/+30
2015-08-20Fix gdb.server/solib-list.exp native-extended-gdbserver regressionPedro Alves2-9/+5
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves7-25/+219
2015-08-20Fix language of compilation unit with unknown file extensionPedro Alves5-1/+126
2015-08-20[Ada] Fix parsing for expressions with attributes and charactersPierre-Marie de Rodat5-1/+77
2015-08-19dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner5-65/+196
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-18gdbserver/linux-aarch32-low: build failure when NT_ARM_VFP not definedJoel Brobecker2-0/+10
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans9-47/+234
2015-08-18Fix mis-parsing of hex register numbers in 'T' stop replies.Sandra Loosemore2-12/+30
2015-08-18gdb/doc: Fix build of 'info' manual.Andrew Burgess2-0/+5
2015-08-18gdb: Add debug tracing for bfd cache activity.Andrew Burgess5-1/+78
2015-08-18gdb: New maintenance command to disable bfd sharing.Andrew Burgess5-9/+79
2015-08-18gdb: Improve cache matching criteria for the bfd cache.Andrew Burgess2-1/+53
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves3-0/+21
2015-08-17ui-out.c (default_ui_out_impl): Add comment.Doug Evans2-1/+5
2015-08-17[D] Implement looking up members of D enums.Iain Buclaw3-3/+24
2015-08-17Move strace -m/explicit location test to strace.expKeith Seitz3-4/+10
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans7-78/+59
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans9-72/+82
2015-08-15Use macros for some enum bit field sizes.Doug Evans4-14/+44
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans4-222/+236
2015-08-15Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka5-0/+108
2015-08-14perftest/utils.py (select_file): Kill any existing inferior before selecting ...Doug Evans2-0/+6
2015-08-14New /s modifier for the disassemble command.Doug Evans15-59/+1045
2015-08-14Rename `typename' in d-exp.y to avoid C++ reserved wordKeith Seitz2-3/+8
2015-08-14Rename location accessor macro parameters to silence ARIKeith Seitz2-6/+12
2015-08-14Add missing ChangeLog entry for previous commit.Keith Seitz1-0/+5
2015-08-14mi_make_breakpoint: add "evaluated-by" optionKeith Seitz1-2/+12
2015-08-14Fix ARI warnings in d-exp.yIain Buclaw2-10/+18
2015-08-14Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune4-20/+91
2015-08-14Add myself to gdb MAINTAINERSMatthew Fortune2-0/+5
2015-08-13[D] Move classification of symbols from the grammar to the lexer.Iain Buclaw2-363/+448
2015-08-13[D] Support looking up symbols in the current and imported modules.Iain Buclaw5-3/+585
2015-08-13gdb.base/dso2dso.exp: Improve testcase documentation.Joel Brobecker2-4/+14
2015-08-13Fix Python frame unwinder issue caught by ValgrindPedro Alves2-1/+6
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz8-127/+162