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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."
Davide Italiano
2019-02-21
2
-17
/
+58
*
Merge target triple into module triple when constructing module from memory
Alex Langford
2019-02-20
1
-0
/
+4
*
[lldb-mi] Move TestMIPrompt away from pexpect().
Davide Italiano
2019-02-20
2
-58
/
+17
*
[lldb-mi] Remove a test that uses pexpect().
Davide Italiano
2019-02-20
1
-82
/
+0
*
[TestModuleCXX] Make this test Darwin-only.
Jonas Devlieghere
2019-02-20
1
-1
/
+1
*
[lldb] [test] Fix expected netbsd output for TestImageListMultiArchitecture
Michal Gorny
2019-02-20
1
-1
/
+1
*
[lldb] [ObjectFile/ELF] Fix recognizing NetBSD images
Michal Gorny
2019-02-20
5
-13
/
+64
*
[TestModuleCXX] Use UNSUPPORTED instead of REQUIRES
Jonas Devlieghere
2019-02-20
1
-1
/
+1
*
[Instrumentation] Make API logging unconditional
Jonas Devlieghere
2019-02-20
1
-4
/
+20
*
[lldb-instr] Group RECORD macros
Jonas Devlieghere
2019-02-20
2
-4
/
+13
*
Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)
Adrian Prantl
2019-02-20
1
-3
/
+4
*
[lldbtest] Remove some accidentally commented out code.
Davide Italiano
2019-02-20
1
-2
/
+0
*
[testsuite] Fix TestUnicodeString to work with Py2 and Py3.
Davide Italiano
2019-02-20
1
-2
/
+2
*
[lldb-instr] Don't print REGISTER macro when RECORD is already present
Jonas Devlieghere
2019-02-19
2
-8
/
+10
*
Add Facebook Minidump directory streams and options to dump them.
Greg Clayton
2019-02-19
5
-2
/
+267
*
Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...
Pavel Labath
2019-02-19
5
-114
/
+52
*
Fix vscode tests for python3
Pavel Labath
2019-02-19
1
-2
/
+2
*
[gui] Simplify SourceFileWindowDelegate::WindowDelegateDraw
Pavel Labath
2019-02-19
1
-5
/
+2
*
[lldb-instr] Test that we ignore existing macros.
Jonas Devlieghere
2019-02-19
3
-1
/
+13
*
[lldb-instr] Wrap returns of struct/classes in LLDB_RECORD_RESULT
Jonas Devlieghere
2019-02-19
5
-4
/
+50
*
Disable TestModuleCXX.test on Windows
Jonas Devlieghere
2019-02-19
1
-0
/
+2
*
[lldbtest] Fix some code to be compatible between py2 and py3.
Davide Italiano
2019-02-18
1
-18
/
+4
*
[lldb-instr] Add constructor and move test into lit/tools
Jonas Devlieghere
2019-02-18
4
-16
/
+26
*
One more fix while I'm looking at this - remove the
Jason Molenda
2019-02-18
1
-7
/
+1
*
Ah, misunderstood Jonas' feedback - fix this so we'll
Jason Molenda
2019-02-18
1
-1
/
+2
*
Clean up an unused variable warning when building this for
Jason Molenda
2019-02-18
1
-0
/
+4
*
[Python3] Fix TestObjCMethods.py to work with py2 and 3.
Davide Italiano
2019-02-18
1
-1
/
+1
*
[Reproducers] Make clang use lldb's VFS.
Jonas Devlieghere
2019-02-18
15
-13
/
+82
*
Un-XFAIL TestLinuxCore for windows
Pavel Labath
2019-02-18
1
-11
/
+0
*
Fix TestLinuxCore for python3
Pavel Labath
2019-02-18
1
-4
/
+4
*
minidump: Add ability to attach (breakpad) symbol files to placeholder modules
Pavel Labath
2019-02-18
5
-52
/
+114
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
5
-3
/
+94
*
Return better error message from GDBRemoteCommunication::ConnectLocally
Pavel Labath
2019-02-18
1
-3
/
+4
*
Set cmake policy CMP0075 to NEW
Pavel Labath
2019-02-18
1
-0
/
+4
*
Remove unused extern declaration as removed by D32167
Jan Kratochvil
2019-02-17
1
-2
/
+0
*
Add PythonBoolean type to the PythonDataObjects
Tatyana Krasnukha
2019-02-16
3
-0
/
+103
*
[testsuite] Skip this test correctly also on macOS.
Davide Italiano
2019-02-16
1
-3
/
+2
*
Fix TestDataFormatterLibcxxListLoop.py test
Raphael Isemann
2019-02-16
1
-0
/
+8
*
Temporarily disable test:
Richard Smith
2019-02-16
1
-1
/
+4
*
Add some unconditional logging on the failure points when attaching
Jason Molenda
2019-02-15
3
-42
/
+69
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
12
-37
/
+22
*
Fix AST generated for a class template to connect the class inside a
Richard Smith
2019-02-15
1
-0
/
+1
*
[win] Resolve the module only if there isn't one already
Stella Stamenova
2019-02-15
3
-14
/
+23
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
12
-22
/
+37
*
Disable stop-hook-threads.test on Linux
Jorge Gorbe Moya
2019-02-15
1
-0
/
+1
*
Fix potential UB when target_file directory is null
Stefan Granitz
2019-02-15
1
-0
/
+5
*
Remove alignment from struct XSAVE altogether
Pavel Labath
2019-02-15
1
-1
/
+1
*
[lldb] [MainLoop] Add kevent() EINTR handling
Michal Gorny
2019-02-15
2
-2
/
+32
*
Fix the gdb-client test suite for python3
Pavel Labath
2019-02-15
1
-12
/
+5
*
Sort files in source/Host/CMakeLists.txt
Pavel Labath
2019-02-15
1
-4
/
+4
[next]