This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: [RFC] redebug - error reporting.


A programmer doesn't need help from the library to stop the program just
before the abort: put the breakpoint on the aborting function ("free" in your
example) and skip the first non-aborting hits of the breakpoint (using gdb
'ignore' and 'info breakpoints' commands).

Alexander


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