aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi1-0/+5
2015-06-02Include linux-nat.h in i386-linux-nat.cYao Qi1-0/+4
2015-06-01PR symtab/18392Jan Kratochvil1-0/+8
2015-06-01Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi1-0/+5
2015-06-01Fetch and store FP registers by PTRACE_{G,S}ETREGSETYao Qi1-0/+7
2015-06-01Fetch and store GP registers by PTRACE_{G,S}ETREGSETYao Qi1-0/+7
2015-06-01Check whether kernel supports PTRACE_GETREGSETYao Qi1-0/+5
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-0/+8
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+10
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii1-0/+6
2015-05-29Add myself to the Write After Approval list.Martin Galvan1-0/+4
2015-05-29PR gdb/18464: Do not crash on unrecognized GNU .note.ABI-tag valuesRoland McGrath1-2/+8
2015-05-29xtensa: fix access to the last pseudo registerMax Filippov1-0/+6
2015-05-28Make remote follow fork 'Detaching' message match nativeDon Breazeal1-0/+6
2015-05-28* dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans1-0/+4
2015-05-28Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi1-0/+13
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi1-0/+17
2015-05-28Do arm_abi detection for ELFOSABI_GNU binariesKyle Huey1-0/+5
2015-05-27Add struct to record dwarf line number state machine.Doug Evans1-0/+13
2015-05-27dwarf2read.c code cleanup, split out check_line_addressDoug Evans1-0/+6
2015-05-27Add set/show debug dwarf-line.Doug Evans1-0/+8
2015-05-27Don't ignore domain in nested lookups.Doug Evans1-0/+7
2015-05-27PR symtab/18258Doug Evans1-0/+15
2015-05-27[aarch64] Handle unknown instruction encodingYao Qi1-0/+5
2015-05-27Fix ARI warnings in aarch64-tdep.cYao Qi1-0/+6
2015-05-26PR c++/18141, c++/18417.Doug Evans1-0/+6
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans1-0/+28
2015-05-26PR python/18438Doug Evans1-0/+7
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess1-0/+4
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess1-0/+7
2015-05-26Implements aarch64 process record and reverse debugging supportOmair Javaid1-0/+33
2015-05-26NEWS entry about aarch64-linux record/replay supportOmair Javaid1-0/+5
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-0/+26
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess1-0/+7
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess1-0/+4
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess1-0/+5
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess1-0/+8
2015-05-21gdb: Add completer for layout command.Andrew Burgess1-0/+5
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-0/+41
2015-05-20Memory leak reading frame register during inferior event handlingJoel Brobecker1-0/+5
2015-05-20gdb/ada-lang.c: Rename local variable typename into type_name...Joel Brobecker1-0/+5
2015-05-19compile: Fix ASAN crash for gdb.compile/compile.expJan Kratochvil1-0/+5
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-0/+8
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans1-0/+16
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil1-0/+5
2015-05-16compile: Fix detected inferior typeJan Kratochvil1-0/+4
2015-05-16compile: New 'compile print'Jan Kratochvil1-0/+33
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil1-0/+13
2015-05-16compile: Use -Wall, not -wJan Kratochvil1-0/+13
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-0/+18