Gabe Black has submitted this change. (
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50328
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/SConscript
1 file changed, 15 insertions(+), 2 deletions(-)
Approvals:
Andreas Sandberg: Looks good to me, approved
Gabe Black: Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/SConscript b/src/SConscript
index 18f7d12..6b2f7e4 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -68,9 +68,9 @@
from code_formatter import code_formatter
-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: 6
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Hoa Nguyen <[email protected]>
Gerrit-Reviewer: Jui-min Lee <[email protected]>
Gerrit-Reviewer: Yu-hsin Wang <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s