Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50328 )

Change subject: scons: Add tag support to GdbXml.
......................................................................

scons: Add tag support to GdbXml.

Change-Id: I81c015fa8a5cc8f62aeb3f6cc409dc10fd3326e7
---
M src/SConscript
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/src/SConscript b/src/SConscript
index 6fc3276..577763b 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -342,9 +342,9 @@
 blob_builder = Builder(action=blob_action, emitter=blob_emitter)
 env.Append(BUILDERS={'Blob': blob_builder})

-def GdbXml(xml_id, symbol):
+def GdbXml(xml_id, symbol, tags=None, add_tags=None):
     cc, hh = env.Blob(symbol, xml_id)
-    Source(cc)
+    Source(cc, tags=tags, add_tags=add_tags)

 class Source(SourceFile):
     pass

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50328
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I81c015fa8a5cc8f62aeb3f6cc409dc10fd3326e7
Gerrit-Change-Number: 50328
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to