aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-16s390: Initial support for s390xusers/jremus/sframe-stacktracer-testsuite-s390xJens Remus4-0/+84
2024-05-16s390: Update SFrame test cases for FP without RAJens Remus7-32/+46
2024-05-16sframe: Represent FP without RA on stackJens Remus3-29/+34
2024-05-16s390: SFrame track FP/RA saved in registerJens Remus7-20/+80
2024-05-16s390: Initial support to generate .sframe from CFI directives in assemblerJens Remus25-7/+485
2024-05-16gas: Validate SFrame RA tracking and fixed RA offsetJens Remus1-0/+12
2024-05-16gas: Test predicate whether SFrame RA tracking is usedJens Remus1-2/+4
2024-05-16gas: Don't skip SFrame FDE if .cfi_register specifies SP registerJens Remus1-3/+5
2024-05-16gas: Don't skip SFrame FDE if .cfi_register specifies RA w/o trackingJens Remus1-1/+1
2024-05-16gas: Skip SFrame FDE if .cfi_window_saveJens Remus1-3/+22
2024-05-16gas: Skip SFrame FDE if FP without RA on stackJens Remus1-0/+19
2024-05-16gas: User readable warnings if SFrame FDE is not generatedJens Remus5-28/+75
2024-05-16gas: Refactor SFrame CFI opcode DW_CFA_register processingJens Remus1-11/+26
2024-05-16gas: Warn if SFrame FDE is skipped due to non-default return columnJens Remus2-3/+8
2024-05-16gas: Skip SFrame FDE if CFI specifies non-FP/SP base registerJens Remus2-3/+11
2024-05-16gas: Print DWARF call frame insn name in SFrame warning messageJens Remus3-3/+50
2024-05-16readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus11-38/+40
2024-05-16readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus17-0/+37
2024-05-16gas: Enhance arch-specific SFrame configuration descriptionsJens Remus4-14/+19
2024-05-16x86: Remove unused SFrame CFI RA register variableJens Remus1-1/+0
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-789/+1068
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 Pan9-17/+878
2024-04-25bpf: fix calculation when deciding to relax branchDavid Faust7-43/+95
2024-04-25gdb: add type annotations to ada-unicode.pySimon Marchi1-37/+61
2024-04-25gdb: remove gdbcmd.hSimon Marchi176-207/+163
2024-04-25gdb: move style_set_list/style_show_list declarations to cli/cli-style.hSimon Marchi2-4/+4
2024-04-25gdb: remove unused print_command_line and print_command_lines declarationsSimon Marchi1-5/+0
2024-04-25gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi10-37/+38
2024-04-25LoongArch: gas: Simplify relocations in sections without code flagJinyang He3-3/+19
2024-04-25LoongArch: Add bad static relocation check and output more information to userLulu Cai8-2/+76
2024-04-25LoongArch: The symbol got type can only be obtained after initializationLulu Cai1-1/+8
2024-04-25Automatic date update in version.inGDB Administrator1-1/+1
2024-04-24gdb/testsuite: Add libc_has_debug_info require helperThiago Jung Bauermann2-12/+57
2024-04-24gdb/doc: Fix incorrect information in RSP docCiaran Woodward1-1/+1
2024-04-24Handle two-linetable function in find_epilogue_using_linetableBernd Edlinger6-160/+284
2024-04-24Fix an out of bounds array access in find_epilogue_using_linetableBernd Edlinger1-10/+84