-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For a backseat debugger it would be required to know, which lines in the .bs files correspond to which instructions.
Upholsterer2k can already generate a file which maps bssembler lines to instruction addresses. My proposal / feature request would therefore be, that Seatbelt generates a file which maps backseat lines to bssembler lines.
I could imagine a json file such as the following, but I can see other good alternatives too.
{
"file1.bs": [
{
"bs-line": 1,
"bsm-lines": [1,2,3]
},
{
"bs-line": 2,
"bsm-lines": [5]
}
],
"file2.bs": [
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels