summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans2015-08-154-222/+236
* Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka2015-08-155-0/+108
* perftest/utils.py (select_file): Kill any existing inferior before selecting ...Doug Evans2015-08-142-0/+6
* New /s modifier for the disassemble command.Doug Evans2015-08-1415-59/+1045
* Rename `typename' in d-exp.y to avoid C++ reserved wordKeith Seitz2015-08-142-3/+8
* Rename location accessor macro parameters to silence ARIKeith Seitz2015-08-142-6/+12
* Add missing ChangeLog entry for previous commit.Keith Seitz2015-08-141-0/+5
* mi_make_breakpoint: add "evaluated-by" optionKeith Seitz2015-08-141-2/+12
* Fix ARI warnings in d-exp.yIain Buclaw2015-08-142-10/+18
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-08-144-20/+91
* Add myself to gdb MAINTAINERSMatthew Fortune2015-08-142-0/+5
* [D] Move classification of symbols from the grammar to the lexer.Iain Buclaw2015-08-132-363/+448
* [D] Support looking up symbols in the current and imported modules.Iain Buclaw2015-08-135-3/+585
* gdb.base/dso2dso.exp: Improve testcase documentation.Joel Brobecker2015-08-132-4/+14
* Fix Python frame unwinder issue caught by ValgrindPedro Alves2015-08-132-1/+6
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-138-127/+162
* Add ChangeLog entries for the previous commitPierre-Marie de Rodat2015-08-132-0/+56
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-1315-278/+608
* gdb.base/dso2dso.exp sometimes brokenKeith Seitz2015-08-122-1/+6
* [amd64] Invalid return address after displaced steppingJoel Brobecker2015-08-129-1/+201
* Initialize `location' in gdbpy_decode_lineKeith Seitz2015-08-122-2/+7
* Guarantee save-and-restore of GDBFLAGS on gdb.base/checkpoint-ns.expSergio Durigan Junior2015-08-122-5/+11
* Use save_vars to replace existing manipulation of globals in testsPatrick Palka2015-08-124-150/+118
* Introduce save_vars, a testsuite proc for safely manipulating globalsPatrick Palka2015-08-122-0/+71
* [regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado2015-08-122-5/+18
* Explicit locations: documentation updatesKeith Seitz2015-08-117-116/+233
* Explicit locations: MI support for explicit locationsKeith Seitz2015-08-116-13/+184
* Explicit locations: add UI features for CLIKeith Seitz2015-08-1115-42/+1238
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-116-159/+523
* Explicit locations: introduce probe locationsKeith Seitz2015-08-117-18/+108
* Explicit locations: introduce address locationsKeith Seitz2015-08-118-143/+189
* Explicit locations: use new location APIKeith Seitz2015-08-1122-411/+897
* Explicit locations: introduce new struct event_location-based APIKeith Seitz2015-08-116-3/+385
* Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz2015-08-114-66/+99
* remove trailing space in previous entryDoug Evans2015-08-101-1/+1
* PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans2015-08-104-5/+129
* gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker2015-08-102-5/+11
* native Linux: enable always non-stop by defaultPedro Alves2015-08-072-1/+5
* S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves2015-08-072-3/+120
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-077-34/+131
* Disable displaced stepping if trying it failsPedro Alves2015-08-075-20/+277
* Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp racePedro Alves2015-08-075-22/+42
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-0714-48/+174
* Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stopPedro Alves2015-08-072-1/+6
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-0711-38/+318
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-078-66/+1186
* Factor out code to re-resume stepped threadPedro Alves2015-08-072-92/+112
* Add comments to currently_stepping and target_resumePedro Alves2015-08-073-3/+10
* Misc switch_back_to_stepped_thread cleanupsPedro Alves2015-08-072-15/+27
* Use keep_going in proceed and start_step_over tooPedro Alves2015-08-074-308/+351