Age | Commit message (Expand) | Author | Files | Lines |
2022-06-15 | gdb: refactor the non-printing disassemblers | Andrew Burgess | 7 | -135/+170 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 12 | -1/+2648 |
2022-06-15 | gdb: add extension language print_insn hook | Andrew Burgess | 6 | -4/+78 |
2022-06-15 | gdb: add new base class to gdb_disassembler | Andrew Burgess | 4 | -52/+154 |
2022-06-15 | gdb/python: convert gdbpy_err_fetch to use gdbpy_ref | Andrew Burgess | 2 | -17/+14 |
2022-06-15 | x86: drop print_operand_value()'s "hex" parameter | Jan Beulich | 1 | -55/+16 |
2022-06-15 | [gdb/build] Fix build for gcc < 11 | Tom de Vries | 1 | -0/+2 |
2022-06-15 | PR29230, segv in lookup_symbol_in_variable_table | Alan Modra | 1 | -9/+42 |
2022-06-15 | gdb: Always suppress stringop-overread warning in debuginfod-support.c | Mark Wielaard | 1 | -7/+4 |
2022-06-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-06-14 | gprofng docs: provide help for <rate> == <interval> | Vladimir Mezentsev | 1 | -2/+18 |
2022-06-14 | gprofng docs: mention HTML / PDF in the gprofng README | Vladimir Mezentsev | 1 | -0/+20 |
2022-06-14 | gprofng: fix build with -Werror=format-security | Vladimir Mezentsev | 5 | -726/+141 |
2022-06-14 | [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.exp | Tom de Vries | 1 | -1/+3 |
2022-06-14 | Implement lazy FPU initialization for ravenscar | Tom Tromey | 3 | -56/+217 |
2022-06-14 | Reimplement ravenscar registers using tables | Tom Tromey | 7 | -580/+206 |
2022-06-14 | Fix bugs in aarch64-ravenscar-thread.c | Tom Tromey | 1 | -13/+10 |
2022-06-14 | Allow 'interrupt -a' in all-stop mode | Tom Tromey | 3 | -3/+74 |
2022-06-14 | gdbserver: Add LoongArch/Linux support | Youling Tang | 6 | -1/+280 |
2022-06-14 | Revert "Fix fbsd core matching" | Tom de Vries | 1 | -10/+30 |
2022-06-14 | [gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.exp | Tom de Vries | 1 | -1/+3 |
2022-06-14 | Fix fbsd core matching | Alan Modra | 1 | -30/+10 |
2022-06-14 | Debug support for global alias variable | Kavitha Natarajan | 3 | -24/+114 |
2022-06-14 | BFD_RELOC_MIPS_16 | Alan Modra | 9 | -25/+20 |
2022-06-14 | Correct R_MIPS_16 n32 howto | Alan Modra | 1 | -1/+1 |
2022-06-14 | asan: applying zero offset to NULL pointer | Alan Modra | 1 | -2/+3 |
2022-06-14 | gas dwarf2dbg.c tidy | Alan Modra | 5 | -41/+81 |
2022-06-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-06-14 | [gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with libc debuginfo | Tom de Vries | 1 | -1/+1 |
2022-06-13 | [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11 | Tom de Vries | 1 | -0/+25 |
2022-06-13 | gdb: LoongArch: Deal with atomic sequence | Tiezhu Yang | 1 | -14/+113 |
2022-06-13 | gdb: don't use bashism in configure test | Sam James | 2 | -2/+2 |
2022-06-13 | gdb:csky add support target-descriptions for CSKY arch | Jiangshuai Li | 2 | -6/+506 |
2022-06-13 | [gdb/testsuite] Handle quotes in gdb_py_module_available | Tom de Vries | 1 | -1/+1 |
2022-06-13 | x86: fix incorrect indirection | Jan Beulich | 1 | -1/+1 |
2022-06-13 | x86: replace global scratch buffer | Jan Beulich | 1 | -126/+97 |
2022-06-13 | x86: avoid string copy when swapping Vex.W controlled operands | Jan Beulich | 1 | -6/+8 |
2022-06-13 | x86: shrink prefix related disassembler state fields | Jan Beulich | 1 | -27/+28 |
2022-06-13 | x86: properly initialize struct instr_info instance(s) | Jan Beulich | 1 | -257/+235 |
2022-06-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-06-12 | Fix self-test failure in addrmap | Tom Tromey | 1 | -7/+3 |
2022-06-12 | Remove psymtab_addrmap | Tom Tromey | 4 | -131/+8 |
2022-06-12 | Use malloc for mutable addrmaps | Tom Tromey | 5 | -108/+43 |
2022-06-12 | Remove addrmap::create_fixed | Tom Tromey | 5 | -28/+11 |
2022-06-12 | Remove addrmap_create_mutable | Tom Tromey | 5 | -20/+14 |
2022-06-12 | Remove addrmap wrapper functions | Tom Tromey | 11 | -139/+84 |
2022-06-12 | Move addrmap classes to addrmap.h | Tom Tromey | 2 | -121/+118 |
2022-06-12 | Privacy for addrmap_mutable | Tom Tromey | 1 | -64/+78 |
2022-06-12 | Privacy for addrmap_fixed | Tom Tromey | 1 | -53/+44 |
2022-06-12 | Use inheritance for addrmap | Tom Tromey | 1 | -111/+80 |