<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">On 8/8/19 11:48 PM, Joel Sherrill
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAF9ehCX0HJ_tWmOjpY4=5oA_PPWJNndu8L1DU0KYyr0U00xXWw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="auto">Unless it causes an issue, I would really like to
leave sis enabled inside gdb. It really is such a nice
environment to debug. <br>
</div>
</blockquote>
<p>Stand-alone sis has a gdb server, so the gdb debug environment
should be identical. In gdb, just do target extended-remote
localhost:1234 instead of target sim. Keeping sis inside gdb has a
number of problems:</p>
<p>* The sis patches will never be accepted into the gdb mainline</p>
<p>* We will have to maintain a patch set for each gdb version</p>
<p>* Making new versions of sis is cumbersome since we have to
provided patches rather than just a git repo</p>
<p>* No support for data watchpoints in the gdb sim interface<br>
</p>
<p>* Build problems for Cygwin<br>
</p>
<p>I also like the simplicity of a built-in simulator, but a
stand-alone sim is just so much easier to develop and maintain...<br>
</p>
<blockquote type="cite"
cite="mid:CAF9ehCX0HJ_tWmOjpY4=5oA_PPWJNndu8L1DU0KYyr0U00xXWw@mail.gmail.com"><br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019, 4:47 PM
Jiri Gaisler <<a href="mailto:jiri@gaisler.se"
moz-do-not-send="true">jiri@gaisler.se</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">This time it
also works on RISC-V ... :-)<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank"
rel="noreferrer" moz-do-not-send="true">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote>
</div>
</blockquote>
</body>
</html>