Re: Set Breakpoint at Disassembly Level
Re: Set Breakpoint at Disassembly Level
- Subject: Re: Set Breakpoint at Disassembly Level
- From: email@hidden
- Date: Thu, 20 Aug 2009 08:03:09 -0500
Hello,
You can seta breakpoint in gdb at any address by doing:
break *0x00112233
Using the address of the target instruction you want to break on.
Hth.
On Aug 20, 2009, at 7:41, Dong Feng <email@hidden> wrote:
I want to confirm whether it is possible to set breakpoint at the
disassembly level. I selected "Run -> Debugger Display -> Assembly
Only", and found I could not set up a breakpoint at this status. Is
that a missing feature or there is any way I don't know to accomplish
it?
I want to do this because I have a plug-in for which I don't have
source code, and want to confirm merely if it is hit by somewhere of
my code. The plug-in is cross-platform and on Windows, Visual Studio I
am allowed to setup a breakpoint and it is hit normally.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden