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

Re: [PATCH 2/6] Introduce throw_ptrace_error


> From: Pedro Alves <palves@redhat.com>
> Date: Fri,  6 Mar 2015 19:58:02 +0000
> 
> This adds a new function that is meant to be called instead of
> perror_with_name whenever we get an error out of ptrace.  The
> idea is to convert some errno errors to different GDB exceptions in
> a following patch.

What is ptrace-specific about throwing an error?  This really feels
like the wrong direction to me.


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