Age | Commit message (Expand) | Author | Files | Lines |
2015-06-15 | MI: consider addressable unit size when reading/writing memory | Simon Marchi | 2 | -22/+40 |
2015-06-15 | Clarify doc about memory read/write and non-8-bits addressable memory unit sizes | Simon Marchi | 3 | -29/+58 |
2015-06-15 | Cleanup write_memory doc | Simon Marchi | 3 | -6/+9 |
2015-06-15 | Code cleanup: Rename enum -> enum filterflags | Jan Kratochvil | 2 | -6/+12 |
2015-06-15 | Merge multiple hex conversions | Jan Kratochvil | 4 | -18/+18 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 10 | -175/+206 |
2015-06-15 | Copy aarch64-linux.xml to build tree. | Yao Qi | 2 | -1/+5 |
2015-06-15 | Fix ChangeLog entry. | Ulrich Weigand | 1 | -1/+1 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 11 | -45/+94 |
2015-06-15 | windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__ | Jon Turney | 2 | -2/+8 |
2015-06-13 | gdb: Rework command completion on 'tui reg'. | Andrew Burgess | 7 | -101/+232 |
2015-06-12 | target: consider addressable unit size when reading/writing memory | Simon Marchi | 3 | -14/+65 |
2015-06-12 | gdbarch: add addressable_memory_unit_size method | Simon Marchi | 6 | -0/+55 |
2015-06-12 | Various cleanups in target read/write code | Simon Marchi | 3 | -47/+60 |
2015-06-12 | ppc64: Handle short vectors as function return types | Ulrich Weigand | 2 | -2/+35 |
2015-06-12 | Fix MI dprintf-insert not printing on a resolved pending location. | Antoine Tremblay | 6 | -2/+155 |
2015-06-12 | Fix broken GDB build after adding Bound table support for i386. | Walfred Tedeschi | 4 | -2/+17 |
2015-06-11 | Use pulongest for printing ssize_t | Gary Benson | 2 | -4/+10 |
2015-06-11 | Fix ARI new warnings introduced in i386-tdep.c. | Walfred Tedeschi | 2 | -2/+7 |
2015-06-11 | Fix ARI warning in linux-namespaces.c | Gary Benson | 2 | -1/+6 |
2015-06-10 | dwarf2read: call dwarf_finish_line when ending a sequence | Simon Marchi | 2 | -1/+6 |
2015-06-10 | Code cleanup: Use explicit NULL comparison | Jan Kratochvil | 2 | -1/+7 |
2015-06-10 | Fix gdbserver <library-list> and its #FIXED version="1.0" | Jan Kratochvil | 4 | -7/+25 |
2015-06-10 | Announce new container-awareness features for GNU/Linux systems | Gary Benson | 2 | -0/+13 |
2015-06-10 | Implement vFile:setfs in gdbserver | Gary Benson | 6 | -4/+117 |
2015-06-10 | Implement multiple-filesystem support for remote targets | Gary Benson | 5 | -0/+100 |
2015-06-10 | Implement mount namespace support for native Linux targets | Gary Benson | 5 | -0/+143 |
2015-06-10 | Add "inferior" argument to some target_fileio functions | Gary Benson | 7 | -88/+179 |
2015-06-10 | Comment and whitespace changes | Gary Benson | 4 | -61/+63 |
2015-06-10 | Remove linux_proc_pid_get_ns | Gary Benson | 4 | -35/+10 |
2015-06-10 | Introduce nat/linux-namespaces.[ch] | Gary Benson | 31 | -26/+1205 |
2015-06-10 | Move make_cleanup_close to common code | Gary Benson | 5 | -18/+35 |
2015-06-10 | windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread() | Jon Turney | 2 | -2/+10 |
2015-06-10 | windows-nat: Trim a trailing '\n' from OutputDebugString before echoing it | Jon Turney | 2 | -1/+12 |
2015-06-10 | Missing Changelogs for last commits | Walfred Tedeschi | 3 | -0/+54 |
2015-06-10 | Add support for bound table in the Intel MPX context. | Walfred Tedeschi | 5 | -1/+465 |
2015-06-10 | Obvious indentation fixes on test sample and test file for MPX registers. | Walfred Tedeschi | 2 | -10/+10 |
2015-06-10 | Improve test for processor feature om MPX registers test. | Walfred Tedeschi | 2 | -13/+19 |
2015-06-10 | Fix MPX and AVX512 tests for path changes. | Walfred Tedeschi | 4 | -4/+4 |
2015-06-09 | Don't assume File-I/O mode bits match the host's format | Gary Benson | 6 | -7/+75 |
2015-06-09 | Fix preprocessor conditional | Gary Benson | 2 | -1/+6 |
2015-06-05 | Move vgdb special case into remote_filesystem_is_local | Gary Benson | 3 | -24/+59 |
2015-06-04 | compile-print.exp: xfail->kfail for '@' GDB array operator | Jan Kratochvil | 2 | -2/+7 |
2015-06-04 | Regenerate gdbarch.c to sync with gdbarch.sh | Yao Qi | 2 | -3/+7 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 12 | -3/+185 |
2015-06-02 | Fix =thread-exited not showing up when detaching (PR 15564) | Simon Marchi | 4 | -1/+46 |
2015-06-02 | Include linux-nat.h in i386-linux-nat.c | Yao Qi | 2 | -0/+5 |
2015-06-01 | PR symtab/18392 | Jan Kratochvil | 7 | -4/+703 |
2015-06-01 | Fetch and store VFP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 2 | -3/+37 |
2015-06-01 | Fetch and store FP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 2 | -10/+84 |