aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-07Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stopPedro Alves2-1/+6
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves11-38/+318
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves8-66/+1186
2015-08-07Factor out code to re-resume stepped threadPedro Alves2-92/+112
2015-08-07Add comments to currently_stepping and target_resumePedro Alves3-3/+10
2015-08-07Misc switch_back_to_stepped_thread cleanupsPedro Alves2-15/+27
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves4-308/+351