aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-27ld: bfd: sframe: Update section size also for relocatable linksusers/ibhagat/try-sframe-schemeB-v1Indu Bhagat1-3/+1
2025-05-27NEWS: sframe: mention new semantics for SFrame FDE function start addrIndu Bhagat1-0/+10
2025-05-27ld: bfd: sframe: fix incorrect r_offset in RELA entriesIndu Bhagat5-1/+138
2025-05-27bfd: gas: ld: libsframe: adopt new encoding for FDE func start addr fieldIndu Bhagat42-66/+165
2025-05-27objdump, readelf: sframe: apply relocations before textual dumpIndu Bhagat4-77/+68
2025-05-27doc: sframe: update documentation for sfde_func_start_addressIndu Bhagat1-3/+5
2025-05-27doc: sframe: add documentation for SFRAME_F_FDE_FUNC_START_ADDR_PCRELIndu Bhagat1-2/+19
2025-05-27include: libsframe: define new flag SFRAME_F_FDE_FUNC_START_ADDR_PCRELIndu Bhagat3-5/+13
2025-05-27include: libsframe: add APIs for offsetof FDE func start addr fieldIndu Bhagat3-0/+55
2025-05-27libsframe: refactor code for dumping section flagsIndu Bhagat1-30/+56
2025-05-27include: libsframe: add APIs for SFrame header flagsIndu Bhagat3-4/+35
2025-05-27sframe: doc: add date to the pdf outputIndu Bhagat1-0/+2
2025-05-28Automatic date update in version.inGDB Administrator1-1/+1
2025-05-27gdb: make objfile_has_full_symbols and objfile_has_symbols methods of objfileSimon Marchi5-23/+20
2025-05-26gdb/testsuite: Clarify -lbl option in gdb_test_multipleThiago Jung Bauermann1-1/+4
2025-05-26gdb/testsuite: Fix flakiness in gdb.base/default.expThiago Jung Bauermann1-60/+147
2025-05-27Automatic date update in version.inGDB Administrator1-1/+1
2025-05-27ALPHA_R_OP_STOREAlan Modra1-55/+62
2025-05-26libsframe: handle SFrame FRE start/end IP offsets as unsignedJens Remus1-6/+10
2025-05-26libsframe: stop search for SFrame FRE if its start IP is greater than PCJens Remus1-6/+3
2025-05-26libsframe: correct binary search for SFrame FDEJens Remus2-10/+11
2025-05-26libsframe: testsuite: improve findfunc-1 testcaseIndu Bhagat1-46/+95
2025-05-26libsframe: testsuite: improve findfre-1 testcaseIndu Bhagat1-36/+75
2025-05-26libsframe: fix issue finding FRE in PCMASK type SFrame FDEsIndu Bhagat2-50/+58
2025-05-26gas: sframe: handle .cfi_same_valueIndu Bhagat4-3/+93
2025-05-26[gdb] Factor out compare_pointersTom de Vries1-16/+15
2025-05-26[gdb] Partially stabilize sort in compare_{symbols,msymbols}Tom de Vries1-17/+33
2025-05-26[gdb/breakpoints] Stabilize info breakpoints outputTom de Vries1-3/+10
2025-05-26[gdb/breakpoints] Rename bp_location_is_less_than to bp_location_ptr_is_less_...Tom de Vries1-10/+14
2025-05-26alpha, bfd: Fixes for ALPHA_R_OP_STOREJanne Ramstedt1-4/+2
2025-05-26gdb, btrace: remove record_btrace_target::supports_*()Markus Metzger1-27/+0
2025-05-26LoongArch: overflow and underflow checks for R_LARCH_32_PCRELLulu Cai6-6/+32
2025-05-26Automatic date update in version.inGDB Administrator1-1/+1
2025-05-25Automatic date update in version.inGDB Administrator1-1/+1
2025-05-24gdb/solib-svr4: check that solib is SVR4 in tls_maybe_fill_slot and tls_maybe...Simon Marchi1-2/+8
2025-05-24gdb: use local addrmap_mutable in addrmap selftestSimon Marchi1-14/+13
2025-05-24gdb: turn CHECK_ADDRMAP_FIND into a functionSimon Marchi1-23/+23
2025-05-24[gdb/build] Fix unused var in lookup_dwo_unit_in_dwpTom de Vries1-1/+1
2025-05-23gdb: guard <mutex> include with CXX_STD_THREADSimon Marchi1-0/+2
2025-05-24Automatic date update in version.inGDB Administrator1-1/+1
2025-05-23gdb/NEWS: minor white space fixAndrew Burgess1-1/+1
2025-05-23gdb: include <mutex> in dwarf2/read.hSimon Marchi1-0/+1
2025-05-23[gdb] Make make-init-c more robustTom de Vries1-2/+2
2025-05-23[gdb/testsuite] Add gdb.dwarf2/fission-dw-form-strx.expTom de Vries3-8/+117
2025-05-23gdb/dwarf: split dwo_lock in more granular locksSimon Marchi2-33/+64
2025-05-23gdb/dwarf: allocate DWP dwarf2_section_info with newSimon Marchi2-2/+9
2025-05-23gdb/dwarf: allocate dwo_unit with newSimon Marchi1-29/+31
2025-05-23Handle an argument-less operator in the C++ name parserTom Tromey3-0/+43
2025-05-23libctf: archive, open: when opening, always set errp to somethingNick Alcock4-2/+28
2025-05-23RISC-V: Add support for RISC-V Profiles 23.Jiawei3-0/+28