Age | Commit message (Expand) | Author | Files | Lines |
2022-06-01 | [gdb] Fix warning in foreach_arch selftests | Tom de Vries | 3 | -13/+68 |
2022-06-01 | Add gdb.current_language and gdb.Frame.language | Tom Tromey | 7 | -0/+78 |
2022-06-01 | [arm] Don't use special treatment for PC | Yvan Roux | 1 | -9/+0 |
2022-06-01 | [arm] Add support for FPU registers in prologue unwinder | Yvan Roux | 1 | -1/+1 |
2022-06-01 | [arm] d0..d15 are 64-bit each, not 32-bit | Yvan Roux | 1 | -4/+4 |
2022-06-01 | [arm] Cleanup: use hex for offsets | Yvan Roux | 1 | -8/+9 |
2022-06-01 | gdb:csky save fpu and vdsp info to struct csky_gdbarch_tdep | Jiangshuai Li | 2 | -4/+43 |
2022-05-31 | Use unique_ptr for objfiles | Tom Tromey | 4 | -11/+9 |
2022-05-31 | gdb/testsuite: fixup common-block.exp for intel compilers | Nils-Christian Kempke | 1 | -3/+35 |
2022-05-31 | gdb, testsuite, fortran: fixup mixed-lang-stack for Intel/LLVM compilers | Nils-Christian Kempke | 1 | -7/+14 |
2022-05-31 | gdb, testsuite, fortran: fix double free in mixed-lang-stack.exp | Nils-Christian Kempke | 1 | -11/+1 |
2022-05-31 | testsuite, fortran: allow additional completions in module.exp | Nils-Christian Kempke | 1 | -2/+3 |
2022-05-31 | testsuite, fortran: fix info-types for intel compilers | Nils-Christian Kempke | 1 | -3/+17 |
2022-05-31 | testsuite/lib: add check_optional_entry for GDBInfoSymbols | Nils-Christian Kempke | 1 | -2/+16 |
2022-05-31 | testsuite, fortran: Add '-debug-parameters all' when using ifx/ifort | Nils-Christian Kempke | 1 | -0/+3 |
2022-05-31 | testsuite, fortran: add compiler dependent types to dynamic-ptype-whatis | Nils-Christian Kempke | 1 | -38/+41 |
2022-05-31 | testsuite, fortran: add required external keyword | Nils-Christian Kempke | 1 | -0/+1 |
2022-05-31 | gdb/testsuite: disable charset.exp for intel compilers | Nils-Christian Kempke | 1 | -0/+5 |
2022-05-31 | gdb/testsuite: rename intel next gen c/cpp compilers | Nils-Christian Kempke | 2 | -2/+2 |
2022-05-31 | gdb/testsuite: add Fortran compiler identification to GDB | Cristian Sandu | 11 | -70/+150 |
2022-05-31 | gdb/testsuite: move getting_compiler_info to front of gdb_compile | Nils-Christian Kempke | 1 | -7/+14 |
2022-05-31 | gdb/testsuite: Fix fortran types for Intel compilers. | Felix Willgerodt | 1 | -0/+18 |
2022-05-31 | gdb/testsuite: Use -module option for Intel Fortran compilers | Abdul Basit Ijaz | 1 | -1/+5 |
2022-05-31 | gdb/testsuite: remove F77_FOR_TARGET support | Nils-Christian Kempke | 5 | -37/+5 |
2022-05-31 | Improve clear command's documentation | Pedro Alves | 1 | -10/+25 |
2022-05-31 | Clarify why we unit test matching symbol names with 0xff characters | Pedro Alves | 1 | -4/+13 |
2022-05-31 | Improve break-range's documentation | Pedro Alves | 1 | -7/+9 |
2022-05-31 | Explicitly mention yet-unloaded shared libraries in location spec examples | Pedro Alves | 1 | -2/+4 |
2022-05-31 | gdb/testsuite: resolve duplicate test name in gdb.trace/signal.exp | Andrew Burgess | 1 | -3/+7 |
2022-05-30 | gdb/testsuite: fix gdb.trace/signal.exp on x86 | Simon Marchi | 1 | -1/+1 |
2022-05-30 | gdb/manual: Introduce location specs | Pedro Alves | 3 | -191/+305 |
2022-05-30 | Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS | Luis Machado | 1 | -6/+7 |
2022-05-28 | gdb/python: improve formatting of help text for user defined commands | Andrew Burgess | 6 | -0/+507 |
2022-05-28 | gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init | Andrew Burgess | 1 | -8/+7 |
2022-05-27 | Fix crash with "maint print arc" | Tom Tromey | 1 | -5/+5 |
2022-05-27 | opcodes/i386: remove trailing whitespace from insns with zero operands | Andrew Burgess | 2 | -2/+2 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 2 | -2/+2 |
2022-05-26 | aarch64-fbsd-nat: Move definition of debug_regs_probed under HAVE_DBREG. | John Baldwin | 1 | -1/+2 |
2022-05-26 | gdb: Change psymbol_functions::require_partial_symbols to partial_symbols | Lancelot SIX | 2 | -23/+19 |
2022-05-26 | gdb: Require psymtab before calling quick_functions in objfile | Lancelot SIX | 5 | -15/+148 |
2022-05-26 | Fix crash in new DWARF indexer | Tom Tromey | 2 | -39/+95 |
2022-05-26 | Finalize each cooked index separately | Tom Tromey | 2 | -163/+192 |
2022-05-26 | gdb/linux-nat: xfer_memory_partial return E_IO on error | Lancelot SIX | 1 | -1/+1 |
2022-05-26 | gdb/testsuite: prefer gdb_test in gdb.dwarf2/calling-convention | Lancelot SIX | 1 | -6/+8 |
2022-05-25 | Show enabled locations with disabled breakpoint parent as "y-" | Pedro Alves | 4 | -20/+68 |
2022-05-25 | gdb: Fix DUPLICATE and PATH regressions throughout | Pedro Alves | 38 | -934/+969 |
2022-05-25 | Add -nopass option to gdb_test/gdb_test_multiple | Pedro Alves | 1 | -28/+32 |
2022-05-24 | [gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with clang | Tom de Vries | 4 | -17/+50 |
2022-05-24 | [gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with gcc-12 | Tom de Vries | 1 | -1/+1 |
2022-05-24 | gdb: LoongArch: Define LOONGARCH_LINUX_NUM_GREGSET as 45 | Tiezhu Yang | 1 | -2/+2 |