On 18 February 2014 18:48, Enrico Granata <[email protected]> wrote: > Author: enrico > Date: Tue Feb 18 17:48:11 2014 > New Revision: 201614 > > URL: http://llvm.org/viewvc/llvm-project?rev=201614&view=rev > Log: > <rdar://problem/15960553> > > Fix a bug where calling SBFrame::FindValue() would cause a copy of all > variables in the block to be inserted in the frame's variable list, > regardless of whether those same variables were there or not - which means > one could end up with a frame with lots of duplicate copies of the same > variables
After this change I see 10 new test failures (listed below); I haven't yet investigated if the tests are buggy, or if something else is now broken. test_access_my_int_with_dwarf TestProcessAPI ProcessAPITestCase test_read_memory_with_dwarf TestProcessAPI ProcessAPITestCase test_set_watch_ignore_count_with_dwarf TestWatchpointIgnoreCount WatchpointIgnoreCountTestCase test_watch_address_with_dwarf TestTargetWatchAddress TargetWatchAddressAPITestCase test_watch_iter_with_dwarf TestWatchpointIter WatchpointIteratorTestCase test_watch_location_with_dwarf TestSetWatchlocation SetWatchlocationAPITestCase test_watch_val_with_dwarf TestSetWatchpoint SetWatchpointAPITestCase test_watchpoint_cond_api_with_dwarf TestWatchpointConditionAPI WatchpointConditionAPITestCase test_with_dwarf_and_python_api TestStaticVariables StaticVariableTestCase test_write_memory_with_dwarf TestProcessAPI ProcessAPITestCase _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
