* @brief Returns the set of all module names for all functions. * * If debug info is not available or there are no functions, the empty set is * returned. */
| 836 | * returned. |
| 837 | */ |
| 838 | StringSet Module::getDebugModuleNames() const { |
| 839 | return config->getDebugModuleNames(); |
| 840 | } |
| 841 | |
| 842 | /** |
| 843 | * @brief Returns @c true if the given variable has assigned a name from debug |