Hi All,
I need to set an conditional breakpoint to identify the location of the memory overwrite on a variable. So I am trying to place a breakpoint with Expression as mentioned below,
sabcAppQue.tx_queue_id == 0x00000000
but returning an error as "undefined identifier" even after I selected the option as Write,objects and mentioned its size as 4.
Note:The above variable sabcAppQue.tx_queue_id is belong to datatype ULONG and its value is getting changed from 0x51545555 to 0x00000000.
hence I have to identify the exact location.
kindly suggest me whether the above expression is correct and to solve the error.