Bug 311865 - [Memory Browser] Find / Replace Memory : An error/warning should be displayed if data is Not found in the given memory region
Summary: [Memory Browser] Find / Replace Memory : An error/warning should be displayed...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 0 DD 1.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 08:39 EDT by saman CLA
Modified: 2020-09-04 15:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saman CLA 2010-05-06 08:39:18 EDT
Build Identifier: 20100218-1602

No error message is displayed if a data is not found. 

Reproducible: Always

Steps to Reproduce:
1. Open eclipse 'Debug' perspective.
2. Launch an RSE connection and Load an image to target.
3. Open the Memory Browser from Window > Show View > Memory Browser.
4. Click the View Menu arrow from tool bar and select "Find / Replace..." option. A new dialog box will open up.
5. Set the following fields :

Find: Enter a Hexadecimal value that does not exist in the address range to be searched
Direction: Forward
Range:
          Start address : 0x00000000 // or the starting address of memory being searched.
          End address:  0x00000010 // or the end address of memory being searched.

Format:  Hexadecimal

6. Click 'Find' button.
8. Since the data was not found Memory remains at the same location as before. But no message is displayed showing that the data was not found.

An error or warning should be displayed showing that the data was not found in the given memory region.