Qt Creator Disassembler

743 Views Asked by At

I have a bug somewhere in the program. I'm using Qt Creator. While debugging, it opens the Disassembler and the cursor goes to the following line:

0x7fffedc43b8c                   f0 ff 03              lock incl (%rbx)

How should I read this?

I guess Qt Creator is trying to help me but I cannot undertand how to use that information.

How should I use that information?

0

There are 0 best solutions below