mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-12 05:23:13 +08:00
tester/covoar: Do not load an executable's local symbols.
This commit is contained in:
parent
70dac81c29
commit
e04699bf55
@ -104,10 +104,6 @@ namespace Coverage {
|
||||
const rld::symbols::symbol& sym = *(kv.second);
|
||||
set[sym.name()] = *(new SymbolInformation);
|
||||
}
|
||||
for (auto& kv : symbols.locals()) {
|
||||
const rld::symbols::symbol& sym = *(kv.second);
|
||||
set[sym.name()] = *(new SymbolInformation);
|
||||
}
|
||||
|
||||
} catch (rld::error re) {
|
||||
std::cerr << "error: "
|
||||
|
Loading…
x
Reference in New Issue
Block a user