aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif.h
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-03-07 14:23:38 -0800
committerJerry Zhao <jerryz123@berkeley.edu>2023-03-07 22:24:35 -0800
commit76a4414381a7c1e3aee54dd9457641c2b36b982a (patch)
tree77fff0022961e8f85e5eb01564cf35c7cde773fa /fesvr/htif.h
parent9893d6e939d8ce99106807f424255c59283843ef (diff)
downloadspike-76a4414381a7c1e3aee54dd9457641c2b36b982a.zip
spike-76a4414381a7c1e3aee54dd9457641c2b36b982a.tar.gz
spike-76a4414381a7c1e3aee54dd9457641c2b36b982a.tar.bz2
fesvr: Add symbol_elfs field to htif_t
When populated, symbol_elfs are additional elf files that populate the addr2symbol map in htif
Diffstat (limited to 'fesvr/htif.h')
-rw-r--r--fesvr/htif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fesvr/htif.h b/fesvr/htif.h
index 18ba766..c6c0a9b 100644
--- a/fesvr/htif.h
+++ b/fesvr/htif.h
@@ -99,6 +99,7 @@ class htif_t : public chunked_memif_t
std::vector<device_t*> dynamic_devices;
std::vector<std::string> payloads;
+ std::vector<std::string> symbol_elfs;
std::map<uint64_t, std::string> addr2symbol;
friend class memif_t;