| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
attribute(unavailable) to do next.
// rdar:// 6734520.
llvm-svn: 115842
|
| |
|
|
| |
llvm-svn: 115841
|
| |
|
|
|
|
| |
pseudo instructions.
llvm-svn: 115840
|
| |
|
|
|
|
|
| |
of the precompiled preamble (or any PCH file it depends on) fails
during reparsing.
llvm-svn: 115838
|
| |
|
|
| |
llvm-svn: 115837
|
| |
|
|
|
|
| |
being aliased.
llvm-svn: 115836
|
| |
|
|
| |
llvm-svn: 115835
|
| |
|
|
| |
llvm-svn: 115834
|
| |
|
|
| |
llvm-svn: 115833
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
testclass.testmethod to be run and with a '-g' option which instructs the test
driver to only admit the module which satisfy the filterspec condition to the
test suite.
Example:
# This only runs the test case under the array_types directory which has class
# name of 'ArrayTypesTestCase' and the test method name of 'test_with_dwarf_and_run_command'.
/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -f 'ArrayTypesTestCase.test_with_dwarf_and_run_command' -g array_types
----------------------------------------------------------------------
Collected 1 test
test_with_dwarf_and_run_command (TestArrayTypes.ArrayTypesTestCase)
Test 'frame variable var_name' on some variables with array types. ... ok
----------------------------------------------------------------------
Ran 1 test in 1.353s
OK
# And this runs the test cases under the array_types and the hello_world directories.
# If the module discovered has the 'ArrayTypesTestCase.test_with_dwarf_and_run_command'
# attribute, only the test case specified by the filterspec for the module will be run.
# If the module does not have the said attribute, e.g., the module under hello_world,
# the whole module is still admitted to the test suite.
/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -f 'ArrayTypesTestCase.test_with_dwarf_and_run_command' array_types hello_world
----------------------------------------------------------------------
Collected 3 tests
test_with_dwarf_and_run_command (TestArrayTypes.ArrayTypesTestCase)
Test 'frame variable var_name' on some variables with array types. ... ok
test_with_dsym_and_run_command (TestHelloWorld.HelloWorldTestCase)
Create target, breakpoint, launch a process, and then kill it. ... ok
test_with_dwarf_and_process_launch_api (TestHelloWorld.HelloWorldTestCase)
Create target, breakpoint, launch a process, and then kill it. ... ok
----------------------------------------------------------------------
Ran 3 tests in 4.964s
OK
llvm-svn: 115832
|
| |
|
|
| |
llvm-svn: 115831
|
| |
|
|
| |
llvm-svn: 115830
|
| |
|
|
| |
llvm-svn: 115829
|
| |
|
|
| |
llvm-svn: 115827
|
| |
|
|
|
|
| |
condition has been fixed.
llvm-svn: 115826
|
| |
|
|
|
|
| |
rather than being fixed to the global registry.
llvm-svn: 115824
|
| |
|
|
| |
llvm-svn: 115822
|
| |
|
|
|
|
|
|
|
|
|
|
| |
output of
expression parser in light of the recent check ins.
Example:
runCmd: expr a
output: (double) $0 = 1100.12
llvm-svn: 115821
|
| |
|
|
|
|
|
|
| |
startstring
for the test case test_set_term_width() after the recent changes.
llvm-svn: 115820
|
| |
|
|
|
|
| |
involving persistent variables.
llvm-svn: 115819
|
| |
|
|
| |
llvm-svn: 115818
|
| |
|
|
| |
llvm-svn: 115817
|
| |
|
|
|
|
| |
deal with the consequences. Fixes rdar://problem/8224178.
llvm-svn: 115816
|
| |
|
|
|
|
| |
APIs in place before removing the deprecated functions.
llvm-svn: 115815
|
| |
|
|
| |
llvm-svn: 115806
|
| |
|
|
|
|
| |
This is tested by ptype.exp in gdb testsuite.
llvm-svn: 115805
|
| |
|
|
|
|
| |
SBProcess and SBThread.
llvm-svn: 115804
|
| |
|
|
| |
llvm-svn: 115802
|
| |
|
|
| |
llvm-svn: 115801
|
| |
|
|
|
|
| |
based on underlying type's deprecatedness.
llvm-svn: 115800
|
| |
|
|
| |
llvm-svn: 115799
|
| |
|
|
| |
llvm-svn: 115798
|
| |
|
|
| |
llvm-svn: 115795
|
| |
|
|
| |
llvm-svn: 115793
|
| |
|
|
| |
llvm-svn: 115792
|
| |
|
|
| |
llvm-svn: 115791
|
| |
|
|
|
|
|
|
| |
expressions. Fixes PR8209 in the narrowest way possible. I'm still
considering whether I want to implement the extension that permits the
use of VLA types in a 'new' expression.
llvm-svn: 115790
|
| |
|
|
| |
llvm-svn: 115789
|
| |
|
|
| |
llvm-svn: 115788
|
| |
|
|
| |
llvm-svn: 115785
|
| |
|
|
| |
llvm-svn: 115777
|
| |
|
|
| |
llvm-svn: 115764
|
| |
|
|
|
|
|
|
| |
fix is trying to accomplish.
This code could still use some polishing.
llvm-svn: 115759
|
| |
|
|
|
|
|
| |
automatically when syncing due to the auto-props selecting svn:eol-style of
'native'.
llvm-svn: 115758
|
| |
|
|
|
|
| |
Patch by John Tytgat.
llvm-svn: 115757
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
allow target to correctly compute latency for cases where static scheduling
itineraries isn't sufficient. e.g. variable_ops instructions such as
ARM::ldm.
This also allows target without scheduling itineraries to compute operand
latencies. e.g. X86 can return (approximated) latencies for high latency
instructions such as division.
- Compute operand latencies for those defined by load multiple instructions,
e.g. ldm and those used by store multiple instructions, e.g. stm.
llvm-svn: 115755
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
source module *and* it must be merged (instead of simply replaced or appended
to), then merge instead of replacing or adding another global.
The ObjC __image_info section was being appended to because of this
failure. This caused a crash because the linker expects the image info section
to be a specific size.
<rdar://problem/8198537>
llvm-svn: 115753
|
| |
|
|
|
|
|
|
| |
operand kind for immediates. Use these to define a new BinOpRI
class and switch AND8/16/32ri over to it. AND64ri32 needs some
more refactoring before it can make the switcheroo.
llvm-svn: 115752
|
| |
|
|
| |
llvm-svn: 115749
|
| |
|
|
| |
llvm-svn: 115748
|