Re: [lldb-dev] issue with lldb-mi -var-update with pointers

2017-05-31 Thread Ted Woodward via lldb-dev
sday, May 31, 2017 7:09 AM > To: Ted Woodward > Cc: lldb-dev@lists.llvm.org > Subject: Re: [lldb-dev] issue with lldb-mi -var-update with pointers > > I see 2 problems here. CMICmdCmdVarUpdate::ExamineSBValueForChange > seems to ignore the changes in in children for pointer a

Re: [lldb-dev] issue with lldb-mi -var-update with pointers

2017-05-31 Thread Abid, Hafiz via lldb-dev
will help you. Please let me know. Thanks, Abid From: lldb-dev on behalf of Ted Woodward via lldb-dev Sent: Tuesday, May 30, 2017 9:50 PM To: 'LLDB' Subject: [lldb-dev] issue with lldb-mi -var-update with pointers I have a simple testcase that modifies the value pointed to by

[lldb-dev] issue with lldb-mi -var-update with pointers

2017-05-30 Thread Ted Woodward via lldb-dev
I have a simple testcase that modifies the value pointed to by an int *. I've created a variable with -var-create, and then after the value has been updated, check it with -var-update. -var-update returns no changes, but the value has changed. test.c: #include int main(void) { int vec[] = {1,