-Moves ocsd_if_version.h into include/opencsd and adds to headers used as part of installation.
-Fixes bug in snapshot reader library used by test programs to handle 'offset' parameter in [dump] sections correctly.
On 2018-10-03 22:19 +0100, Mike Leach wrote:
-Moves ocsd_if_version.h into include/opencsd and adds to headers used as part of installation.
-Fixes bug in snapshot reader library used by test programs to handle 'offset' parameter in [dump] sections correctly.
0.9.3 uploaded to debian unstable just now.
It includes one patch for a typo (which ends up in the -h help):
Description: Fix typo in help text Author: Wookey wookey@debian.org
--- libopencsd-0.9.2.orig/decoder/tests/source/trc_pkt_lister.cpp +++ libopencsd-0.9.2/decoder/tests/source/trc_pkt_lister.cpp @@ -180,7 +180,7 @@ void print_help() oss << "-ss_dir <dir> Set the directory path to a trace snapshot\n"; oss << "-ss_verbose Verbose output when reading the snapshot\n"; oss << "\nDecode:\n\n"; - oss << "-id <n> Set an ID to list (may be used mutiple times) - default if no id set is for all IDs to be printed\n"; + oss << "-id <n> Set an ID to list (may be used multiple times) - default if no id set is for all IDs to be printed\n"; oss << "-src_name <name> List packets from a given snapshot source name (defaults to first source found)\n"; oss << "-decode Full decode of the packets from the trace snapshot (default is to list undecoded packets only\n"; oss << "-decode_only Does not list the undecoded packets, just the trace decode.\n";
Wookey
Thanks Wookey. I'll ensure the typo fix gets rolled into the next version.
Regards
Mike On Thu, 11 Oct 2018 at 04:39, Wookey wookey@wookware.org wrote:
On 2018-10-03 22:19 +0100, Mike Leach wrote:
-Moves ocsd_if_version.h into include/opencsd and adds to headers used as part of installation.
-Fixes bug in snapshot reader library used by test programs to handle 'offset' parameter in [dump] sections correctly.
0.9.3 uploaded to debian unstable just now.
It includes one patch for a typo (which ends up in the -h help):
Description: Fix typo in help text Author: Wookey wookey@debian.org
--- libopencsd-0.9.2.orig/decoder/tests/source/trc_pkt_lister.cpp +++ libopencsd-0.9.2/decoder/tests/source/trc_pkt_lister.cpp @@ -180,7 +180,7 @@ void print_help() oss << "-ss_dir <dir> Set the directory path to a trace snapshot\n"; oss << "-ss_verbose Verbose output when reading the snapshot\n"; oss << "\nDecode:\n\n";
- oss << "-id <n> Set an ID to list (may be used mutiple times) - default if no id set is for all IDs to be printed\n";
- oss << "-id <n> Set an ID to list (may be used multiple times) - default if no id set is for all IDs to be printed\n"; oss << "-src_name <name> List packets from a given snapshot source name (defaults to first source found)\n"; oss << "-decode Full decode of the packets from the trace snapshot (default is to list undecoded packets only\n"; oss << "-decode_only Does not list the undecoded packets, just the trace decode.\n";
Wookey
Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ _______________________________________________ CoreSight mailing list CoreSight@lists.linaro.org https://lists.linaro.org/mailman/listinfo/coresight