pub fn parse_nt_symbol_path(symbol_path: &str) -> Vec<NtSymbolPathEntry>
Expand description

Parse the value of the _NT_SYMBOL_PATH variable. The format of this variable is a semicolon-separated list of entries, where each entry is an asterisk-separated hierarchy of symbol locations which can be either directories or server URLs.