aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)AuthorFilesLines
2024-05-16s390: Initial support for s390xusers/jremus/sframe-stacktracer-testsuite-s390xJens Remus3-0/+77
2024-05-16sframe: Represent FP without RA on stackJens Remus1-0/+4
2024-05-16s390: SFrame track FP/RA saved in registerJens Remus1-2/+20
2024-05-16s390: Initial support to generate .sframe from CFI directives in assemblerJens Remus1-2/+6
2024-05-16readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus1-3/+5
2024-05-16readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus1-0/+10
2024-04-30testsuite: libsframest: more renamesusers/ibhagat/sframe-stacktracer-testsuiteIndu Bhagat4-36/+36
2024-04-30testsuite: libsframest: create new sframest_sfinfo_initIndu Bhagat2-65/+36
2024-04-30testsuite: libsframest: define a new function sframest_sfinfo_addr_range_pIndu Bhagat3-38/+23
2024-04-30more renames for readabilityIndu Bhagat3-48/+49
2024-04-30testsuite: libsframest: rename for readabilityIndu Bhagat3-116/+129
2024-04-30testsuite: libsframest: use shorter version in conditionalsIndu Bhagat2-31/+33
2024-04-30libsframest: use access API instead of direct access using FRE infoIndu Bhagat1-2/+2
2024-04-25lisbframest: remove unnecessary arch-specific codeIndu Bhagat1-20/+4
2024-04-25testsuite: minor housekeepingIndu Bhagat5-25/+24
2024-04-25testsuite: libsframest: use as, ld, collect-ld from build dirIndu Bhagat11-94/+68
2024-04-25libsframest: use as a test tool insteadIndu Bhagat48-783/+1122
2024-04-25testsuite: sframebt: Add backtrace-1 which uses -O2 alwaysIndu Bhagat2-0/+116
2024-04-25testsuite: sframebt: Use -fno-optimize-sibling-callsWeimin Pan2-2/+2
2024-04-25sframebt: Factor register access code into a header fileWeimin Pan2-14/+84
2024-04-25unwinder: Add SFrame unwinder testsWeimin Pan27-81/+1533
2024-04-25unwinder: generate backtrace using SFrame formatWeimin Pan8-17/+818
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu4-1/+8
2024-01-22libsframe: Fix calloc argument order in dump_sframe_headerMark Wielaard1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra20-21/+21
2023-08-12regen configAlan Modra1-21/+52
2023-06-29doc: sframe: update specification for SFRAME_VERSION_2Indu Bhagat1-10/+74
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat7-22/+98
2023-06-29libsframe: add new APIs to get SFrame versionIndu Bhagat2-0/+22
2023-06-29libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat2-24/+60
2023-06-27libsframe: bfd: use uint32_t for return type of get_num_fidx APIsIndu Bhagat1-5/+5
2023-06-27libsframe: use appropriate data types for args of sframe_encodeIndu Bhagat1-2/+3
2023-06-27libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat2-2/+2
2023-06-27libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat2-9/+9
2023-06-27libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat1-1/+1
2023-06-27libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat1-21/+21
2023-06-27libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat1-6/+11
2023-06-27libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat2-9/+17
2023-06-27libsframe: add symbol versioningIndu Bhagat5-6/+144
2023-06-27libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat1-4/+16
2023-06-27libsframe: add library versioningIndu Bhagat3-1/+43
2023-06-09libsframe: testsuite: add sframe_find_fre tests for pltN entriesIndu Bhagat4-5/+175
2023-06-09libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat1-1/+1
2023-06-07libsframe: reuse static function sframe_decoder_get_funcdesc_at_indexIndu Bhagat1-23/+25
2023-06-06libsframe: fix cosmetic issues and typosIndu Bhagat2-4/+6
2023-06-05libsframe: avoid unnecessary type castsIndu Bhagat2-25/+34
2023-06-01libsframe: avoid using magic numberIndu Bhagat1-1/+1
2023-05-31libsframe: minor fixups in flip_fre related functionsIndu Bhagat1-7/+5
2023-05-25sframe/doc: minor improvements for readabilityIndu Bhagat1-10/+10
2023-05-25libsframe: revisit sframe_find_fre APIIndu Bhagat1-34/+49