Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
lldb
/
test
/
python_api
/
value
24086bc
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
by Johnny Chen
· 14 years ago
5066044
Work in progress for:
by Johnny Chen
· 14 years ago
4c1b096
While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress,
by Johnny Chen
· 14 years ago
2341380
Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a simple type.
by Johnny Chen
· 14 years ago
b057196
File renaming.
by Johnny Chen
· 14 years ago
5c2a572
Re-enable the test for ValueAsUnsigned on a register Value.
by Jim Ingham
· 14 years ago
a5636fc
Test case for changing ValueObjects with SBValue::SetValueFromCString.
by Jim Ingham
· 14 years ago
e1894cf
Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early.
by Johnny Chen
· 14 years ago
9c1b703
Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure
by Johnny Chen
· 14 years ago
bfdf9a3
The SBValue.linked_list_iter() API failed for an empty list.
by Johnny Chen
· 14 years ago
e33b166
We can do better with the SBValue.linked_list_iter() API by supplying a default
by Johnny Chen
· 14 years ago
6b092e8
The test function to determine whether we have reached the end of the list was
by Johnny Chen
· 14 years ago
ca24cfa
Add a stronger assert for the test to ensure that the visited items from iterating through
by Johnny Chen
· 14 years ago
4822505
Provide an add-on API to SBValue class by post-processing to provide a way
by Johnny Chen
· 14 years ago
36d7d91
Add an additional formatter class RecursiveDecentFormatter which prints the
by Johnny Chen
· 14 years ago
989b7ef
Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module
by Johnny Chen
· 14 years ago
6cbb8d6
Add test scenario of SBValue APIs for the 'days_of_week' global variable.
by Johnny Chen
· 14 years ago
6853cf6
Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByteSize().
by Johnny Chen
· 14 years ago
5819ab4
Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:
by Johnny Chen
· 14 years ago