Re: Detect a C++ class writing in a memory location
Shumin Guo <[email protected]> Fri, 14 Dec 2012 14:14:09 -0500
| Newsgroups | gmane.comp.gdb.general |
|---|---|
| Message-ID | <CAFA52KT5qr3JWwk7rTq8xsTmzN+eB8tZSLnfjO1WynVWMQwD9w@mail.gmail.com> |
I think it is achievable with print or info command within gdb. Thanks, Shumin On Thu, Dec 13, 2012 at 12:18 PM, ales88 <[email protected]>wrote: > > I need to know if there is a way in gdb to detect if a function (any > function) of a specific C++ class (represented by a file myClass.cc) access > a specific memory location (let's say 0xffffbc). > That will help me a lot. Thanks. > -- > View this message in context: > http://old.nabble.com/Detect-a-C%2B%2B-class-writing-in-a-memory-location-tp34794154p34794154.html > Sent from the Gnu - gdb - General mailing list archive at Nabble.com. > > >