hanchenye-llvm-project/lldb/test/functionalities
Sean Callanan 389823e995 Added a SetData() method to ValueObject. This
lets a ValueObject's contents be set from raw
data.  This has certain limitations (notably,
registers can only be set to data that is as
large as the register) but will be useful for
the new Materializer.

I also exposed this interface through SBValue.
I have added a testcase that exercises various
special cases of SBValue::SetData().

llvm-svn: 179437
2013-04-13 01:21:23 +00:00
..
abbreviation Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: 2013-03-06 02:19:38 +00:00
alias Making the buildbot happy again after changes to the default formatter for char[] 2013-03-28 21:58:05 +00:00
archives Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
backticks Add a simple regression test to go with r143260. 2011-10-29 01:58:39 +00:00
breakpoint Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". 2013-03-19 17:59:30 +00:00
command_regex Revert 143359 and modify the test case to not include non-valid c identifier character. 2011-10-31 22:22:06 +00:00
command_script Fixing Python commands test cases to work even after removing Printf 2013-03-30 00:53:13 +00:00
command_source Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
completion Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637) 2013-02-20 20:58:20 +00:00
conditional_break Make the conditional break test case a little more robust. 2013-03-15 22:19:27 +00:00
connect_remote Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00
data-formatter Checking that the wrong syntax does not give a correct summary after clearing the error messages here 2013-03-26 00:24:27 +00:00
dead-strip <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
embedded_interpreter Skip another two test cases on Linux that are affected by llvm.org/pr14637 2013-02-21 21:38:27 +00:00
expr-doesnt-deadlock Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". 2013-03-19 17:59:30 +00:00
inferior-changed Add support on POSIX to determine if an inferior has changed while debugging it. 2013-03-05 17:23:57 +00:00
inferior-crashing Generalizing expected stop reason string checking in InferiorCrashing test case. 2013-01-04 23:27:36 +00:00
inline-stepping Mark test as expected-to-fail with GCC because some versions emit DWARF that claims 2013-02-21 22:15:52 +00:00
load_unload Replace all "-gdwarf-2" with "-g" to use the compiler defaults. 2013-02-28 18:47:39 +00:00
memory/read Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
non-overlapping-index-variable-i Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
platform Mark TestPlatformCommand (test_status) as expected to fail on Linux 2013-01-05 00:25:12 +00:00
plugins/commands <rdar://problem/12500212> Test case for the new plugin feature 2012-10-23 00:09:02 +00:00
process_launch Implement -w flag to process launch (allow launching inferior process in different working directory) on Linux/FreeBSD 2013-01-08 14:49:22 +00:00
register Introduces extended register sets whose availability can vary with the target processor. 2013-03-28 17:27:40 +00:00
return-value Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". 2013-04-05 23:27:21 +00:00
set-data Added a SetData() method to ValueObject. This 2013-04-13 01:21:23 +00:00
signal Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
single-quote-in-filename-to-lldb Skip another two test cases on Linux that are affected by llvm.org/pr14637 2013-02-21 21:38:27 +00:00
stop-hook More test case cleanup (Linux and Mac): 2013-02-15 21:27:14 +00:00
target_command Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
thread Update test scripts and Makefiles to allow testing with GCC: 2013-01-25 00:31:48 +00:00
type_completion This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags 2013-03-27 23:08:54 +00:00
watchpoint Un-skipping tests affected by llvm.org/pr15256 2013-03-04 23:15:08 +00:00