Hello
I am experimenting w/ the remmon example.
- I ran Windbg, attached to a local process
- ran the .server command and set a named pipe
- ran the remmon -remote xyz
- now remmon displays: waiting to break-in
and it never breaks it!!
If i break in manually, then re-run remmon, then remmon manages to send the
command to the debugger.
Please advise,
What’s wrong w/ the code?
I have windbg 6.5.0003.7
p.s: can I post windbg extensions development questions here?
–
Elias
You have to use the -b command-line option to remmon to have remmon
request a break when it starts. Otherwise it waits for something else
to cause the session to break in.
The microsoft.public.windbg newsgroup is probably a better place to ask
extension development questions.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of lallous
Sent: Monday, November 07, 2005 4:20 AM
To: Kernel Debugging Interest List
Subject: [windbg] remmon help / example
Hello
I am experimenting w/ the remmon example.
- I ran Windbg, attached to a local process 2. ran the .server command
and set a named pipe 3. ran the remmon -remote xyz 4. now remmon
displays: waiting to break-in and it never breaks it!!
If i break in manually, then re-run remmon, then remmon manages to send
the command to the debugger.
Please advise,
What’s wrong w/ the code?
I have windbg 6.5.0003.7
p.s: can I post windbg extensions development questions here?
–
Elias
You are currently subscribed to windbg as: xxxxx@winse.microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
Hello Drew,
“Otherwise it waits for something else
to cause the session to break in.”
True, and doesn’t that something include the user pressing the pause
command?
When remmon starts waiting, I press Pause in windbg but still remmon still
waits, not realizing that Windbg has a changed execution state.
Regards,
Elias
“Drew Bliss” wrote in message
news:xxxxx@windbg…
You have to use the -b command-line option to remmon to have remmon
request a break when it starts. Otherwise it waits for something else
to cause the session to break in.
The microsoft.public.windbg newsgroup is probably a better place to ask
extension development questions.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of lallous
Sent: Monday, November 07, 2005 4:20 AM
To: Kernel Debugging Interest List
Subject: [windbg] remmon help / example
Hello
I am experimenting w/ the remmon example.
1. I ran Windbg, attached to a local process 2. ran the .server command
and set a named pipe 3. ran the remmon -remote xyz 4. now remmon
displays: waiting to break-in and it never breaks it!!
If i break in manually, then re-run remmon, then remmon manages to send
the command to the debugger.
Please advise,
What’s wrong w/ the code?
I have windbg 6.5.0003.7
p.s: can I post windbg extensions development questions here?
–
Elias
Pressing Ctrl+Break in windbg will request a debuggee break in. If the
debuggee does break and you get a prompt in windbg remmon will consider
that a break and execute. I just tried it and it worked as expected.
If it isn’t working for you I’d double-check that your net connections
are working properly. You might also verify that the version of dbgeng
in use on both ends is the latest DLL.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of lallous
Sent: Monday, November 07, 2005 11:32 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] remmon help / example
Hello Drew,
“Otherwise it waits for something else
to cause the session to break in.”
True, and doesn’t that something include the user pressing the pause
command?
When remmon starts waiting, I press Pause in windbg but still remmon
still waits, not realizing that Windbg has a changed execution state.
Regards,
Elias
“Drew Bliss” wrote in message
news:xxxxx@windbg…
You have to use the -b command-line option to remmon to have remmon
request a break when it starts. Otherwise it waits for something else
to cause the session to break in.
The microsoft.public.windbg newsgroup is probably a better place to ask
extension development questions.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of lallous
Sent: Monday, November 07, 2005 4:20 AM
To: Kernel Debugging Interest List
Subject: [windbg] remmon help / example
Hello
I am experimenting w/ the remmon example.
1. I ran Windbg, attached to a local process 2. ran the .server command
and set a named pipe 3. ran the remmon -remote xyz 4. now remmon
displays: waiting to break-in and it never breaks it!!
If i break in manually, then re-run remmon, then remmon manages to send
the command to the debugger.
Please advise,
What’s wrong w/ the code?
I have windbg 6.5.0003.7
p.s: can I post windbg extensions development questions here?
–
Elias
—
You are currently subscribed to windbg as: xxxxx@winse.microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com