A patch set implementing the improvements suggested here: https://bugzilla.kernel.org/show_bug.cgi?id=204679 v2 changes: - Handling of multiple quotations and multi-line command arguments in patch 1/3. - Patches 2/3 and 3/3 are new. Yordan Karadzhov (VMware) (3): kernel-shark: Provide parsing for quotation marks in Record command line kernel-shark: give more space to the command field of the Record dialog kernel-shark: Add quotation marks parsing example/test kernel-shark/examples/CMakeLists.txt | 4 +++ kernel-shark/examples/cmd_split.cpp | 52 ++++++++++++++++++++++++++++ kernel-shark/src/KsCaptureDialog.cpp | 37 +++++++++++++++++--- kernel-shark/src/KsCaptureDialog.hpp | 18 +++++++++- kernel-shark/src/KsUtils.cpp | 41 ++++++++++++++++++++++ kernel-shark/src/KsUtils.hpp | 2 ++ 6 files changed, 148 insertions(+), 6 deletions(-) create mode 100644 kernel-shark/examples/cmd_split.cpp -- 2.20.1
![]() |