mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Changed the message text in the 'getStackDepth' method.
This commit is contained in:
parent
92da4f748c
commit
8a897bd030
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-04-07 Mikhail Khodjaiants
|
||||||
|
Changed the message text in the 'getStackDepth' method.
|
||||||
|
* CThread.java
|
||||||
|
|
||||||
2003-04-07 Mikhail Khodjaiants
|
2003-04-07 Mikhail Khodjaiants
|
||||||
Changed the message generated in the 'targetRequestFailed' methods of CDebugElement.
|
Changed the message generated in the 'targetRequestFailed' methods of CDebugElement.
|
||||||
* CDebugElement.java
|
* CDebugElement.java
|
||||||
|
|
|
@ -1089,7 +1089,7 @@ public class CThread extends CDebugElement
|
||||||
{
|
{
|
||||||
MultiStatus status = new MultiStatus( CDebugCorePlugin.getUniqueIdentifier(),
|
MultiStatus status = new MultiStatus( CDebugCorePlugin.getUniqueIdentifier(),
|
||||||
ICDebugInternalConstants.STATUS_CODE_ERROR,
|
ICDebugInternalConstants.STATUS_CODE_ERROR,
|
||||||
"Unable to get stack depth.",
|
"Stack is not available.",
|
||||||
null );
|
null );
|
||||||
status.add( new Status( IStatus.ERROR, status.getPlugin(), status.getCode(), e.getMessage(), null ) );
|
status.add( new Status( IStatus.ERROR, status.getPlugin(), status.getCode(), e.getMessage(), null ) );
|
||||||
CDebugUtils.error( status, getDebugTarget() );
|
CDebugUtils.error( status, getDebugTarget() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue