aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux/decompile/amd64/3.out
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: make opcode decompilation more intelligentAleksandr Nogikh2021-08-191-0/+50
Skip Code: lines that refer to user-space. Skip code listings where the trapping instruction is an intentionally invalid one (this happens in WARNINGs and most of BUG reports). Decompilation of such code fragments provides no value to the user. Add new tests and update the existing ones. Closes #2709 and #2710.