Age | Commit message (Expand) | Author | Files | Lines |
2015-02-06 | Document -z text, -z notext and -z textoff | H.J. Lu | 3 | -0/+21 |
2015-02-06 | Use mmap and cache the view buffer for get_view | H.J. Lu | 5 | -19/+275 |
2015-02-06 | libthread_db: attaching to terminated/joined threads, debug output | Pedro Alves | 4 | -0/+15 |
2015-02-06 | "enable count" user input error handling (PR gdb/15678) | Simon Marchi | 4 | -2/+26 |
2015-02-06 | Fix an invalid memory access triggered by running readelf on a fuzzed binary. | Nick Clifton | 2 | -3/+4 |
2015-02-06 | Properly mark the plugin symbol undefined | H.J. Lu | 6 | -22/+53 |
2015-02-06 | Improve gdb.threads/attach-many-short-lived-threads.exp timeout handling | Pedro Alves | 3 | -4/+51 |
2015-02-06 | Fix memory access violations triggered by processing fuzzed binaries with a 3... | Nick Clifton | 2 | -3/+23 |
2015-02-06 | Fixes illegal memory accesses triggereb by running a 32-bit binary version of... | Nick Clifton | 4 | -14/+39 |
2015-02-06 | gdb.base/gdb-sigterm.exp: Fix spurious FAILs | Pedro Alves | 3 | -16/+42 |
2015-02-06 | gas: fix a few omissions in .cfi_label handling | Jan Beulich | 2 | -1/+12 |
2015-02-05 | guile/scm-frame.c: Fix spelling errors in a comment. | Doug Evans | 2 | -3/+8 |
2015-02-05 | Close fd only if fd != -1 | H.J. Lu | 2 | -3/+11 |
2015-02-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-02-05 | Add plugin_input_file_t | H.J. Lu | 2 | -16/+119 |
2015-02-05 | Don't refer to optarg in dwarf.c function | Alan Modra | 2 | -1/+6 |
2015-02-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-02-05 | Fix msp430 build with gcc-5 | Alan Modra | 2 | -2/+7 |
2015-02-04 | Combine loop epilogue into main loop body to reduce duplication. | Rafael Ávila de Espíndola | 2 | -13/+7 |
2015-02-04 | Clean up System V IPC objects allocated by test. | Don Breazeal | 2 | -4/+26 |
2015-02-04 | Fix Python 3 build error on 32-bit hosts | Jan Kratochvil | 3 | -2/+12 |
2015-02-04 | [AArch64] Add support for Cortex-A72 | Jiong Wang | 3 | -0/+8 |
2015-02-04 | Add missing ChangeLog entry. | Cary Coutant | 1 | -0/+7 |
2015-02-04 | Linux: don't resume new LWPs until we've pulled all events out of the kernel | Pedro Alves | 4 | -53/+63 |
2015-02-04 | Resolve forwarding symbols in plugins. | Peter Collingbourne | 2 | -6/+18 |
2015-02-04 | Fix '--target_board=native-extended-gdbserver/-m32' | Pedro Alves | 2 | -1/+9 |
2015-02-04 | Warn if core file register section is larger than expected | Andreas Arnez | 9 | -6/+45 |
2015-02-04 | x86: Use correct .reg-xstate section size | Andreas Arnez | 3 | -3/+11 |
2015-02-04 | Fix internal error when core file section is too big | Andreas Arnez | 7 | -18/+56 |
2015-02-04 | Pass -flto-partition=none to the PR ld/12365 test | H.J. Lu | 2 | -1/+6 |
2015-02-04 | Fix encoding of "addw ax, [hl]" and "subw ax, [hl]". | Nick Clifton | 2 | -1/+6 |
2015-02-04 | Speed up GDB's TUI output | Doug Evans | 5 | -6/+43 |
2015-02-04 | More fixes for memory access violations triggered by running readelf on fuzze... | Nick Clifton | 2 | -10/+40 |
2015-02-04 | Fix build breakage due to event loop simplification | Pedro Alves | 2 | -0/+9 |
2015-02-03 | Add missing ChangeLog entries. | Cary Coutant | 1 | -0/+39 |
2015-02-03 | Fix a file descriptor leak in gold. | Cary Coutant | 10 | -154/+321 |
2015-02-03 | Add extra debugging output for files and descriptors. | Cary Coutant | 2 | -0/+19 |
2015-02-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-02-03 | Fix memory access violations triggered by running readelf on fuzzed binaries. | Nick Clifton | 3 | -36/+114 |
2015-02-03 | compile: Filter out -fpreprocessed | Jan Kratochvil | 2 | -0/+28 |
2015-02-03 | Mark the plugin symbol undefined | H.J. Lu | 7 | -0/+193 |
2015-02-03 | Add a testcase for PR ld/14918 | H.J. Lu | 4 | -0/+20 |
2015-02-03 | Fix typo in previous delta for mach-o.c. | Nick Clifton | 1 | -1/+1 |
2015-02-03 | Simplify event-loop core, remove two-step event processing | Pedro Alves | 4 | -243/+119 |
2015-02-03 | When disabling target async, remove all target event sources from the event loop | Pedro Alves | 6 | -13/+72 |
2015-02-03 | Fix up some target is-async vs can-async confusions | Pedro Alves | 3 | -13/+18 |
2015-02-03 | More fixes for illegal memory accesses triggered by running objdump on fuzzed... | Nick Clifton | 50 | -99/+185 |
2015-02-03 | bfd/elfnn-aarch64.c: Set st_value to zero for undefined symbols | Will Newton | 2 | -4/+15 |
2015-02-03 | bfd/elf32-arm.c: Improve comment in elf32_arm_finish_dynamic_symbol | Will Newton | 2 | -3/+12 |
2015-02-03 | [AARCH64] Document .arch and .arch_extension directive | Jiong Wang | 2 | -0/+23 |