Skip to content

Fix the return tuples for parse_break_cmd#29

Merged
rocky merged 1 commit intoTrepan-Debuggers:masterfrom
bradelkin:repair_parse_cmd_break_return_tuple
Dec 19, 2020
Merged

Fix the return tuples for parse_break_cmd#29
rocky merged 1 commit intoTrepan-Debuggers:masterfrom
bradelkin:repair_parse_cmd_break_return_tuple

Conversation

@bradelkin
Copy link
Copy Markdown
Contributor

looks like a couple of modules were missed when you added the offset
to the returned tuple for parse_break_cmd

the returned tuples in continue.py and tbreak.py are misssing offset

the returned tuples in break.py and line.py are ok.

causes commands like "c 20" to fail when I use trepan3k 1.2.0

(I tried to minimize code changes, so I didn't try to make it DRY)

looks like a couple of modules were missed when you added the offset
to the returned tuple for parse_break_cmd

the returned tuples in continue.py and tbreak.py are misssing offset

the returned tuples in break.py and line.py are ok.

causes commands like "c 20" to fail when I use trepan3k 1.2.0
@bradelkin
Copy link
Copy Markdown
Contributor Author

Looks like appveyor failed again.
I have no clue on why such a simple change would fail the test and no knowledge of AppVeyor

Hopefully the proposed fix makes sense and you can just add an equivalent commit on your own branch and bypass whatever problems I created.

@rocky
Copy link
Copy Markdown
Collaborator

rocky commented Dec 19, 2020

Thanks. As for appveyor, it is probably bitrot. I'll address that separately.

@rocky rocky merged commit 0ad9ecb into Trepan-Debuggers:master Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants