Bug 120732 - [Patch] Generating trapno for sigcontext (x86)
Summary: [Patch] Generating trapno for sigcontext (x86)
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.1.0
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 22:00 UTC by Eric Pouech
Modified: 2006-01-24 22:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch (4.18 KB, patch)
2006-01-24 22:00 UTC, Eric Pouech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Pouech 2006-01-24 22:00:31 UTC
The attached patch sets the trapno field of sigcontext (on x86) by mapping a
decent value for the trap number out of the signal/code values from the siginfo.
Comment 1 Eric Pouech 2006-01-24 22:00:54 UTC
Created attachment 14369 [details]
Patch