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]

Removing deprecated breakpoint functions


Hi,

I am trying to figure out how to remove
deprecated_insert/remove_raw_breakpoint and was wondering if it is
acceptable to substitute a call to them with a call to the
break_command() function as this will handle all the breakpoint chain
related things, or is this function too high level and another one
should be used?

Thanks for your help.

Rob


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