diff options
author | Daniel Thompson <daniel.thompson@linaro.org> | 2014-09-11 11:37:10 +0200 |
---|---|---|
committer | Jason Wessel <jason.wessel@windriver.com> | 2015-02-19 19:39:03 +0100 |
commit | fb6daa7520f9d17a97e84a3d5a947819e0313f28 (patch) | |
tree | 3495ac88045d5a21c72a2a43517980afa47774ca /Documentation | |
parent | kdb: Fix a prompt management bug when using | grep (diff) | |
download | linux-fb6daa7520f9d17a97e84a3d5a947819e0313f28.tar.xz linux-fb6daa7520f9d17a97e84a3d5a947819e0313f28.zip |
kdb: Provide forward search at more prompt
Currently kdb allows the output of comamnds to be filtered using the
| grep feature. This is useful but does not permit the output emitted
shortly after a string match to be examined without wading through the
entire unfiltered output of the command. Such a feature is particularly
useful to navigate function traces because these traces often have a
useful trigger string *before* the point of interest.
This patch reuses the existing filtering logic to introduce a simple
forward search to kdb that can be triggered from the more prompt.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions