llvm-project/lldb/test/python_api/value
Johnny Chen 4c1b096743 While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress,
and SBAddress.GetSymbol() to get the corresponding symbol.

llvm-svn: 144728
2011-11-15 23:30:39 +00:00
..
change_values File renaming. 2011-11-15 20:36:57 +00:00
linked_list Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. 2011-08-11 01:19:46 +00:00
Makefile
TestValueAPI.py While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress, 2011-11-15 23:30:39 +00:00
main.c Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a simple type. 2011-11-15 21:13:13 +00:00