Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 26 | -47/+34 |
2023-11-21 | Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warni... | Nick Clifton | 1 | -6/+6 |
2023-11-21 | [gdb/tdep] Fix catching syscall execve exit for arm | Tom de Vries | 1 | -4/+38 |
2023-11-21 | Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warni... | Nick Clifton | 4 | -0/+67 |
2023-11-21 | Fix gdb.bas/sigall.exp testcase in AIX. | Aditya Vidyadhar Kamath | 1 | -5/+2 |
2023-11-21 | gdb: Fix segfault with a big .dynamic section size | Felix Willgerodt | 1 | -2/+4 |
2023-11-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-11-20 | Restore .gdb_index v9 display in readelf | Tom Tromey | 1 | -8/+49 |
2023-11-20 | PowerPC: Fix test gdb.ada/finish-large.exp | Carl Love | 1 | -1/+7 |
2023-11-20 | libctf: adding CU mappings should be idempotent | Nick Alcock | 1 | -2/+16 |
2023-11-20 | gdb: fix reopen_exec_file for files with target: prefix | Andrew Burgess | 2 | -7/+80 |
2023-11-20 | gdb: move all bfd_cache_close_all calls in gdb_bfd.c | Andrew Burgess | 8 | -19/+22 |
2023-11-20 | gdb/infrun: simplify process_event_stop_test | Guinevere Larsen | 1 | -12/+6 |
2023-11-20 | gdb/record: print frame information when exiting a recursive call | Guinevere Larsen | 4 | -1/+108 |
2023-11-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-11-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-11-18 | gas: bpf: do not allow referring to register names as symbols in operands | Jose E. Marchesi | 7 | -49/+102 |
2023-11-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-11-17 | bpf: avoid creating wrong symbols while parsing | David Faust | 5 | -0/+107 |
2023-11-17 | gdb: pass address_space to target dcache functions | Simon Marchi | 8 | -32/+36 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 31 | -83/+80 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 25 | -252/+113 |
2023-11-17 | Remove extraneous blocks from dwarf2/read.c:new_symbol | Tom Tromey | 1 | -43/+41 |
2023-11-17 | Fix read_ranges for 32-bit long | Joseph Myers | 1 | -1/+1 |
2023-11-17 | Ignore static members in NoOpStructPrinter | Tom Tromey | 3 | -2/+21 |
2023-11-17 | Implement the notStopped DAP response | Tom Tromey | 4 | -4/+59 |
2023-11-17 | Remove ExecutionInvoker | Tom Tromey | 4 | -31/+16 |
2023-11-17 | Automatically run (most) DAP requests in gdb thread | Tom Tromey | 14 | -130/+116 |
2023-11-17 | Gold/MIPS: Add targ_extra_size=64 for mips32 triples | YunQiang Su | 2 | -2/+8 |
2023-11-17 | Handle StackFrameFormat in DAP | Tom Tromey | 6 | -47/+453 |
2023-11-17 | Fix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong setting | Pedro Alves | 1 | -1/+1 |
2023-11-17 | x86: improve a few diagnostics | Jan Beulich | 9 | -84/+93 |
2023-11-17 | x86: don't allow pseudo-prefixes to be overridden by legacy suffixes | Jan Beulich | 1 | -3/+19 |
2023-11-17 | x86: CPU-qualify {disp16} / {disp32} | Jan Beulich | 7 | -22/+71 |
2023-11-17 | x86: use IS_ELF | Jan Beulich | 2 | -7/+4 |
2023-11-17 | x86: conditionally hide object-format-specific functions | Jan Beulich | 2 | -23/+31 |
2023-11-17 | x86: fold conditionals in check_long_reg() | Jan Beulich | 1 | -13/+5 |
2023-11-17 | x86-64: extend expected-size check in check_qword_reg() | Jan Beulich | 3 | -19/+26 |
2023-11-17 | LoongArch: Add more relaxation testcases | mengqinggang | 4 | -5/+103 |
2023-11-17 | LoongArch: Modify link_info.relax_pass from 3 to 2 | mengqinggang | 2 | -2/+2 |
2023-11-17 | LoongArch: Remove "elf_seg_map (info->output_bfd) == NULL" relaxation condition | mengqinggang | 2 | -4/+39 |
2023-11-17 | LoongArch: Multiple relax_trip in one relax_pass | mengqinggang | 1 | -3/+7 |
2023-11-17 | LoongArch: Directly delete relaxed instuctions in first relaxation pass | mengqinggang | 1 | -5/+7 |
2023-11-17 | LoongArch: Fix ld --no-relax bug | mengqinggang | 1 | -13/+6 |
2023-11-16 | gdb: remove two uses of obstack | Simon Marchi | 4 | -72/+48 |
2023-11-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-11-16 | Fix small bug in compile.exp | Tom Tromey | 1 | -1/+1 |
2023-11-16 | gdb/python: remove use of str.isascii() | Andrew Burgess | 1 | -1/+2 |
2023-11-16 | aarch64: Add support for VMSA feature enhancements. | Srinath Parvathaneni | 5 | -1/+211 |
2023-11-16 | aarch64: Add new AT system instructions. | Srinath Parvathaneni | 5 | -1/+24 |