-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support a few DWARF-5 only features #1410
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 all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
c0110c8
support a few DWARF-5 only features
ggreif a6137b0
cargo fmt --all
ggreif bf1cdd7
read .debug_loclists when present
ggreif c382447
tmp: enforce addr base to be zero
ggreif f48c00d
fixup: expect 8 as DebugAddrBase
ggreif 683b365
add an early DWARF-5 example
ggreif 8b681f8
add dwarf-5 test
ggreif 7d925db
fix encoding of DW_OP_WASM_location
ggreif 9540084
support a few DWARF-5 only features
ggreif 7067dff
cargo fmt --all
ggreif 281948e
read .debug_loclists when present
ggreif d328903
tmp: enforce addr base to be zero
ggreif 33c699a
fixup: expect 8 as DebugAddrBase
ggreif ca5a79b
add an early DWARF-5 example
ggreif 51c9ea4
add dwarf-5 test
ggreif 186f697
fix encoding of DW_OP_WASM_location
ggreif 67c83f7
handle DebugAddrIndex in two places
ggreif 6d12636
Merge branch 'master' of github.com:ggreif/wasmtime
ggreif fa85b61
detabify
ggreif efc7aaa
Merge branch 'master' of github.com:bytecodealliance/wasmtime
ggreif 30c0aa2
Merge github.com:ggreif/wasmtime
ggreif 9da793a
update executables
ggreif 9965a4d
skip over DebugAddrIndex DW_AT_low_pc
ggreif 9a729cc
use or-pattern and reformat
ggreif 6f9826f
let RangeInfoBuilder deal with DW_AT_ranges
ggreif 9d7ab27
resolve two more DebugAddrIndex
ggreif cc1e974
don't keep DebugAddrBase ourselves, since gimli passes it in Unit
ggreif 8fa26c8
cleanups, fmt
ggreif b01999e
support .debug_line_str and .debug_str_offsets
ggreif d117d74
accomodate for the fact that DWARF-5 uses zero-based file indexing
ggreif c65ea34
cargo fmt
ggreif 2e0b30a
don't bail for inconsistency
ggreif 6e465cf
drop redundant imports
ggreif cfa0ea9
remove local tests
ggreif b82d7d8
Update lldb wasm test
yurydelendik 5942490
cleanups
ggreif 903fcb4
cargo fmt
ggreif 589b8c2
restore CU FIXME comment
yurydelendik 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
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
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
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
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
Oops, something went wrong.
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.