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
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
12
-13
/
+111
*
[lldb-instr] Support LLDB_RECORD_DUMMY
Jonas Devlieghere
2019-03-08
5
-13
/
+34
*
[Reproducers] Add LLDB_RECORD_DUMMY
Jonas Devlieghere
2019-03-08
2
-3
/
+14
*
[lldb-vscode] Fix warning
Jonas Devlieghere
2019-03-08
1
-2
/
+2
*
Add more logging to TestQueues.py
Frederic Riss
2019-03-08
1
-2
/
+4
*
Make function definition in header inline
Benjamin Kramer
2019-03-08
1
-9
/
+9
*
Add ASAN llvm build directory variants to
Jason Molenda
2019-03-08
1
-0
/
+3
*
[Reproducers] TestImagineList.test -> TestImageList.test
Jonas Devlieghere
2019-03-08
1
-0
/
+1
*
[Reproducers] Mark partial specialization as inline
Jonas Devlieghere
2019-03-08
1
-1
/
+2
*
[lldb-vscode] Report an error if an invalid program is specified.
Zachary Turner
2019-03-08
2
-97
/
+104
*
[Reproducers] Use partial template specialization instead of overload
Jonas Devlieghere
2019-03-07
1
-1
/
+3
*
Make bytes_read an unsigned
Jonas Devlieghere
2019-03-07
1
-1
/
+1
*
Remove unused function
Jonas Devlieghere
2019-03-07
1
-6
/
+0
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
39
-3032
/
+124
*
Fix TestPaths.py on windows
Alex Langford
2019-03-07
2
-11
/
+2
*
Add logging to TestQueues.py
Frederic Riss
2019-03-07
1
-0
/
+20
*
Fix TestAppleSimulatorOSType.py with Xcode 10.2
Frederic Riss
2019-03-07
1
-1
/
+3
*
[testsuite] Recommit the TestTerminal directory.
Davide Italiano
2019-03-07
1
-0
/
+111
*
[lldb-vscode] Support running in server mode on Windows.
Zachary Turner
2019-03-07
7
-86
/
+278
*
Add an LLVM-style dump method to CompilerType for extra convenience during de...
Adrian Prantl
2019-03-07
5
-0
/
+39
*
[ExpressionParser] Implement ComputeClangResourceDir for Windows
Alex Langford
2019-03-07
7
-55
/
+41
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
5
-3
/
+81
*
[testsuite] Spring cleaning: this tests `stty`, not `lldb`.
Davide Italiano
2019-03-07
1
-111
/
+0
*
[testsuite] Drop characters that can't be decoded, restoring parity with Py2.
Davide Italiano
2019-03-07
1
-0
/
+3
*
Fix TestDataFormatter.test uninitialized variable
Jan Kratochvil
2019-03-07
3
-4
/
+4
*
[Reproducers] Disable registering lldb::thread_t everywhere
Jonas Devlieghere
2019-03-07
1
-11
/
+0
*
Skip TestGdbserverPort.test on Windows
Jan Kratochvil
2019-03-07
1
-1
/
+3
*
When disassembling Aarch64 target and vendor Apple, set the cpu to
Jason Molenda
2019-03-07
4
-0
/
+90
*
Repair the build when LLDB_DISABLE_PYTHON is set
Alex Langford
2019-03-07
1
-20
/
+28
*
Avoid using -S in combination with "script"; it's unreliable.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
crashlog.py: Catch exception from subprocess.
Adrian Prantl
2019-03-07
1
-1
/
+5
*
Relax testcase.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
[Reproducers] Add tests for different types of functionality
Jonas Devlieghere
2019-03-07
6
-0
/
+201
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
5
-22
/
+2
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
2
-6
/
+0
*
[Python] Unbreak the recently modified tests for python 2.
Davide Italiano
2019-03-06
3
-0
/
+3
*
Remove the warning in
Jason Molenda
2019-03-06
1
-9
/
+7
*
[testsuite] Port crashlog to python 3, second attempt.
Davide Italiano
2019-03-06
3
-114
/
+112
*
Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.
Jim Ingham
2019-03-06
2
-1
/
+1
*
Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...
Jim Ingham
2019-03-06
9
-48
/
+79
*
Pass /bigobj for SBReproducer.cpp with MSVC
Zachary Turner
2019-03-06
1
-0
/
+4
*
[lldb-vscode] Correctly propagate errors back to VS Code.
Zachary Turner
2019-03-06
1
-12
/
+12
*
[debugserver] Fix IsUserReady thread filtering
Frederic Riss
2019-03-06
1
-1
/
+1
*
Sanity check --max-gdbserver-port
Jan Kratochvil
2019-03-06
3
-3
/
+9
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
209
-825
/
+824
*
Remove redundant second os.path.join call [NFC]
Raphael Isemann
2019-03-06
1
-2
/
+1
*
Try again to fix OSX compilation failure.
Zachary Turner
2019-03-06
1
-1
/
+4
*
Try to fix OSX compilation failure.
Zachary Turner
2019-03-06
1
-1
/
+4
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
12
-22
/
+37
*
Fix core files for 32 bit architectures that are supported in ProcessELFCore.cpp
Greg Clayton
2019-03-06
3
-5
/
+34
[next]