Ignore:
Timestamp:
2016-03-08T15:32:15Z (9 years ago)
Author:
Aurelio Colosimo <aurelio@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc0e41c
Parents:
e8d48d2
Message:

kconsole tab completion: implement args completion for 'describe' and 'symaddr'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/kconsole.c

    re8d48d2 r3266412  
    165165
    166166/** Try to find a command beginning with prefix */
    167 NO_TRACE static const char *cmdtab_enum(const char *name,
    168     const char **h, void **ctx)
     167const char *cmdtab_enum(const char *name, const char **h, void **ctx)
    169168{
    170169        link_t **startpos = (link_t**)ctx;
Note: See TracChangeset for help on using the changeset viewer.