Commit c4c1a3d
committed
Fix the return tuples for parse_break_cmd
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.01 parent f9b8f87 commit c4c1a3d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments