commit | 8037072d8139da435f3fcf9369a1ccc388431a2a | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Sun Jul 19 17:10:52 2020 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 24 17:00:09 2020 +0200 |
tree | 63fff3609a63399b213838a912d1474f9d9268e1 | |
parent | f62fc08fdc51d18292eb13bd345dfb159f024746 [diff] |
dyndbg: refactor parse_linerange out of ddebug_parse_query Make the code-block reusable to later handle "file foo.c:101-200" etc. This is a 99% code move, with reindent, function wrap&call, +pr_debug. no functional changes. Acked-by: <jbaron@akamai.com> Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Link: https://lore.kernel.org/r/20200719231058.1586423-13-jim.cromie@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>