index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
tools
/
lldb-mi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
49
-4547
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
19
-19
/
+19
*
Deprecate -m/+m dotest options in favor of test categories
Pavel Labath
2015-10-27
19
-93
/
+3
*
[lldb-mi] Fix expansion of anonymous structures and unions
Dawn Perchik
2015-10-24
2
-0
/
+69
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
19
-2
/
+40
*
[lldb-mi] display summary for simple types + refactor (use lldb formatting fo...
Dawn Perchik
2015-10-23
2
-8
/
+8
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
19
-70
/
+41
*
[lldb-mi] Fix evaluation of strings containing characters from non-ascii range
Dawn Perchik
2015-10-07
3
-38
/
+82
*
[lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".
Dawn Perchik
2015-10-01
1
-0
/
+20
*
Fix TestMiSymbol for gcc-4.9 test.
Chaoren Lin
2015-09-17
1
-1
/
+1
*
[lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.
Dawn Perchik
2015-09-17
6
-3
/
+121
*
Fix -data-evaluate-expression for array.
Hafiz Abid Qadeer
2015-09-07
2
-0
/
+37
*
Extend the XFAIL for TestMiBreak
Pavel Labath
2015-09-07
1
-1
/
+1
*
[TestMiBreak] Replace expectedFlakeyLinux with an appropriate expectedFailureAll
Siva Chandra
2015-09-04
1
-1
/
+1
*
Remove Unicode byte-order mark from python files.
Zachary Turner
2015-08-13
16
-16
/
+16
*
Disable lldb-mi tests on Windows.
Zachary Turner
2015-08-13
16
-94
/
+93
*
Add size field to library load event (MI)
Ilia K
2015-08-11
1
-4
/
+3
*
[lldb-mi] Fix evaluation for children of created variable object.
Dawn Perchik
2015-07-31
1
-0
/
+11
*
Escape new line and tabs in the result of variable evaluation.
Hafiz Abid Qadeer
2015-07-31
1
-1
/
+1
*
Mark TestMiBreak as falkey on Linux
Tamas Berghammer
2015-07-30
1
-0
/
+1
*
Clean up test/tools/lldb-mi/variable/main.cpp after r243619
Ilia K
2015-07-30
1
-1
/
+1
*
Fix bug in expression display when determining if a pointer should be treated...
Ilia K
2015-07-30
2
-0
/
+13
*
[lldb-mi] Fix tests added in r243484 for breakpoints using file:func syntax.
Dawn Perchik
2015-07-29
1
-22
/
+19
*
[lldb-mi] XFAIL new test added in r243484.
Dawn Perchik
2015-07-29
1
-0
/
+1
*
[lldb-mi] Fix setting of breakpoints using file:func syntax.
Dawn Perchik
2015-07-28
1
-1
/
+19
*
Support escapes and quotes in string and character values.
Ilia K
2015-07-28
2
-29
/
+29
*
[lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Dawn Perchik
2015-07-27
1
-9
/
+13
*
[lldb-mi tests] Fix typo of sensitive.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
2
-0
/
+24
*
Expand result with type char* to string in -data-evaluate-expression
Ilia K
2015-06-25
2
-2
/
+2
*
Fix FIXME comments in MiBreakTestCase.test_lldbmi_break_insert_settings as su...
Dawn Perchik
2015-06-23
1
-9
/
+6
*
Adding some more flakey tests to the XFAIL list
Vince Harron
2015-06-22
3
-0
/
+4
*
Enhance lldb-mi arguments test (MI)
Dawn Perchik
2015-06-22
2
-10
/
+39
*
Add negative test for target.move-to-nearest-code=off using source location
Dawn Perchik
2015-06-17
1
-4
/
+12
*
[LLDB-MI] Properly detect missing mandatory arguments to MI commands
Bruce Mitchener
2015-06-08
2
-2
/
+5
*
Improve handling of print value argument in -stack-list-* commands.
Hafiz Abid Qadeer
2015-05-29
1
-19
/
+19
*
Have lldb-mi tests import pexpect at a narrower scope.
Zachary Turner
2015-05-26
1
-1
/
+1
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-0
/
+5
*
Don't print =breakpoint-created if BP info was emitted in the result record (MI)
Ilia K
2015-05-19
3
-7
/
+11
*
Fix typo in previous commit
Pavel Labath
2015-05-18
1
-1
/
+1
*
Update TestMiVar with a bug id
Pavel Labath
2015-05-18
1
-1
/
+1
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
2
-0
/
+49
*
XFAIL'd MiVarTestCase.test_lldbmi_eval on gcc-4.9/i386
Vince Harron
2015-05-15
1
-0
/
+1
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
2
-49
/
+0
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
2
-0
/
+49
*
Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Ilia K
2015-05-15
2
-6
/
+32
*
Fix CMICmdArgValPrintValues::Validate & enable 4 tests that were XFAIL'ed in ...
Ilia K
2015-05-15
2
-4
/
+0
*
XFAIL 4 lldb-mi tests to get Linux build green back (MI)
Ilia K
2015-05-15
2
-0
/
+4
*
Fix parsing of print-values arg (MI)
Ilia K
2015-05-15
2
-18
/
+9
*
Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
Ilia K
2015-05-15
1
-3
/
+3
[next]