https://bugs.kde.org/show_bug.cgi?id=434057
--- Comment #7 from Alexandra Hajkova <ahajk...@redhat.com> --- Created attachment 153923 --> https://bugs.kde.org/attachment.cgi?id=153923&action=edit patch vgdb: Add multi mode In this mode, Vgdb uses extended remote protocol to communicate with Gdb. in the extended-remote protocol Vgdb has to interpret the initial packets to setup the connection till it gets a vRun packet. Then it has to actually start up valgrind, connect to Valgrind's internal gdbserver, reinitialize the connection (setup noack-mode for example) before it can start simply forwarding packets. This commit also adds new options to Vgdb: - --valgrind - allows to specify the path to Valgrind, when not specified, system Valgrind is used - --vargs - allows to specify options to run Valgrind with More details in my post about the gdb/valgrind integration project: http://sasshkas.blogspot.com/search/label/gdb%0Avalgrind -- You are receiving this mail because: You are watching all bug changes.