Bug 174098

Summary: WebAssembly: print module name in backtraces if available
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 172008    
Bug Blocks:    

JF Bastien
Reported 2017-07-03 08:30:05 PDT
#172008 adds module name parsing but doesn't do anything with it. See that patch for why this is tricky.
Attachments
JF Bastien
Comment 1 2017-07-05 14:05:42 PDT
On the parent patch, Saam said: > I think we should just have Wasm::Callee's know their names. We can also have Wasm::Callee know its module. I don't think it's bad for these to grow a bit in size. This seems inevitable for doing wasm debugging.
JF Bastien
Comment 2 2017-07-05 14:07:06 PDT
Shouldn't be hard if we make the Callee bigger. I'd put a Module*.
Note You need to log in before you can comment on or make changes to this bug.