This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: breakpoint error messages


How about this? 

The memory_error is only relevant for memory
breakpoints, and only insert_breakpoint returns an errno (the hardware
and catcpoint functions return -1 on error)-- so the call to strerror
prints the error when it is relevant, and so replaces print_sys_errmsg.

grace

Attachment: patch
Description: Text document


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