teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Ilia K 5659a2850f Fix -break-insert not working when using absolute paths (MI)
Summary:
When trying to parse the -break-insert arguments as a named location, the string parsing was not configured to allow directory paths. This patch adds a constructor to allow the parsing of string as directory path along with the other parameters.

This fixes https://llvm.org/bugs/show_bug.cgi?id=28709

Patch from malaperle@gmail.com
Reviewers: clayborg, ki.stfu
Subscribers: lldb-commits, ki.stfu
Differential Revision: https://reviews.llvm.org/D22902

llvm-svn: 277117
2016-07-29 06:01:20 +00:00
..
breakpoint Fix -break-insert not working when using absolute paths (MI) 2016-07-29 06:01:20 +00:00
control Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
data Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
interpreter Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
signal Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
stack Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
startup_options Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
symbol Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
syntax Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
target Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
threadinfo Fix makefile for TestMiThreadInfo after rL265858 (2nd try) 2016-04-11 08:54:57 +00:00
variable Removed the redundant "%d errors parsing expression" error. Nobody keeps score. 2016-06-30 18:00:32 +00:00
lldbmi_testcase.py Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
main.cpp
Makefile
TestMiExit.py Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
TestMiFile.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestMiGdbSetShow.py Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
TestMiLibraryLoaded.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestMiPrompt.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00