Commit 2a79f99
Fixed issue with code view when running context command. (#27)
Previously, using the context command would cause llef to render the
disassembly without the correct current instruction. This
is because the code looked for the presense of an arrow marker
to indicate the current instruction, which is not outputted
by LLDB when refreshing the context. To fix this, this
patch pulls the value of the pc and compares this
instead
Co-authored-by: Ben R <[email protected]>1 parent cf1f961 commit 2a79f99
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments