I have found that rbreak in gdb can do this by a regular expression. Is there an alternative way in aix dbx? I have read the document of IBM. It seems that dbx cannot do this.
Asked
Active
Viewed 116 times
1
-
https://blogs.oracle.com/dbx/entry/gdb_vs_dbx_commands_mapping gdb: rbreak regex dbx: - Note: need to use funcs command and manually set breakpoints with “stop in” dbx - Note: need to use funcs command and manually set breakpoints with “stop in” – Mustafa DOGRU Jul 22 '16 at 07:28
-
Thanks @M.Dogru **"funcs"** is available in oracle AIX. I wonder if there is an alternative way in IBM AIX? – 蔡敏健 Jul 25 '16 at 05:07