Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Update on request to change threadID to string


Finding that there are no usages of IThread.getPriority() in the standard Eclipse and Java Tooling code base, I propose that we remove the method #getPriority() from IThread. Debug models may then define their own representation of priority by extending IThread, if required. Any objections?

Darin



boxall@xxxxxxxxxx
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

01/16/2002 08:40 AM
Please respond to platform-debug-dev

       
        To:        platform-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-debug-dev] Update on request to change threadID to string


It turns out that thread priorities on Intel platforms are not numeric.
They have a class and number.   The class of the priority can be "High" or
"Low" etc.

I also need to allow engines to display "unknown" when the thread is in an
unknown state.   Displaying a valid number for the thread priority in these
cases will be misleading.

Alan Boxall - IBM Distributed Debugger
D1/121/8200/MKM
internet id : boxall@xxxxxxxxxx
Notes: Alan Boxall/Toronto/IBM @ IBMCA
Phn:(905)413-4117   T.L. 969-4117
Fax:(905)413-4850   T.L. 969-4850

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top