aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Move utility functions to common/Jan Kratochvil10-175/+206
2015-06-15Copy aarch64-linux.xml to build tree.Yao Qi2-1/+5
2015-06-15Fix ChangeLog entry.Ulrich Weigand1-1/+1
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney11-45/+94
2015-06-15windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney2-2/+8
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess7-101/+232
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi3-14/+65
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi6-0/+55
2015-06-12Various cleanups in target read/write codeSimon Marchi3-47/+60
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