Age | Commit message (Expand) | Author | Files | Lines |
2019-10-16 | [gdb/testsuite] Fix regexp for reg value in jit-reader.exp | Tom de Vries | 2 | -20/+26 |
2019-10-16 | PR13616, linker should pad executable sections with nops, not zeros | Alan Modra | 10 | -69/+116 |
2019-10-16 | Fix potential illegal memory access when disassembling corrupt RX binaries. | Nick Clifton | 2 | -15/+92 |
2019-10-16 | genscripts comment tidy | Alan Modra | 2 | -58/+45 |
2019-10-16 | qsort: tc-xtensa.c tidy | Alan Modra | 2 | -22/+33 |
2019-10-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-15 | gdb/gdbserver: Remove reference to vec-ipa.o | Andrew Burgess | 2 | -1/+4 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 11 | -22/+29 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 41 | -1312/+45 |
2019-10-15 | gdb: Remove use of VEC from dwarf2read.c | Andrew Burgess | 3 | -42/+84 |
2019-10-15 | Use %x when printing the TID | Tom Tromey | 2 | -2/+7 |
2019-10-15 | Rename pid -> tid in windows-nat.c | Tom Tromey | 2 | -4/+9 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 11 | -19/+35 |
2019-10-15 | Make tui-winsource not use breakpoint_chain | Christian Biesinger | 3 | -8/+11 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 8 | -38/+64 |
2019-10-15 | m68hc1x: better arg checking for reloc_warning | Alan Modra | 2 | -21/+26 |
2019-10-15 | s390: Fix infcalls passing a single-field struct with static members | Andreas Arnez | 2 | -3/+23 |
2019-10-15 | remove more xmalloc in bfd | Alan Modra | 6 | -50/+79 |
2019-10-15 | PR25100, Compile fails in elf64-ppc.c because of single equal sign instead of... | Alan Modra | 2 | -3/+6 |
2019-10-15 | Simplify power of two test | Alan Modra | 2 | -1/+6 |
2019-10-15 | [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp | Tom de Vries | 1 | -1/+7 |
2019-10-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-14 | gdb.mi/list-thread-groups-available.exp: read entries one by one instead of i... | Simon Marchi | 2 | -9/+23 |
2019-10-14 | gdb: remove unused includes from dwarf2read.c | Simon Marchi | 2 | -12/+4 |
2019-10-14 | qsort: ldctor.c CONSTRUCTORS | Alan Modra | 3 | -21/+31 |
2019-10-14 | qsort: pe-dll.c reloc sorting | Alan Modra | 2 | -3/+19 |
2019-10-14 | qsort: objcopy.c section sort | Alan Modra | 2 | -9/+19 |
2019-10-14 | qsort: syms.c stab sorting | Alan Modra | 2 | -3/+13 |
2019-10-14 | qsort: dwarf2.c | Alan Modra | 2 | -5/+24 |
2019-10-14 | qsort: elf_link_add_object_symbols weak aliases | Alan Modra | 2 | -12/+49 |
2019-10-14 | qsort: elf_sort_sections use of target_index | Alan Modra | 3 | -10/+23 |
2019-10-14 | qsort: SHF_LINK_ORDER section sort | Alan Modra | 2 | -61/+51 |
2019-10-14 | qsort issues | Alan Modra | 5 | -8/+60 |
2019-10-14 | PR24955, libbfd terminating program on out of memory (part2) | Alan Modra | 5 | -10/+37 |
2019-10-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-13 | gdb: Silence -Wformat-nonliteral warning with clang | Simon Marchi | 2 | -0/+14 |
2019-10-13 | Mention PR c++/20020 in ChangeLog entry | Tom de Vries | 1 | -0/+1 |
2019-10-13 | Mention PR testsuite/25016 in ChangeLog entry | Tom de Vries | 1 | -0/+1 |
2019-10-13 | Mention PR breakpoints/25011 in ChangeLog entry | Tom de Vries | 2 | -0/+2 |
2019-10-13 | Mention PR gdb/25010 in ChangeLog entry | Tom de Vries | 1 | -0/+1 |
2019-10-13 | Update the README-how-to-make-a-release file with a note to reset the develop... | Nick Clifton | 4 | -2/+12 |
2019-10-12 | gdb: small cleanup in breakpoint.c's includes | Simon Marchi | 2 | -5/+7 |
2019-10-13 | [gdb/testsuite] Add KFAIL for missing support of reverse-debugging xsave | Tom de Vries | 9 | -8/+87 |
2019-10-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-12 | Remove unnecessary declaration of trace_regblock_size | Christian Biesinger | 2 | -2/+6 |
2019-10-12 | Move declaration of max_user_call_depth to header | Christian Biesinger | 4 | -3/+13 |
2019-10-12 | Tweak the 'how to make a release' document | Nick Clifton | 2 | -6/+16 |
2019-10-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-11 | Improve comments in print-utils.h. | Jim Wilson | 2 | -4/+12 |
2019-10-11 | RISC-V: Fix two ARI warnings. | Jim Wilson | 2 | -2/+7 |