On 7/16/20 12:49 PM, jim.cro...@gmail.com wrote:
>>> @@ -321,6 +321,8 @@ static int parse_linerange(struct ddebug_query *query,
>>> const char *first)
>>> } else {
>>> query->last_lineno = query->first_lineno;
>>> }
>>> + vpr_info("parsed line %d-%d\n", query->firs
> > @@ -321,6 +321,8 @@ static int parse_linerange(struct ddebug_query *query,
> > const char *first)
> > } else {
> > query->last_lineno = query->first_lineno;
> > }
> > + vpr_info("parsed line %d-%d\n", query->first_lineno,
> > + query->last_lineno);
>
On 6/20/20 2:06 PM, Jim Cromie wrote:
> Accept these additional query forms:
>
>echo "file $filestr +_" > control
>
>path/to/file.c:100 # as from control, column 1
>path/to/file.c:1-100 # or any legal line-range
>path/to/file.c:func_A # as from an editor/brow
Accept these additional query forms:
echo "file $filestr +_" > control
path/to/file.c:100 # as from control, column 1
path/to/file.c:1-100 # or any legal line-range
path/to/file.c:func_A# as from an editor/browser
path/to/file.c:drm_\*# wildcards s
4 matches
Mail list logo