RE: breaking whenever an Obj-C class is accessed
RE: breaking whenever an Obj-C class is accessed
- Subject: RE: breaking whenever an Obj-C class is accessed
- From: "Jake A. Repp" <email@hidden>
- Date: Wed, 16 Apr 2003 11:14:56 -0700
- Thread-topic: breaking whenever an Obj-C class is accessed
You're probably looking for rbreak:
rbreak -- Set a breakpoint for all functions matching REGEXP
-jake
-----Original Message-----
From: ROSE,ROBERT W (HP-Corvallis,ex1) [
mailto:email@hidden]
Sent: Tuesday, April 15, 2003 11:52 AM
To: 'email@hidden'
Subject: gdb: breaking whenever an Obj-C class is accessed
Hi all, I got a gdb question...
Is there a way to have gdb break whenever any method for a particular class
is executed? The class I'm trying to debug I don't have the source for, it
has a lot of methods and I don't want to manually set breakpoints on all of
them every time I start up gdb. Is there a command like 'b /-[ClassName/'?
:-)
-robert rose
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.