Skip to content
  • Naba Kumar's avatar
    symbol-db: Enabled files population. Use relative files correctly. · c959ee63
    Naba Kumar authored
    Symbol population now correctly uses relative path without the leading '/' which
    was wrong since that signified absolute path. Also, relative paths are created
    without allocating new strings. This saves plenty of string dups and possibly
    some time during both population and queries.
    c959ee63