mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Internals: For debug, quote symbol table to see spaces.
This commit is contained in:
parent
d0ec6092b3
commit
afeca21d73
@ -64,8 +64,8 @@ public:
|
||||
|
||||
void dumpIterate(std::ostream& os, VSymConstMap& doneSymsr, const string& indent,
|
||||
int numLevels, const string& searchName) const {
|
||||
os << indent << "+ " << std::left << std::setw(30)
|
||||
<< (searchName == "" ? "\"\"" : searchName) << std::setw(0) << std::right;
|
||||
os << indent << "+ " << std::left << std::setw(30) << ("'"s + searchName + "'"s)
|
||||
<< std::setw(0) << std::right;
|
||||
os << " se" << cvtToHex(this) << std::setw(0);
|
||||
os << " fallb=se" << cvtToHex(m_fallbackp);
|
||||
if (m_symPrefix != "") os << " symPrefix=" << m_symPrefix;
|
||||
|
Loading…
Reference in New Issue
Block a user