Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
0d0148e3b359e7be24ae00cb484503241f71f47c
/
test
/
foundation
5ec14f8
Deprecated old forms of SBTarget::Launch. There is not just one and no
by Greg Clayton
· 14 years ago
1ec27e8
Add an expression command:
by Johnny Chen
· 14 years ago
0d62dfd
Fixed an error in the type map for "char **" that was a bad memory smasher.
by Greg Clayton
· 14 years ago
0633400
Updated comment.
by Johnny Chen
· 14 years ago
cf660db
Fix one of the golden output of "frame variable -t *self" to be:
by Johnny Chen
· 14 years ago
fd570ba
Added a test for finding the correct values for ivars when a property causes the ivar offsets
by Jim Ingham
· 14 years ago
c3b61d2
Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath()
by Greg Clayton
· 14 years ago
0678f8e
Add @python_api_test decorator to the remaining Test*.py files.
by Johnny Chen
· 14 years ago
4d426c6
Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id).
by Johnny Chen
· 14 years ago
8fd886c
For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string
by Johnny Chen
· 14 years ago
0bbe13a
Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table
by Johnny Chen
· 14 years ago
f9954b5
The do_simple_disasm() also needs to be modified to accommodate the recent changes
by Johnny Chen
· 14 years ago
61a000d
Add expect matching patterns for some self.expect() statements.
by Johnny Chen
· 14 years ago
265da22
Add TestObjCMethods2.py to exercise more expression command sequences with objc.
by Johnny Chen
· 14 years ago
e6eb972
Minor comment string change.
by Johnny Chen
· 14 years ago
726cbce
More descriptive comment string.
by Johnny Chen
· 14 years ago
3ab6cf0
Modify Test_Selector's comment string, too.
by Johnny Chen
· 14 years ago
4f1ef9d
Disambiguate the comment strings in order to be used from the .py test file.
by Johnny Chen
· 14 years ago
e54840c
Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory.
by Johnny Chen
· 14 years ago
6e5d9e0
Added more test case functions to cover more objective C functionality.
by Greg Clayton
· 14 years ago
0d037c9
Remove @skip decorators for fixed crashes.
by Johnny Chen
· 14 years ago
a707b02
Skipped two test cases due to seg fault while hadnling command:
by Johnny Chen
· 14 years ago
3ae449a
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
by Jim Ingham
· 14 years ago
9b557e5
Fixed the initWithNSString: function to properly initialize self.
by Greg Clayton
· 14 years ago
710dfe0
Run commands 'expression self->str' and 'expression self->date'.
by Johnny Chen
· 14 years ago
917b09a
Added a simple test for:
by Johnny Chen
· 14 years ago
61c1b8b
The r117616 check in broken these two test cases:
by Johnny Chen
· 14 years ago
43eefce
Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression')
by Johnny Chen
· 14 years ago
895c2c5
Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed to be fixed.
by Johnny Chen
· 14 years ago
e33ea6b
Remove the @skip("Skip due to deadlock?") decorators. Change the command to
by Johnny Chen
· 14 years ago
84a6d6f
This is an initial version of test driver enhanceent to be able to dump the
by Johnny Chen
· 14 years ago
0910eb3
Make calling the super class's setUp() method less fragile.
by Johnny Chen
· 14 years ago
c401e37
Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var',
by Johnny Chen
· 14 years ago
f8c0af3
Forgor to also check in this change with r116337.
by Johnny Chen
· 14 years ago
ee52fa2
Update the @expectedFailure decorator with additional bug info:
by Johnny Chen
· 14 years ago
018236c
The 'regexp-break' command now prints out the command that results from
by Johnny Chen
· 14 years ago
5349ee2
Make the test module with unique name instead of just the generic name TestDisassembly.
by Johnny Chen
· 14 years ago
0ac2b92
Filename renamings.
by Johnny Chen
· 14 years ago
54e1ea4
Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries.
by Johnny Chen
· 14 years ago
609fb48
Use a more robust regexp to search for the 'Code' symbol. Plus compile the
by Johnny Chen
· 14 years ago
a77534e
I committed too fast. Both "struct objc_selector *" and "SEL" are possible,
by Johnny Chen
· 14 years ago
56bdc28
Updated the expected match string when stopped on an objc instance method from:
by Johnny Chen
· 14 years ago
a20392f
Commented out two debug prints.
by Johnny Chen
· 14 years ago
4199819
o Added a new feature to the test framework to skip long running tests conditionally.
by Johnny Chen
· 14 years ago
c3bfbd1
Add a simple test for the lldb 'disassemble' command. The initial version just
by Johnny Chen
· 14 years ago
594a381
Test new feature with r115115:
by Johnny Chen
· 14 years ago
0bebf9a
Updated the comment section for running 'expr self->string' and 'expr self->date'.
by Johnny Chen
· 14 years ago
7d08aae
Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym() and
by Johnny Chen
· 14 years ago
93d576d
Updated to reflect the updated tot r115023. Will be filing a bug next.
by Johnny Chen
· 14 years ago
9c504f2
Removed the @expectedFailure decorators; it was fixed with r114258.
by Johnny Chen
· 14 years ago
ee975b8
Fixed a typo and supplied a more appropriate assert message.
by Johnny Chen
· 14 years ago
9792f8e
Added test cases to FoundationTestCase to exercise lookup of objc data types and
by Johnny Chen
· 14 years ago
5b07b25
Changed test case method names.
by Johnny Chen
· 14 years ago
321301d
Added extra test scenarios to break on a selector with:
by Johnny Chen
· 14 years ago
cc7c097
Fixed wrong doc strings from cut-and-paste.
by Johnny Chen
· 14 years ago
ee26359
Added a simple test case to set breakpoints on objc class/instance methods.
by Johnny Chen
· 14 years ago
960d6a4
Added support for objective C built-in types: id, Class, and SEL. This
by Greg Clayton
· 14 years ago
e310624
Added an objective C test case.
by Greg Clayton
· 14 years ago