aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-13Add ChangeLog entries for the previous commitPierre-Marie de Rodat2-0/+56
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat15-278/+608
2015-08-12gdb.base/dso2dso.exp sometimes brokenKeith Seitz2-1/+6
2015-08-12[amd64] Invalid return address after displaced steppingJoel Brobecker9-1/+201
2015-08-12Initialize `location' in gdbpy_decode_lineKeith Seitz2-2/+7
2015-08-12Guarantee save-and-restore of GDBFLAGS on gdb.base/checkpoint-ns.expSergio Durigan Junior2-5/+11
2015-08-12Use save_vars to replace existing manipulation of globals in testsPatrick Palka4-150/+118
2015-08-12Introduce save_vars, a testsuite proc for safely manipulating globalsPatrick Palka2-0/+71
2015-08-12[regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado2-5/+18
2015-08-11Explicit locations: documentation updatesKeith Seitz7-116/+233
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz6-13/+184
2015-08-11Explicit locations: add UI features for CLIKeith Seitz15-42/+1238
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz6-159/+523
2015-08-11Explicit locations: introduce probe locationsKeith Seitz7-18/+108
2015-08-11Explicit locations: introduce address locationsKeith Seitz8-143/+189
2015-08-11Explicit locations: use new location APIKeith Seitz22-411/+897
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz6-3/+385
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz4-66/+99
2015-08-10remove trailing space in previous entryDoug Evans1-1/+1
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans4-5/+129
2015-08-10gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker2-5/+11
2015-08-07native Linux: enable always non-stop by defaultPedro Alves2-1/+5
2015-08-07S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves2-3/+120
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves7-34/+131
2015-08-07Disable displaced stepping if trying it failsPedro Alves5-20/+277
2015-08-07Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp racePedro Alves5-22/+42
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves14-48/+174