llvm-project/lldb/packages/Python/lldbsuite/test
Tamas Berghammer 4fbd67ac11 Add a new option to Platform::LoadImage to install the image
This change introduce 3 different working mode for Platform::LoadImage
depending on the file specs specified.
* If only a remote file is specified then the remote file is loaded on
  the target (same behavior as before)
* If only a local file is specified then the local file is installed to
  the current working directory and then loaded from there.
* If both local and remote file is specified then the local file is
  installed to the specified location and then loaded from there.

The same options are exposed on the SB API with a new method LoadImage
method while the old signature presers its meaning.

On the command line the installation of the shared library can be specified
with the "--install" option of "process load".

Differential revision: http://reviews.llvm.org/D15152

llvm-svn: 255014
2015-12-08 13:43:59 +00:00
..
android/platform Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
api Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
arm_emulation Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
attic Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
benchmarks Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
driver/batch_mode Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot 2015-11-24 18:34:17 +00:00
example Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
expression_command Recommit "Fix race during process interruption" 2015-12-07 12:36:52 +00:00
functionalities Add a new option to Platform::LoadImage to install the image 2015-12-08 13:43:59 +00:00
help Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
lang Trying to submit 254476 one more time. This implement -gmodule debugging support. 2015-12-08 01:02:08 +00:00
linux Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
logging Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
macosx Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
make [LLDB][MIPS] Change ARCHFLAG for MIPS 2015-12-01 05:24:17 +00:00
plugins Return gmake as the default name for GNU make on NetBSD 2015-12-07 21:24:25 +00:00
python_api Python 3 - Skip a certain test for a particular (swig,python) combo. 2015-11-16 23:58:20 +00:00
settings Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
source-manager Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
terminal Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
test_runner Python 3 - Use universal_newlines=True in subprocess.Popen. 2015-11-05 01:33:44 +00:00
tools Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
types Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
warnings/uuid Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
.categories Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
Makefile Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
README-TestSuite Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
__init__.py Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
basic_results_formatter.py Rename test_results.py to result_formatter.py. 2015-12-07 21:23:41 +00:00
bench-history Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
bench.py Python 3 - Turn on absolute imports, and fix existing imports. 2015-11-05 19:22:28 +00:00
blacklist.py Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
configuration.py Fixup dotest.py on mac for the configuration package 2015-12-08 13:32:07 +00:00
crashinfo.c Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
curses_results.py Rename test_results.py to result_formatter.py. 2015-12-07 21:23:41 +00:00
dosep.py Rename test_results.py to result_formatter.py. 2015-12-07 21:23:41 +00:00
dotest.py Fixup dotest.py on mac for the configuration package 2015-12-08 13:32:07 +00:00
dotest_args.py Add --curses shortcut for specifying the curses-based test results formatter. 2015-11-09 18:51:04 +00:00
dotest_channels.py Fix test result serialization to use bytes. 2015-12-02 23:07:33 +00:00
lldb_pylint_helper.py Updated lldb_pylint_helper to work with recent Python package changes. 2015-11-10 20:01:33 +00:00
lldbbench.py Python 3 - Turn on absolute imports, and fix existing imports. 2015-11-05 19:22:28 +00:00
lldbcurses.py Python 3 - Turn on absolute imports, and fix existing imports. 2015-11-05 19:22:28 +00:00
lldbinline.py Python 3 - Use the exec function, not the exec statement. 2015-11-06 21:37:21 +00:00
lldbpexpect.py Python 3 - Turn on absolute imports, and fix existing imports. 2015-11-05 19:22:28 +00:00
lldbplatformutil.py [LLDB][MIPS] Fix lldbplatformutil.py Failure 2015-11-19 11:01:21 +00:00
lldbtest.py Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
lldbtest_config.py Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
lldbutil.py Fix an issue where all tests marked with skip_if_callable would be skipped regardless of the actual callable 2015-12-04 19:50:05 +00:00
lock.py Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
redo.py Move lldb/test to lldb/packages/Python/lldbsuite/test. 2015-10-28 17:43:26 +00:00
result_formatter.py Get rid of global variables in dotest.py 2015-12-08 01:15:30 +00:00
test_categories.py Python 3 - Turn on absolute imports, and fix existing imports. 2015-11-05 19:22:28 +00:00
test_result.py Move LLDBTestResult class to its own module. 2015-12-08 01:15:44 +00:00