aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-23binutils/NEWS: add note about upcoming libsframe changesusers/ibhagat/libsframe-versioningIndu Bhagat1-0/+6
2023-06-23libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat3-3/+3
2023-06-23libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat4-9/+9
2023-06-23bfd: libsframe: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat3-3/+3
2023-06-23libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat2-22/+22
2023-06-23libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat1-6/+11
2023-06-23libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat2-9/+17
2023-06-23libsframe: add symbol versioningIndu Bhagat5-6/+144
2023-06-23libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat2-8/+23
2023-06-23libsframe: add library versioningIndu Bhagat3-1/+43
2023-06-23[GOLD] PowerPC64 huge branch dynamic relocsAlan Modra1-61/+38
2023-06-23[GOLD] Support setting DT_RELACOUNT lateAlan Modra11-16/+38
2023-06-23[GOLD] powerpc DT_RELACOUNTAlan Modra1-2/+7
2023-06-23lto test fails with -fno-inline in CFLAGSAlan Modra1-5/+5
2023-06-22Fix off-by-one errorTom Tromey1-1/+1
2023-06-23Automatic date update in version.inGDB Administrator1-1/+1
2023-06-22gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11Ilya Leoshkevich1-1/+3
2023-06-22Revert "x86: Don't check if AVX512 template requires AVX512VL"H.J. Lu1-2/+3
2023-06-22[gdb/testsuite] Clean or check standard_output_file dir in gdb_initTom de Vries2-5/+41
2023-06-22Implement DAP "hover" contextTom Tromey4-6/+119
2023-06-22Implement DAP logging breakpointsTom Tromey3-3/+132
2023-06-22Handle supportsVariablePaging in DAPTom Tromey3-9/+25
2023-06-22Implement type checking for DAP breakpoint requestsTom Tromey1-46/+82
2023-06-22Handle exceptions when creating DAP breakpointsTom Tromey3-40/+92
2023-06-22Reuse breakpoints more frequently in DAPTom Tromey1-2/+4
2023-06-22Fix type of DAP hitConditionTom Tromey2-5/+8
2023-06-22gdb/DAP Few bug fixes & Evaluate Array Watch varsSimon Farre2-2/+2
2023-06-22Automatic date update in version.inGDB Administrator1-1/+1
2023-06-21x86: Free the symbol buffer and the relocation buffer after useH.J. Lu1-14/+28
2023-06-21Add missing backslash to update-gnulib.shTom Tromey5-4/+6
2023-06-21[gdb/testsuite] Add have_host_localeTom de Vries7-0/+42
2023-06-21[gdb/testsuite] Fix gdb.tui/wrap-line.expTom de Vries1-2/+8
2023-06-21PR30536, ppc64el gold linker produces unusable clang-16 binaryAlan Modra1-1/+9
2023-06-21[gdb/testsuite] Reimplement Term::command_no_prompt_prefixTom de Vries1-3/+17
2023-06-21[gdb/testsuite] Make Term::wait_for "" match only a promptTom de Vries2-0/+17
2023-06-21Prune linker warnings about an executable stack being created with the -z exe...Nick Clifton2-2/+19
2023-06-21For test for PR 29072 when the linker is configured with --enable-default-exe...Nick Clifton2-0/+22
2023-06-21gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'Tankut Baris Aktemur1-2/+3
2023-06-21x86: fix expansion of %XVJan Beulich1-7/+8
2023-06-21elf32_arm_get_synthetic_symtab memory leakAlan Modra1-15/+10
2023-06-21macho-o.c don't leak strtabAlan Modra1-0/+2
2023-06-21Automatic date update in version.inGDB Administrator1-1/+1
2023-06-20Use ARRAY_SIZE in ax-general.cTom Tromey1-3/+2
2023-06-20Remove aop_lastTom Tromey2-7/+0
2023-06-20Make aop_map 'static'Tom Tromey2-31/+30
2023-06-20Use bool for agent_expr::tracingTom Tromey2-9/+8
2023-06-20Simplify agent_expr constructorTom Tromey2-17/+6
2023-06-20Use std::vector<bool> for agent_expr::reg_maskTom Tromey3-45/+19
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey6-105/+63
2023-06-20Remove mem2hexTom Tromey1-28/+2