teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Pavel Labath d0f89cd721 Centralize the handling of attach permissions on linux in tests
Summary:
On linux we need the process to give us special permissions before we can attach to it.
Previously, the code for this was copied into every file that needed it. This moves the code to a
central place to reduce code duplication.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D15992

llvm-svn: 257319
2016-01-11 10:24:50 +00:00
..
breakpoint Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
class_members Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
debugger Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
default-constructor Python 3 - Skip a certain test for a particular (swig,python) combo. 2015-11-16 23:58:20 +00:00
disassemble-raw-data Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
event XFAIL TestEvents.test_add_listener_to_broadcaster 2016-01-07 10:53:40 +00:00
exprpath_synthetic Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
findvalue_duplist Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
formatters Add API to support retrieving the formatters category for a specific language 2015-12-18 21:25:24 +00:00
frame Correction in TestFrames.py test for arm targets in thumb mode 2015-12-14 21:41:18 +00:00
function_symbol Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
hello_world Centralize the handling of attach permissions on linux in tests 2016-01-11 10:24:50 +00:00
interpreter Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
lldbutil Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
module_section XFAIL 2 more tests based on SWIG version. 2016-01-08 21:08:24 +00:00
objc_type Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
process Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
rdar-12481949 Remove a broken hack from Scalar::ULongLong and fix a test 2015-11-13 10:51:35 +00:00
sbdata Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
sbtype_typeclass Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
sbvalue_const_addrof Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
sbvalue_persist Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
section Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
signals Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
symbol-context Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
target Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
thread Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
type Add SBType::IsAnonymousType() and relative plumbing in the debugger internals 2015-11-07 02:06:57 +00:00
value XFAIL 2 more tests based on SWIG version. 2016-01-08 21:08:24 +00:00
value_var_update Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
watchpoint Merge ENABLE_THREADS and ENABLE_STD_THREADS markers 2015-12-15 12:11:00 +00:00
.categories