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 v2 3/5] Support buffer objects as handles in Inferior.thread_from_thread_handle()


>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> I've revised this interface to instead pass a gdb_byte pointer
Kevin> and length.  I considered using a vector, but it seemed more
Kevin> straightforward to just pass a pointer and length.

How about a gdb::array_view instead?

The rest seems fine to me, thanks.

Tom


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