-
Notifications
You must be signed in to change notification settings - Fork 87
v8: emit backtrace when trap happens. #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5cb8386
v8: emit backtrace when trap happens
mathetake 73e14cb
tidy up get_fail_message
mathetake 1b47c0e
review: rename, refactor
mathetake 0a8a65f
review: simplify message emission
mathetake 256b844
review: build function name index in load()
mathetake 5cb4a07
align leading spaces like wavm
mathetake f0e7a1a
Merge branch 'master' into trace-print
mathetake 155e5c7
Tidy up trace message
mathetake 0ee805f
Handle the case of having no name custom section
mathetake 59d816c
Merge branch 'master' into trace-print
mathetake 6fbdbc6
Merge branch 'master' into trace-print
mathetake e2facc1
Merge branch 'master' into trace-print
mathetake 9a555a0
Review: remove unnecessary 'this->'
mathetake 5c28a0b
Merge branch 'trace-print' of github.com:mathetake/proxy-wasm-cpp-hos…
mathetake 51fc718
Review: mv \n to the beginning of of trace
mathetake bb8fd80
Review: remove the trailing newline in msg & fix style
mathetake a24e213
Review: add buildFunctionNameIndex member
mathetake 4f815f5
review: fix typo
mathetake 07c1351
Merge branch 'master' into trace-print
PiotrSikora a31cfdf
Break loop when name section is malformed
mathetake b83089f
Merge branch 'trace-print' of github.com:mathetake/proxy-wasm-cpp-hos…
mathetake bcf2182
Review: check the size of subsection
mathetake 6ea1604
Return if malformed
mathetake 63312af
Review: check all the parsed value
mathetake afa45f0
Remove unnecessary boundary check for func_index
mathetake File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.