This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fee6e493b0062930f091847e68f14d9fc2bbd4bb
clang-p2996
/
lldb
/
test
/
python_api
/
value
History
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
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
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