This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question on Objective C Breakpoints


Hi All,

I'm working with a program without sources and symbols. I'm interested
in breaking when the program fetches a string from a UITextField. The
TextField has a text property, so I expected I could `b getText`
(synthesized getter). Unfortunately, lack of symbols is hurting the
cause. I've also tried setting a BP on UTF8String (of NSString), but
it appears the method is not called in the context of interest.

Is there a way to break on objc_msgSend when the object is of class
UITextField? Or would an Objective C guru have any other suggestions?

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]