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
/
packages
/
Python
/
lldbsuite
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: ensure that we dead-strip in the linker
Saleem Abdulrasool
2019-12-24
1
-0
/
+1
*
test: correct flags for Windows
Saleem Abdulrasool
2019-12-23
1
-0
/
+2
*
[lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.
Jonas Devlieghere
2019-12-20
5
-0
/
+8
*
[lldb/pexpect] Force-set the TERM environment variable
Pavel Labath
2019-12-20
1
-1
/
+7
*
[lldb] Added test for objc_direct calls with categories
Raphael Isemann
2019-12-20
1
-0
/
+13
*
[lldb] Remove XFAIL from TestDeadStrip.py
Pavel Labath
2019-12-20
1
-2
/
+0
*
[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...
shafik
2019-12-19
3
-1
/
+44
*
Add prototype for a function we call.
Jason Molenda
2019-12-18
1
-0
/
+2
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
12
-145
/
+0
*
[lldb-vscode] Centrally skip debug info variants for vscode tests
Pavel Labath
2019-12-17
10
-25
/
+2
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
3
-0
/
+88
*
Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.
Jim Ingham
2019-12-16
4
-0
/
+6
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
7
-87
/
+190
*
[lldb] Use file-based synchronization in TestVSCode_attach
Pavel Labath
2019-12-16
2
-14
/
+26
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
3
-14
/
+14
*
[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...
Raphael Isemann
2019-12-13
55
-202
/
+0
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
514
-536
/
+0
*
[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...
Raphael Isemann
2019-12-13
1
-0
/
+2
*
[lldb] Remove xpasses after pr44037 fix committed
Muhammad Omair Javaid
2019-12-13
4
-24
/
+1
*
[lldb][dotest] Add `#include <algorithm>` to libc++ detection
Jordan Rupprecht
2019-12-11
1
-1
/
+1
*
[lldb][dotest] Improve libc++ detection
Jordan Rupprecht
2019-12-11
1
-3
/
+10
*
return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.py
Jason Molenda
2019-12-11
2
-1
/
+2
*
update TestThreadStepOut.py to expect correct source line on arm64.
Jason Molenda
2019-12-11
2
-3
/
+3
*
Don't run expect based tests remotely.
Jason Molenda
2019-12-11
2
-2
/
+2
*
Change the mtc Makefile to check $SDKROOT value instead
Jason Molenda
2019-12-10
1
-3
/
+8
*
Do not cache hardcoded formats in FormatManager
Adrian Prantl
2019-12-10
4
-0
/
+45
*
Skip TestGuiBasic.py on ios etc device testing.
Jason Molenda
2019-12-10
1
-0
/
+1
*
Skip TestMultilineCompletion.py on ios testsuite runs.
Jason Molenda
2019-12-10
1
-0
/
+1
*
Assert launch success in run_to_breakpoint_do_run
Vedant Kumar
2019-12-10
1
-0
/
+2
*
[lldb] Actually enable wchar support in Editline when it is defined in the ho...
Raphael Isemann
2019-12-10
1
-0
/
+27
*
The field ‘totalFrames’ which is total number of frames available, is man...
Serhiy Redko
2019-12-09
2
-7
/
+27
*
[lldb] Clean up accidentally passing TestDeadStrip.py
Pavel Labath
2019-12-09
2
-11
/
+5
*
[lldb] Remove Xfail decorators from steadily passing tests
Muhammad Omair Javaid
2019-12-09
13
-70
/
+5
*
[lldb] Xfail TestCallOverriddenMethod.py for aarch64/linux
Muhammad Omair Javaid
2019-12-09
1
-0
/
+1
*
[lldb] Add a test for how we lazily create Clang AST nodes
Raphael Isemann
2019-12-09
3
-0
/
+307
*
[lldb][test] Handle .categories lookup for inline tests.
Jordan Rupprecht
2019-12-06
1
-2
/
+9
*
[lldb/IRExecutionUnit] Stop searching based on demangled names
Pavel Labath
2019-12-06
1
-1
/
+0
*
[lldb] Update hardcoded Makefile.rules inclusions.
Jordan Rupprecht
2019-12-05
4
-9
/
+3
*
Reland "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-05
3
-16
/
+60
*
Clear out the python class name in OptionParsingStarted for the OptionGroupPy...
Jim Ingham
2019-12-04
1
-2
/
+18
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-0
/
+6
*
[lldb] s/assertTrue/assertEqual in TestStepTarget.py
Pavel Labath
2019-12-04
1
-9
/
+7
*
Revert "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-03
2
-59
/
+15
*
[lldb] Remove all remaining tabs from TestReturnValue.py
Raphael Isemann
2019-12-03
1
-5
/
+5
*
[lldb][NFC] Test going up/down one line in the multiline expression editor
Raphael Isemann
2019-12-03
1
-0
/
+67
*
Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly
Diana Picus
2019-12-03
1
-1
/
+1
*
[lldb] Remove tab from TestReturnValue.py
Raphael Isemann
2019-12-03
1
-1
/
+1
*
[lldb] Move register info "augmentation" from gdb-remote into ABI
Pavel Labath
2019-12-03
2
-96
/
+162
[next]