• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Set Breakpoint at Disassembly Level
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Set Breakpoint at Disassembly Level
      • From: Dong Feng <email@hidden>
References: 
 >Set Breakpoint at Disassembly Level (From: Dong Feng <email@hidden>)

  • Prev by Date: Set Breakpoint at Disassembly Level
  • Next by Date: valgrind-3.5.0 is available (Mac OS X support)
  • Previous by thread: Set Breakpoint at Disassembly Level
  • Next by thread: Re: Set Breakpoint at Disassembly Level
  • Index(es):
    • Date
    • Thread