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][modern-type-lookup] Add test for using the ClangModulesDeclVendor
Raphael Isemann
2019-09-26
3
-0
/
+36
*
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Tatyana Krasnukha
2019-09-26
6
-70
/
+91
*
SystemInitializer: Use Targets.def to selectively initialize ABI plugins
Pavel Labath
2019-09-26
4
-122
/
+68
*
[lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructor
Raphael Isemann
2019-09-26
1
-7
/
+3
*
[Dwarf] Fix switch cases that take an dw_tag_t.
Jonas Devlieghere
2019-09-25
3
-0
/
+10
*
[lit] Do a better job at parsing unsupported tests.
Jonas Devlieghere
2019-09-25
1
-0
/
+5
*
[lldb] Excludes private headers from SWIG dependency.
Haibo Huang
2019-09-25
1
-0
/
+6
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-2
/
+2
*
[CMake] Add the system debugserver to lldb-test-deps.
Jonas Devlieghere
2019-09-25
1
-0
/
+1
*
[CMake] Run the lldb-server tests with system debugserver.
Jonas Devlieghere
2019-09-25
1
-1
/
+1
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
3
-629
/
+24
*
[Docs] Document forwarding arguments with lit
Jonas Devlieghere
2019-09-25
1
-0
/
+8
*
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
Jonas Devlieghere
2019-09-25
7
-11
/
+13
*
Modernize Makefile.
Adrian Prantl
2019-09-25
1
-1
/
+1
*
[lldb][modern-type-lookup] Add two basic tests for modern-type-lookup
Raphael Isemann
2019-09-25
6
-0
/
+69
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
35
-76
/
+230
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
3
-11
/
+4
*
[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
Raphael Isemann
2019-09-25
4
-21
/
+14
*
[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion
Raphael Isemann
2019-09-25
1
-4
/
+1
*
Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"
Hans Wennborg
2019-09-25
1
-5
/
+4
*
[lldb] [test] Add NetBSD to XFAIL list for thread_local test
Michal Gorny
2019-09-25
1
-1
/
+2
*
[lldb] Test data formatters for empty strings
Raphael Isemann
2019-09-25
4
-1
/
+18
*
[lldb][NFC] Refactor and document *DumpToStreamOptions
Raphael Isemann
2019-09-25
1
-63
/
+38
*
[lldb] [cmake] Fix installing Python modules on systems using /usr/lib
Michal Gorny
2019-09-25
2
-10
/
+13
*
[lldb][NFC] Remove unused method chaining from Read[Buffer/String]AndDumpToSt...
Raphael Isemann
2019-09-25
1
-109
/
+27
*
[lldb][NFC] Use default member initializers in ReadBufferAndDumpToStreamOptions
Raphael Isemann
2019-09-25
1
-12
/
+8
*
[lldb] Remove -nostdlib++ flag from import-std-module/sysroot test
Raphael Isemann
2019-09-25
1
-1
/
+1
*
[lldb] Fix undefined behavior when having fixits in undefined top level exprs
Raphael Isemann
2019-09-25
1
-1
/
+4
*
[lldb][NFC] Refactor TestCallBuiltinFunction
Raphael Isemann
2019-09-25
1
-11
/
+4
*
[Make] Revert some changes from r372795.
Jonas Devlieghere
2019-09-25
2
-4
/
+4
*
remove unused method ResetOutputFileHandle()
Jonas Devlieghere
2019-09-25
4
-11
/
+0
*
[CMake] Don't modify LLVM_DISTRIBUTION_COMPONENTS if it's not set
Jonas Devlieghere
2019-09-25
1
-2
/
+4
*
[Documentation] Expand on testing variants.
Jonas Devlieghere
2019-09-25
1
-7
/
+54
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
146
-219
/
+264
*
[CMake] Don't try to install the system debugserver.
Jonas Devlieghere
2019-09-25
1
-0
/
+4
*
Host: use the platform identifiers from LLVM (NFC)
Saleem Abdulrasool
2019-09-24
1
-4
/
+5
*
[CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Jonas Devlieghere
2019-09-24
7
-5
/
+13
*
[unittest] Skip the socket tests if we $TMPDIR is too long.
Jonas Devlieghere
2019-09-24
1
-4
/
+8
*
[NFC] Fix typo in the "kind" description for the software single-step breakpoint
Tatyana Krasnukha
2019-09-24
1
-1
/
+1
*
[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBER
Michal Gorny
2019-09-24
1
-2
/
+4
*
Enhance SymbolFileDWARF::ParseDeclsForContext performance
Pavel Labath
2019-09-24
5
-34
/
+36
*
[LLDB] Add tests for PECOFF arm architecture identification
Martin Storsjo
2019-09-24
4
-2
/
+176
*
[LLDB] [test] Allow differing order of some matches
Martin Storsjo
2019-09-24
1
-2
/
+2
*
[LLDB] [test] Add a few missing cases of REQUIRES: python
Martin Storsjo
2019-09-24
2
-0
/
+2
*
[LLDB] Fix typo in RegisterContextDarwin_arm64
Martin Storsjo
2019-09-24
1
-1
/
+1
*
[lldb] Also force posix paths in CppModuleConfigurationTest
Raphael Isemann
2019-09-24
1
-1
/
+1
*
[lldb][NFC] Use default member initializers in ReadStringAndDumpToStreamOptions
Raphael Isemann
2019-09-24
1
-16
/
+10
*
[lldb] Use convert_to_slash in CppModuleConfiguration
Raphael Isemann
2019-09-24
1
-3
/
+3
*
[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProvider
Raphael Isemann
2019-09-24
1
-11
/
+11
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
62
-203
/
+437
[next]