[PATCH] Add gdb remote protocol backend to strace

Stan Cox scox at redhat.com
Mon Jun 8 18:29:03 UTC 2020



On 4/13/20 16:23, Dmitry V. Levin wrote:
> Just to make things clear, that gdbserver0 branch contains 104 commits,
> 7 of them are merge commits with strace master branch, the last of these
> merge commits is a merge with v5.5.
> 
> Thanks, this is indeed a large patch.  Very impressive.
> In fact, this looks like a several years of development.
> What do you suggest us to do with it now? :)

Reworked the patch to use
#ifdef ENABLE_GDBSERVER gdb_<action>(...) in lieu of the dispatch table
mechanism.  The dispatch table added a layer of complexity that obscured 
the gdbserver hooks and made rebasing difficult.

https://lists.strace.io/pipermail/strace-devel/2020-April/009727.html

Thanks
Stan



More information about the Strace-devel mailing list