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
...
*
[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-27
1
-5
/
+11
*
fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)
Luboš Luňák
2019-10-26
1
-0
/
+1
*
Correct size_t format specifier
Shu-Chun Weng
2019-10-26
1
-1
/
+1
*
Fix after 738af7a6241c98164625b9cd1ba9f8af4e36f197
Adrian McCarthy
2019-10-25
1
-1
/
+5
*
[LLDB] Fix inline variable only used in assertion. (NFC)
Jonas Devlieghere
2019-10-25
1
-2
/
+1
*
lldb/minidump: Refactor memory region computation code
Pavel Labath
2019-10-25
9
-187
/
+202
*
lldb/COFF: Create a separate "section" for the file header
Pavel Labath
2019-10-25
3
-38
/
+45
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
26
-137
/
+467
*
[Driver] Force llvm to install its handlers before lldb's
Vedant Kumar
2019-10-25
1
-0
/
+19
*
Fix compilation error in ObjectFileMachO::ParseSymtab
Vedant Kumar
2019-10-25
1
-2
/
+5
*
ValueObject: Fix a crash related to children address type computation
Pavel Labath
2019-10-25
4
-45
/
+167
*
[TableGen] Add asserts to make sure default values match property type
Jonas Devlieghere
2019-10-25
2
-0
/
+18
*
[lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'
Michał Górny
2019-10-25
1
-0
/
+1
*
[CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txt
Jonas Devlieghere
2019-10-24
2
-2
/
+3
*
[CMake] Move test dependency tracking into test/CMakeLists.txt
Jonas Devlieghere
2019-10-24
3
-91
/
+88
*
[CMake] Don't set LLDB_TEST_* in the top-level CMakeLists
Jonas Devlieghere
2019-10-24
2
-23
/
+23
*
[CMake] Remove unused variable LLDB_TEST_CXX_COMPILER
Jonas Devlieghere
2019-10-24
4
-15
/
+9
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-10
/
+0
*
[lldb] [Python] Do not attempt to flush() a read-only fd
Michal Gorny
2019-10-24
1
-5
/
+7
*
[CMake] Split logic across test suite subdirectories (NFC)
Jonas Devlieghere
2019-10-24
4
-79
/
+67
*
[lldb] Add nodebug attribute to import-std-module/sysroot test
Raphael Isemann
2019-10-23
1
-0
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
3
-6
/
+14
*
[lldb] Adjust for the new class_rw_t layout.
Jonas Devlieghere
2019-10-22
1
-0
/
+12
*
fix PythonDataObjectsTest.TestExceptions on windows
Lawrence D'Anna
2019-10-22
1
-7
/
+7
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
15
-868
/
+453
*
whitespace cleanup
Adrian Prantl
2019-10-21
1
-1
/
+1
*
Factor out common test functionality into a helper class. (NFC)
Adrian Prantl
2019-10-21
1
-81
/
+91
*
XFAIL TestLocalVariables.py on Windows
Jonas Devlieghere
2019-10-21
1
-0
/
+1
*
Found more timeouts to unify.
Adrian Prantl
2019-10-21
3
-5
/
+7
*
Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.
Adrian Prantl
2019-10-21
5
-8
/
+10
*
[lldb] Add test for executing static initializers in expression command
Raphael Isemann
2019-10-21
3
-0
/
+45
*
[lldb] drop .symtab removal in minidebuginfo tests
Konrad Kleine
2019-10-21
3
-15
/
+0
*
[LLDB] [Windows] Initial support for ARM register contexts
Martin Storsjo
2019-10-21
10
-3
/
+1316
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
4
-46
/
+78
*
convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-19
3
-5
/
+32
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
7
-19
/
+167
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-5
/
+2
*
Skip (more) PExpect tests under ASAN, I can't get them to work reliably.
Adrian Prantl
2019-10-19
1
-0
/
+3
*
[Reproducer] XFAIL TestWorkingDir on Windows
Jonas Devlieghere
2019-10-18
1
-0
/
+2
*
[Reproducer] Improve reproducer help (NFC)
Jonas Devlieghere
2019-10-18
1
-2
/
+12
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+10
*
[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
Raphael Isemann
2019-10-18
1
-4
/
+0
*
[Reproducer] Use ::rtrim() to remove trailing control characters.
Jonas Devlieghere
2019-10-18
1
-4
/
+2
*
ProcessMinidump: Suppress reporting stop for signal '0'
Joseph Tremoulet
2019-10-18
3
-3
/
+50
*
LLDB: Use LLVM's type for minidump ExceptionStream [NFC]
Joseph Tremoulet
2019-10-18
7
-63
/
+34
*
Update MinidumpYAML to use minidump::Exception for exception stream
Joseph Tremoulet
2019-10-18
1
-1
/
+4
*
Add REQUIRES: x86 to more tests which need the x86 llvm target built
Pavel Labath
2019-10-18
4
-0
/
+6
*
SystemInitializerCommon fix compilation on linux
Pavel Labath
2019-10-18
1
-1
/
+2
*
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
Raphael Isemann
2019-10-17
1
-2
/
+2
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
3
-37
/
+15
[prev]
[next]