Age | Commit message (Expand) | Author | Files | Lines |
2021-04-08 | Add system includes in sim | Tom Tromey | 20 | -0/+48 |
2021-04-08 | Do not use old-style definitions in sim | Tom Tromey | 23 | -298/+191 |
2021-04-08 | Remove unused variable un darwin_nat_target::resume | Dominique Quatravaux | 2 | -2/+5 |
2021-04-08 | Fix DTB generation mechanism and build failure | Luis Machado | 3 | -3/+19 |
2021-04-08 | sim: set ASAN_OPTIONS=detect_leaks=0 when running igen and opc2c | Simon Marchi | 11 | -16/+52 |
2021-04-08 | gdb: Allow prologue detection via symbols for Intel compilers. | Felix Willgerodt | 5 | -8/+33 |
2021-04-08 | gdb: Update producer check for Intel compilers. | Felix Willgerodt | 3 | -54/+23 |
2021-04-08 | sim: testsuite: support exit 77 for unsupported tests | Mike Frysinger | 2 | -1/+8 |
2021-04-08 | sim: testsuite: skip tests when the port is disabled | Mike Frysinger | 2 | -0/+10 |
2021-04-08 | bfd: use https for bugzilla | Mike Frysinger | 4 | -3/+9 |
2021-04-08 | sim: testsuite: calculate $arch from $subdir | Mike Frysinger | 72 | -180/+142 |
2021-04-07 | Aarch64 sim fix for gcc-10 miscompilation. | Jim Wilson | 2 | -2/+8 |
2021-04-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-08 | PR27684, PowerPC missing mfsprg0 and others | Alan Modra | 2 | -4/+10 |
2021-04-08 | PR27676, PowerPC missing extended dcbt, dcbtst mnemonics | Alan Modra | 8 | -11/+253 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 12 | -40/+44 |
2021-04-07 | CTF: handle forward reference type | Weimin Pan | 5 | -13/+91 |
2021-04-07 | gdb/fortran: handle dynamic types within arrays and structures | Andrew Burgess | 7 | -4/+333 |
2021-04-07 | gdb: allow casting to rvalue reference in more cases | Andrew Burgess | 5 | -2/+61 |
2021-04-07 | gdb: move cheap pointer equality check earlier in types_equal | Andrew Burgess | 2 | -4/+9 |
2021-04-07 | sim: m32c: opc2c: remove unused vlist variable | Simon Marchi | 2 | -3/+4 |
2021-04-07 | gdb: handle relative paths to DWO files | Caroline Tice | 5 | -0/+175 |
2021-04-07 | gdb/testsuite: fix fission support in the Dwarf assembler | Andrew Burgess | 11 | -446/+620 |
2021-04-07 | gdb: Handle missing .debug_str section | Andrew Burgess | 4 | -2/+63 |
2021-04-07 | gdb/py: fix gdb.parameter('data-directory') | Andrew Burgess | 4 | -2/+78 |
2021-04-07 | Fix pr27217 testcase failure | Alan Modra | 2 | -3/+8 |
2021-04-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-06 | Return symbol from symbol_at_address_func | Alan Modra | 7 | -30/+32 |
2021-04-06 | C99 NEWS and README | Alan Modra | 3 | -16/+24 |
2021-04-06 | [gdb/breakpoints] Workaround missing line-table entry | Tom de Vries | 4 | -16/+26 |
2021-04-06 | Fix a problem assembling AArch64 sources when a relocation is generated again... | Nick Clifton | 4 | -140/+235 |
2021-04-06 | gas: missing (re-)initialization of local variable in fixup_segment() | Jan Beulich | 2 | -1/+7 |
2021-04-06 | ld: warn about PE base relocations to sections above .reloc | Jan Beulich | 2 | -1/+15 |
2021-04-06 | [gdb/tui] Fix len_without_escapes in tui-disasm.c | Tom de Vries | 2 | -2/+11 |
2021-04-06 | [gdb/testsuite] Fix xfail handling in gdb.threads/gcore-thread.exp | Tom de Vries | 2 | -4/+22 |
2021-04-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-05 | Adjust location of readline in sim/erc32 | Tom Tromey | 3 | -2/+7 |
2021-04-05 | C99 ld configury | Alan Modra | 7 | -1573/+633 |
2021-04-05 | C99 gas configury | Alan Modra | 18 | -2013/+561 |
2021-04-05 | C99 binutils configury | Alan Modra | 27 | -1881/+631 |
2021-04-05 | C99 opcodes configury | Alan Modra | 8 | -1248/+528 |
2021-04-05 | C99 bfd configury | Alan Modra | 19 | -1962/+636 |
2021-04-05 | C99 gprof configury | Alan Modra | 6 | -1184/+556 |
2021-04-04 | gdb: fix internal error in avr_frame_unwind_cache | Simon Marchi | 2 | -1/+6 |
2021-04-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-04 | sim: mips: Add handlers to simulator monitor for unlink, lseek and stat | Faraz Shahbazker | 2 | -1/+75 |
2021-04-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-03 | sim: example-synacor: a simple implementation for reference | Mike Frysinger | 34 | -1/+16037 |
2021-04-03 | sim: testsuite: integrate common tests into build | Mike Frysinger | 7 | -71/+662 |
2021-04-03 | sim: add preliminary support for --enable-targets | Mike Frysinger | 9 | -131/+389 |