Setting a thread specific kernel break point

hello,

I have a device which gets bombarded by user mode threads from all
processes. I want to uniquely break in a function when the thread Id is
some unique value. the TiD i will know before hand, but I am unable to get
this working in kernel mode.

what should be the syntax?

Al

bp /t thread specific
bp /p bp /p /t process and thread specific breakpoint

On 5/14/16, A P wrote:
> hello,
>
> I have a device which gets bombarded by user mode threads from all
> processes. I want to uniquely break in a function when the thread Id is
> some unique value. the TiD i will know before hand, but I am unable to get
> this working in kernel mode.
>
> what should be the syntax?
>
> Al
>
> —
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and software
> drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at
> http:</http:></http:>

thank you for the detailed example!

On Fri, May 13, 2016 at 9:26 PM, raj r wrote:

> bp /t thread specific
> bp /p > bp /p /t process and thread specific
> breakpoint
>
> On 5/14/16, A P wrote:
> > hello,
> >
> > I have a device which gets bombarded by user mode threads from all
> > processes. I want to uniquely break in a function when the thread Id is
> > some unique value. the TiD i will know before hand, but I am unable to
> get
> > this working in kernel mode.
> >
> > what should be the syntax?
> >
> > Al
> >
> > —
> > WINDBG is sponsored by OSR
> >
> > OSR is hiring!! Info at http://www.osr.com/careers
> >
> >
> > MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software
> > drivers!
> > Details at http:
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http:
>
> —
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:></http:></http:>