Age | Commit message (Expand) | Author | Files | Lines |
2024-07-10 | libsframe: remove runstatedir in Makefile.in | Clément Chigot | 1 | -1/+0 |
2024-07-10 | libsframe: accept --target configure option | Clément Chigot | 3 | -81/+138 |
2024-07-09 | doc: sframe: add appendix for generating stack traces | Indu Bhagat | 1 | -0/+84 |
2024-07-09 | doc: sframe: segregate the ABI/arch-specific components | Indu Bhagat | 1 | -28/+110 |
2024-07-04 | readelf/objdump: Display SFrame fixed RA offset as 'f' in dump | Jens Remus | 1 | -3/+5 |
2024-07-04 | readelf/objdump: Dump SFrame CFA fixed FP and RA offsets | Jens Remus | 1 | -0/+10 |
2024-06-25 | doc: sframe: small improvements for readability | Indu Bhagat | 1 | -130/+183 |
2024-06-10 | autoupdate: add square brackets around arguments of AC_INIT | Matthieu Longo | 1 | -1/+1 |
2024-04-10 | mmap: Avoid the sanitizer configure check failure | H.J. Lu | 4 | -1/+8 |
2024-01-22 | libsframe: Fix calloc argument order in dump_sframe_header | Mark Wielaard | 1 | -1/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 20 | -21/+21 |
2023-08-12 | regen config | Alan Modra | 1 | -21/+52 |
2023-06-29 | doc: sframe: update specification for SFRAME_VERSION_2 | Indu Bhagat | 1 | -10/+74 |
2023-06-29 | sframe: bfd: gas: ld: format bump to SFrame version 2 | Indu Bhagat | 7 | -22/+98 |
2023-06-29 | libsframe: add new APIs to get SFrame version | Indu Bhagat | 2 | -0/+22 |
2023-06-29 | libsframe: fix sframe_find_fre for pltN entries | Indu Bhagat | 2 | -24/+60 |
2023-06-27 | libsframe: bfd: use uint32_t for return type of get_num_fidx APIs | Indu Bhagat | 1 | -5/+5 |
2023-06-27 | libsframe: use appropriate data types for args of sframe_encode | Indu Bhagat | 1 | -2/+3 |
2023-06-27 | libsframe: use uint8_t for return type of sframe_fre_get_base_reg_id | Indu Bhagat | 2 | -2/+2 |
2023-06-27 | libsframe: use uint8_t instead of unsigned char for abi_arch | Indu Bhagat | 2 | -9/+9 |
2023-06-27 | libsframe: bfd: use uint32_t for return type of sframe_calc_fre_type | Indu Bhagat | 1 | -1/+1 |
2023-06-27 | libsframe: use uint32_t for fre_type and fde_type function args | Indu Bhagat | 1 | -21/+21 |
2023-06-27 | libsframe: update the semantics of sframe_fre_get_fp_offset | Indu Bhagat | 1 | -6/+11 |
2023-06-27 | libsframe: update the semantics of sframe_fre_get_ra_offset | Indu Bhagat | 2 | -9/+17 |
2023-06-27 | libsframe: add symbol versioning | Indu Bhagat | 5 | -6/+144 |
2023-06-27 | libsframe: remove sframe_get_funcdesc_with_addr API | Indu Bhagat | 1 | -4/+16 |
2023-06-27 | libsframe: add library versioning | Indu Bhagat | 3 | -1/+43 |
2023-06-09 | libsframe: testsuite: add sframe_find_fre tests for pltN entries | Indu Bhagat | 4 | -5/+175 |
2023-06-09 | libsframe: fix sframe_find_fre for pltN entries | Indu Bhagat | 1 | -1/+1 |
2023-06-07 | libsframe: reuse static function sframe_decoder_get_funcdesc_at_index | Indu Bhagat | 1 | -23/+25 |
2023-06-06 | libsframe: fix cosmetic issues and typos | Indu Bhagat | 2 | -4/+6 |
2023-06-05 | libsframe: avoid unnecessary type casts | Indu Bhagat | 2 | -25/+34 |
2023-06-01 | libsframe: avoid using magic number | Indu Bhagat | 1 | -1/+1 |
2023-05-31 | libsframe: minor fixups in flip_fre related functions | Indu Bhagat | 1 | -7/+5 |
2023-05-25 | sframe/doc: minor improvements for readability | Indu Bhagat | 1 | -10/+10 |
2023-05-25 | libsframe: revisit sframe_find_fre API | Indu Bhagat | 1 | -34/+49 |
2023-05-25 | libsframe: use const char * consistently for immutable FRE buffers | Indu Bhagat | 1 | -13/+11 |
2023-05-25 | libsframe: use uint8_t data type for FRE info related stubs | Indu Bhagat | 1 | -21/+20 |
2023-05-17 | libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API | Indu Bhagat | 4 | -5/+252 |
2023-05-17 | libsframe: testsuite: add new tests for sframe_find_fre API | Indu Bhagat | 5 | -10/+250 |
2023-04-19 | libsframe: minor formatting fixes in sframe_encoder_write_fre | Indu Bhagat | 1 | -11/+7 |
2023-04-19 | libsframe: use consistent function argument names | Indu Bhagat | 1 | -14/+14 |
2023-04-19 | sframe: correct some typos | Indu Bhagat | 1 | -1/+1 |
2023-04-19 | libsframe: use return type of bool for predicate functions | Indu Bhagat | 1 | -9/+9 |
2023-03-22 | Remove unnecessary memsets in sframe-dump.c | Alan Modra | 1 | -3/+0 |
2023-02-02 | libsframe/doc: use "stack trace" instead of "unwind" for SFrame | Indu Bhagat | 1 | -18/+19 |
2023-01-24 | libsframe/doc: fix some warnings | Indu Bhagat | 1 | -9/+17 |
2023-01-19 | libsframe: Use AM_SILENT_RULES macro in configure.ac | Indu Bhagat | 2 | -2/+42 |
2023-01-13 | libsframe: replace an strncat with strcat | Indu Bhagat | 1 | -2/+1 |
2023-01-06 | sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constants | Indu Bhagat | 1 | -2/+4 |