aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Improve test for processor feature om MPX registers test.Walfred Tedeschi2-13/+19
2015-06-10Fix MPX and AVX512 tests for path changes.Walfred Tedeschi4-4/+4
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson6-7/+75
2015-06-09Fix preprocessor conditionalGary Benson2-1/+6
2015-06-05Move vgdb special case into remote_filesystem_is_localGary Benson3-24/+59
2015-06-04compile-print.exp: xfail->kfail for '@' GDB array operatorJan Kratochvil2-2/+7
2015-06-04Regenerate gdbarch.c to sync with gdbarch.shYao Qi2-3/+7
2015-06-03compile: Use also inferior munmapJan Kratochvil12-3/+185
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi4-1/+46
2015-06-02Include linux-nat.h in i386-linux-nat.cYao Qi2-0/+5
2015-06-01PR symtab/18392Jan Kratochvil7-4/+703
2015-06-01Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi2-3/+37
2015-06-01Fetch and store FP registers by PTRACE_{G,S}ETREGSETYao Qi2-10/+84
2015-06-01Fetch and store GP registers by PTRACE_{G,S}ETREGSETYao Qi2-10/+82
2015-06-01Check whether kernel supports PTRACE_GETREGSETYao Qi2-0/+21
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi5-4/+14
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi10-33/+27
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii2-2/+10
2015-05-29Add myself to the Write After Approval list.Martin Galvan2-0/+5
2015-05-29PR gdb/18464: Do not crash on unrecognized GNU .note.ABI-tag valuesRoland McGrath2-45/+49
2015-05-29xtensa: fix access to the last pseudo registerMax Filippov2-8/+6
2015-05-28Disable exec-dependent follow vfork tests for remoteDon Breazeal2-12/+22
2015-05-28Initialize last_resume_kind for remote fork childDon Breazeal2-1/+10
2015-05-28Make remote follow fork 'Detaching' message match nativeDon Breazeal2-2/+14
2015-05-28* dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans2-5/+4
2015-05-28Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi4-12/+23
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi5-30/+48
2015-05-28Do arm_abi detection for ELFOSABI_GNU binariesKyle Huey2-1/+6
2015-05-27Add struct to record dwarf line number state machine.Doug Evans2-152/+262
2015-05-27dwarf2read.c code cleanup, split out check_line_addressDoug Evans2-24/+44
2015-05-27Add set/show debug dwarf-line.Doug Evans5-2/+65
2015-05-27Don't ignore domain in nested lookups.Doug Evans4-19/+34
2015-05-27PR symtab/18258Doug Evans10-43/+409
2015-05-27[aarch64] Handle unknown instruction encodingYao Qi2-1/+12
2015-05-27Fix ARI warnings in aarch64-tdep.cYao Qi2-7/+13
2015-05-26PR c++/18141, c++/18417.Doug Evans5-2/+86
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans11-107/+168
2015-05-26PR python/18438Doug Evans8-6/+107
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess2-1/+5
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess6-3/+78
2015-05-26New gdb.reverse test case for aarch64 instructionsYao Qi3-0/+220
2015-05-26Enables gdb.reverse testsuite for aarch64*-linux targetsOmair Javaid2-0/+7
2015-05-26Implements aarch64 process record and reverse debugging supportOmair Javaid6-1/+1747
2015-05-26NEWS entry about aarch64-linux record/replay supportOmair Javaid2-0/+9
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan24-102/+146
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess5-2/+63
2015-05-21Make sure test names are unique in gdb.base/gdbinit-history.expPatrick Palka2-7/+14
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess2-3/+7
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess2-1/+8
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess2-4/+14