<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Your latter statement is what I am looking to do. I perform TCP/IP
stack initialization, rdbg initialization, followed by <i>my</i> task
creation. I would like to stop initialization after TCP/IP stack
initialization and rdbg initialization are complete so that I can debug
my tasks at any point during their processing. Unfortunately, I don't
know how to stop after rdbg initialization is complete. My tasks all
load an start before I have a chance to connect with the debugger.<br>
<br>
- Charlie<br>
<br>
Quality Quorum wrote:<br>
<blockquote type="cite"
 cite="midPine.SGI.4.40.0301141556300.111556718-100000@shell01.TheWorld.com">
  <pre wrap="">
On Tue, 14 Jan 2003, Charles Steaderman wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Does this mean that I can't control remote initialization when debugging
over TCP/IP? I forgot to mention in my initial post that I am trying to
debug over TCP/IP.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you have to debug RTOS initialization, usually there are no TCP and no
task infrastructure yet running, RTEMS is no exclusion. BTW, you can
always use terminal server for debugging if location is a problem.

If you wan to debug initialization of your tasks only , make root taks to
come  up first, initialize debugging environment and then proceed with
initializing your tasks from the root task.

  </pre>
  <blockquote type="cite">
    <pre wrap="">- Charlie
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks,

Aleksey


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Charlie Steaderman
<a class="moz-txt-link-abbreviated" href="mailto:charlies@poliac.com">charlies@poliac.com</a>
VP Engineering
Poliac Research Corporation
Phone: 952.707.6245
Cel: 612.242.6364</pre>
</body>
</html>