-
Notifications
You must be signed in to change notification settings - Fork 233
continue function not working??? #272
Comments
I am debugging a jit program , I think the current pc can't find in dwarf file. |
The repeated SIGTRAPs are being caused by the |
I am assuming skip |
For sure My original question was, why is there an |
because I cannot set breakpoint at a jit generated memory position. In my memory gdb would say can't find the memory location. gdb will ask me if this is a shared library. |
if certain memory position contains an |
because the origin of the memory position is |
If you create a breakpoint over the top of the Of course, this would lead me to ask why you say:
When you could just use the Your final choice for skipping the |
I think gdb not skiping the "fixed" breakpoint. |
The functionality seems to work fine for me. Maybe you should paste in your session, then folk can offer more help. Here's my session:
This all seems to be working just fine here. If you are seeing different behaviour then you should try to give more details so we can help you, the target you're running on, the precise architecture type you're using, the version of GDB you are using. And, importantly, include an entire GDB session so we can check you are using the correct commands in the correct way. |
I am using gdb to debug my program.
I think continue not working.
The text was updated successfully, but these errors were encountered: