Age | Commit message (Expand) | Author | Files | Lines |
2021-08-06 | [gdb/symtab] Fix zero address complaint for shlib | Tom de Vries | 4 | -8/+232 |
2021-08-06 | Re: Add tests for Intel AVX512_FP16 instructions | Alan Modra | 1 | -0/+1 |
2021-08-06 | chew ubsan warning | Alan Modra | 1 | -2/+2 |
2021-08-06 | bfd_reloc_offset_in_range overflow | Alan Modra | 1 | -1/+1 |
2021-08-06 | PR28175, Segment fault in coff-tic30.c reloc_processing | Alan Modra | 3 | -9/+30 |
2021-08-06 | PR28173, nds32_elf_howto_table index out of bounds | Alan Modra | 1 | -30/+25 |
2021-08-06 | PR28172, bfin_pcrel24_reloc heap-buffer-overflow | Alan Modra | 1 | -5/+11 |
2021-08-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-08-05 | [PATCH] GDB Testsuite, update compile-cplus.exp | Will Schmidt | 1 | -5/+4 |
2021-08-05 | [gdb] Handle .TOC. sections during gdb-compile for rs6000 target. | Will Schmidt | 1 | -0/+41 |
2021-08-05 | gdb/testsuite: gdb.base/attach.exp: expose bug when testing with native-exten... | Simon Marchi | 1 | -6/+21 |
2021-08-05 | gdb/testsuite: gdb.base/attach.exp: fix support check in test_command_line_at... | Simon Marchi | 1 | -7/+12 |
2021-08-05 | gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECD | Simon Marchi | 1 | -3/+22 |
2021-08-05 | gdb: use ptid_t::to_string in print_target_wait_results | Simon Marchi | 1 | -8/+4 |
2021-08-05 | Add as_lval argument to expression evaluator | Zoran Zaric | 5 | -30/+38 |
2021-08-05 | Simplify dwarf_expr_context class interface | Zoran Zaric | 4 | -232/+237 |
2021-08-05 | Make DWARF evaluator return a single struct value | Zoran Zaric | 5 | -198/+203 |
2021-08-05 | Make value_copy also copy the stack data member | Zoran Zaric | 1 | -0/+2 |
2021-08-05 | Move piece_closure and its support to expr.c | Zoran Zaric | 4 | -599/+595 |
2021-08-05 | Merge evaluate_for_locexpr_baton evaluator | Zoran Zaric | 3 | -55/+28 |
2021-08-05 | Remove empty frame and full evaluators | Zoran Zaric | 2 | -29/+5 |
2021-08-05 | Inline get_reg_value method of dwarf_expr_context | Zoran Zaric | 2 | -23/+7 |
2021-08-05 | Move push_dwarf_reg_entry_value to expr.c | Zoran Zaric | 5 | -83/+72 |
2021-08-05 | Move read_mem to dwarf_expr_context | Zoran Zaric | 4 | -13/+10 |
2021-08-05 | Move get_object_address to dwarf_expr_context | Zoran Zaric | 3 | -18/+9 |
2021-08-05 | Move dwarf_call to dwarf_expr_context | Zoran Zaric | 4 | -70/+33 |
2021-08-05 | Move compilation unit info to dwarf_expr_context | Zoran Zaric | 5 | -82/+75 |
2021-08-05 | Remove get_frame_cfa from dwarf_expr_context | Zoran Zaric | 4 | -17/+4 |
2021-08-05 | Move frame context info to dwarf_expr_context | Zoran Zaric | 4 | -105/+91 |
2021-08-05 | Cleanup of the dwarf_expr_context constructor | Zoran Zaric | 2 | -18/+9 |
2021-08-05 | Replace the symbol needs evaluator with a parser | Zoran Zaric | 6 | -116/+678 |
2021-08-05 | [PATCH 2/2] Add tests for Intel AVX512_FP16 instructions | Cui,Lili | 30 | -0/+26033 |
2021-08-05 | [PATCH 1/2] Enable Intel AVX512_FP16 instructions | Cui,Lili | 12 | -16210/+25307 |
2021-08-05 | PR28167, vms-alpha build_module_list | Alan Modra | 1 | -7/+4 |
2021-08-05 | PR28166, _bfd_elf_mips_get_relocated_section_contents | Alan Modra | 1 | -9/+2 |
2021-08-05 | PR28165, buffer overflow in elf32-rx.c:rx_info_to_howto_rela | Alan Modra | 1 | -1/+12 |
2021-08-05 | Re: elf: Treat undefined version as hidden | Alan Modra | 2 | -5/+5 |
2021-08-05 | gdb/testsuite: update test gdb.base/step-over-syscall.exp | Andrew Burgess | 2 | -11/+97 |
2021-08-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-08-04 | gdb: Use unwinder name in frame_info::to_string | Lancelot SIX | 1 | -2/+2 |
2021-08-04 | gdb/testsuite: fix gdb.base/info-macros.exp with clang | Simon Marchi | 1 | -4/+4 |
2021-08-04 | gdb: avoid dereferencing empty str_offsets_base optional in dwarf_decode_macros | Simon Marchi | 3 | -7/+20 |
2021-08-04 | gdb: fix typo in complaint in dwarf2/macro.c | Simon Marchi | 1 | -1/+1 |
2021-08-04 | gdb: fix warnings in bsd-kvm.c | Simon Marchi | 1 | -3/+3 |
2021-08-04 | IBM Z: Remove lpswey parameter | Andreas Krebbel | 4 | -3/+5 |
2021-08-04 | PR28162, segment fault in mips_elf_assign_gp | Alan Modra | 2 | -7/+7 |
2021-08-04 | [gdb/symtab] Use lambda function instead of addrmap_foreach_check | Tom de Vries | 1 | -30/+21 |
2021-08-04 | elf: Treat undefined version as hidden | H.J. Lu | 16 | -12/+63 |
2021-08-04 | [gdb/symtab] Implement addrmap_mutable_find | Tom de Vries | 1 | -4/+126 |
2021-08-04 | gas: correctly output XCOFF tbss symbols with XTY_CM type. | Clément Chigot | 1 | -1/+2 |