aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-12ppc64: Handle short vectors as function return typesUlrich Weigand2-2/+35
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay6-2/+155
2015-06-12Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi4-2/+17
2015-06-11Use pulongest for printing ssize_tGary Benson2-4/+10
2015-06-11Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi2-2/+7
2015-06-11Fix ARI warning in linux-namespaces.cGary Benson2-1/+6
2015-06-10dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2-1/+6
2015-06-10Code cleanup: Use explicit NULL comparisonJan Kratochvil2-1/+7
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil4-7/+25
2015-06-10Announce new container-awareness features for GNU/Linux systemsGary Benson2-0/+13
2015-06-10Implement vFile:setfs in gdbserverGary Benson6-4/+117
2015-06-10Implement multiple-filesystem support for remote targetsGary Benson5-0/+100
2015-06-10Implement mount namespace support for native Linux targetsGary Benson5-0/+143
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson7-88/+179
2015-06-10Comment and whitespace changesGary Benson4-61/+63
2015-06-10Remove linux_proc_pid_get_nsGary Benson4-35/+10
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson31-26/+1205
2015-06-10Move make_cleanup_close to common codeGary Benson5-18/+35
2015-06-10windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney2-2/+10
2015-06-10windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney2-1/+12
2015-06-10Missing Changelogs for last commitsWalfred Tedeschi3-0/+54
2015-06-10Add support for bound table in the Intel MPX context.Walfred Tedeschi5-1/+465
2015-06-10Obvious indentation fixes on test sample and test file for MPX registers.Walfred Tedeschi2-10/+10
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